/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.80em;
	background: #FFFFFF url(../_images/templateBG.jpg) top left repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.printOnly {
	display: none;
}

#content {
	text-align: left;
	background-color:#FFFFFF;
	padding: 0px 20px 10px 20px;
}

/* this class creates a double-spaced list */
.ds_lists li {
	margin-bottom: 1em;
}

.italic{
	font-style:italic; 
}
/* special styles for fixing problems with browser compatibility */
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.redBorder{
min-height: 74px;
height: auto;
_height: 74px;
width: 736px;
border-bottom:#C24025 12px solid;
border-left:#C24025 12px solid;
border-right:#C24025 12px solid;
border-top:0px;
background-color:#FFFFFF;
margin: auto;
}
#section{
	min-height: 49px;
	height: auto;
	_height: 49px;
	background: url(../_images/sectionHeaderBG.jpg) top left no-repeat;
	padding: 0px 0px 0px 0px;
}
#header {
	width: 760px;
	min-height: 74px;
	height: auto;
	_height: 74px;
	background-color: #6695c0;
	margin: auto;
	padding: 0px 0px 0px 0px;
}
.bold{
font-weight:bold;
}
#sectionTitle{
	padding: 10px 0px 0px 20px;
}
#pageTitle{
	font-weight:bold;
	padding: 5px 0px 10px 0px;
	font-size: 1.1em;
}
.icons{
	width: 230px;
	height: 74px;
	padding-left: 10px;
	float: left;
}
#headerRight {
	float: right;
}
.unitTitle{
	font-size: 1.8em;
	color: #FFFFFF;
	text-align: right;
	padding: 15px 20px 4px 0px;
}
.topMenu{
	color: #FFFFFF;
 	padding: 0px 20px 11px 0px;
	text-align: right;
}
.MenuText{
	color:#FFFFFF;
}
.MenuText:link{
	color:#FFFFFF;
	text-decoration:none;
}
.MenuText:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.MenuText:active{
	color:#FFFFFF;
	text-decoration:none;
}
.MenuText:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.footer{
	color:#000000;
	padding: 10px 0px 10px 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	font-size: 0.8em;
}
.footer a:link{
	color:#000000;
}
.footer a:visited{
	color:#000000;
}
.footer a:active{
	color:#000000;
}
.footer a:hover{
	color:#000000;
}
.number{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:65px;
	line-height:53px;
	text-align:right;
	/*padding:0px 0px 0px 0px;*/
}
.greenText{
	color:#0C7D37;
}
.grayText{
	color:#929292;
}
.PEandHText{
	color:#02A4B5;
}
.MandVAText{
	color:#5041C1;
}
.socialScienceText{
	color:#F6911D;
}
.navButtons{
	width:140px;
	padding:10px 0px 10px 0px;
	margin:auto;
}
.redText{
 color:#FF0000;
}
.assessment{
	width:400px;
	margin:auto;
}
.assessmentText{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1.5em;
	text-decoration:none;
}

.assessmentText:link{
	text-decoration:none;
}
.assessmentText:visited{
	text-decoration:none;
}
.assessmentText:active{
	text-decoration:none;
}
.assessmentText:hover{
	text-decoration:underline;
}
.BodyTextWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.LAandRText{
	color:#942724;
}