@charset "UTF-8";
body {
	font: 14px Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #CCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image: url(images/headerBG.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color:none; 
	height: 150px;
	
}

.oneColFixCtrHdr #mainContent {
	padding:0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border: 1px solid #CCC;
	float: left;
	width: 100%
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFF;
	border-top: 1px solid #999999;
	margin-top: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.navigationTop {
float: right;
padding-right: 46px;
padding-top: 53px;
}






/*content divs
-------------------------------------*/

.contentDiv {
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 0px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
		}
		
.contentDivNoBorder {
	background-color: #FFF;
	padding: 0px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

/*FONT STYLES 
-------------------------------------*/

a:link {
	color: #024AAD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #024AAD;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #024AAD;
}

/*Assessment Tool Demo Styles
------------------------------------*/

DIV#assessment_container {

	border: dashed #999999 2px;

	padding: 4px;

}

.SubmitButton {

	color: #0000ff;

	font-weight: bold;

}

.CancelButton {

	color: #666666;

}



INPUT.spreadsheet {

	border-width: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10pt;

	text-align: right;

	padding: 2px;

	width: 50px;

}

TD.spreadsheet-cell {

	border-bottom: solid black 1px;

	border-left: solid black 1px;

	width: 75px;

	text-align: right;

	padding: 0px;

	margin: 0px;

}



TD.spreadsheet-total {

	border-left: solid black 1px;

	border-right: solid black 1px;

	border-bottom: solid black 1px;

	text-align: right;

	padding: 2px;

}

TD.spreadsheet-header, TD.spreadsheet-header-total {

	background-color: #670099;

	width: 75px;

	text-align: right;

	color: #ffffff;

	font-size: 10pt;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: bold;

	border-right: solid black 1px;

	border-bottom: solid black 1px;

	padding-right: 2px;

}



TD.spreadsheet-header2 {

	font-weight: bold;

	padding-right: 5px;

	font-size: 10pt;

}



TD.spreadsheet-header-total {

    border-right: solid black 1px;

    text-align: left;

    padding-left: 5px;

}

.lists {margin: 2px;}

.paragraph {margin: 6px; letter-spaceing: 1px;}

.header {
	font-size: 18px;
	color: #333333;
		}
.header2 {padding-top: 0; font-size: 18px; color: #333; margin-top: 0; margin-bottom: 3px;}
		
/*multi color h1--------*/
.style1 {color: #02C610}
.style2 {color: #024AAD}
.style3 {color: #F60808}
.style4 {font-size: 24px}
