/* Statewide Stylesheet (for headers/footers) */

.InvisibleLink {
	color: #ffffff;
	display: none;
}

.horiz_nav { 
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	font-family: verdana, arial, sans-serif;
	background: url("/education/images/bg_dkblue.gif");
}

A.hdrlink:link {
	color: #ffffff; 
	text-decoration: none;
}

A.hdrlink:active {
	color: #ff0000; 
	text-decoration: underline;
}

A.hdrlink:visited {
	color: #ffffff; 
	text-decoration: none;
}

A.hdrlink:hover {
	color: #ffffff; 
	text-decoration: underline;
}

A#id1:link {
	color: #ffffff; 
	text-decoration: none;
}

A#id1:active {
	color: #ff0000; 
	text-decoration: underline;
}

A#id1:visited {
	color: #ffffff; 
	text-decoration: none;
}

A#id1:hover {
	color: #ffffff; 
	text-decoration: underline;
}

.footer { 
	color:		 #000000;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
}
#footer { 
	color:		 #000000;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
}

a#footer:link {
	color: #0033FF;
	text-decoration: none;
}

a#footer:active {
	color: #316AC5;
	text-decoration: none;
}

a#footer:visited {
	color: #9900CC;
	text-decoration: none;
}

a#footer:hover {
	color: #316AC5;
	text-decoration: none;
}

/* Departmentwide Stylesheet (for content) */

body {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	font-family: sans-serif;
	font-size: small;
}

#breadcrumb {
	padding: 0px 0px 0px 0px ; 
	font-size: xx-small;
	text-align:left;
}

h1 {
	font-weight: bold; 
	font-size: x-large;
}

h2 { 
	font-weight: bold; 
	font-size: large;
}

h3 {
	font-weight: bold;
	font-size: medium;
	text-decoration: none;
}

h4 {
	font-weight: bold;	
	font-size: small;	
}

.bodytext {
	font-family: sans-serif;
	font-size: small;
	margin: .5in;
}

A:hover {
	color: #000066;
}

.link {
	text-decoration: none; 
	color: #000080; 
	font-family: sans-serif;
	font-size: small;
}

.blacklink {
	text-decoration: underline; 
	color: #000000; 
	font-family: sans-serif; 
	font-size: small;
}

.whitelink {  
	color: #FFFFFF; 
	text-decoration: none; 
	font-family: sans-serif; 
	font-size: small;
}

.indented {
	margin-left: .5in;
	margin-right: .5in;
}

.prstyle {  font-size: medium; color: #000000; text-decoration: none}

/* Single-space each line */
.single_space {
 margin:0;
 margin-bottom:.0001pt;
}
 
/* Space above this 'Header' line */
.single_space_Hdr {
 padding-top: .5em;
 margin:0;
 margin-bottom:.0001pt;
}
 
/* Single-space each line with half-inch indent */
.single_space_indent {
 margin-left: .5in;
 margin-bottom:.0001pt;
 margin-top:.0001pt;
}

/* Single-space each line with 1-inch indent */
.single_space_indent_twice {
	margin-left: 1.0in;
	margin-bottom:.0001pt;
	margin-top:.0001pt;
}

.smplelist ul {
	list-style-type: none;
	font-family: sans-serif;
	font-size: small;
}
.smplelist li {
	list-style-type: none;
	font-family: sans-serif;
	font-size: small;
}
Table{
	font-family: sans-serif;
	font-size: small;
}
.td-divider {
	border-right: #000000 1px solid;
	border-top: #000000 0px solid;
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	font-family: sans-serif;
	font-size: small;
}
.td-dividerleft {
	border-right: #000000 0px solid;
	border-top: #000000 0px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 0px solid;
	font-family: sans-serif;
	font-size: small;
}
.td-dividertop {
	border-right: #000000 0px solid;
	border-top: #000000 1px solid;
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	font-family: sans-serif;
}
.td-dividerbottom {
	border-right: #000000 0px solid;
	border-top: #000000 0px solid;
	border-left: #000000 0px solid;
	border-bottom: #000000 1px solid;
	font-family: sans-serif;
	font-size: small;
}

