/* 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;
}

/* 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 {
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	font-size: x-large;
}

h2 { 
	text-align: left;
	font-weight: bold; 
	font-size: large;
	text-decoration: underline;
}

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

h4 {
	text-align: left;
	font-eight: bold;	
	font-size: small;	
	text-decoration: none;
}

.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}

.menu {
	color: #ffffff;
	background: none;
	font-family: sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
}
.menu ul {
	list-style-type: none;
	font-family: sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
}
.menu li{
	font-family: sans-serif;
	font-size: small;
	list-style-type: none;
	padding: 1px;
}
.menu li a {
	display: block;
	text-decoration: none;
	font-family: sans-serif;
	font-size: small;
	cursor: hand;
	margin: 0px;
	padding: 1px;
	background: #626FA5;
	border: 1px solid #626293;
	color: #FFFFFF;
}
.menu li a:hover { 
	font-family: sans-serif;
	font-size: small;
	background: #78879D;
	border: 1px solid #626293;
	color: #FFFFFF;
	text-decoration: underline;

}
.menu li a:active {
	font-family: sans-serif;
	font-size: small;
	color: #CCCCFF;
	background: #445394;
}

.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;
}

