/*////////////////////////////////////////////////////////////////////////////////////////////// General Styles */
* {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	font-size:14px;
	font-family: helvetica, arial;
}

* a
{
	outline:none;		
}

h4, h4 em
{
	font-size:16px;	
}


sup
{
	height: 0;
	line-height: 1;
	font-size:10px;
}

.clear
{
	clear:both;	
}

IMG {
	border: 0px;
}

body {
	background-image: url(../images/bkg-gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #CC0000;
	text-align: center; /* Centers site in Internet Explorer */
}

#divMain {
	width: 1000px;
	border: 0px;
	margin: auto; /* Centers site in Firefox */
}
#divHeaderContainer{
	width: 1000px;
	height: 91px;
}
#divLogo{
	width: 264px;
	height: 91px;
	float: left;
}
#divHeaderCenter{
	width: 588px;
	height: 91px;
	float: left;
}
#divCenterTrim{
	width: 588px;
	height: 65px;
	display: block;
}
#divNavigation{
	width: 688px;
	height: 26px;
	display: block;	
}
#divRightTrim
{
	display:block;
	width: 57px;
	height: 91px;
	float: right;
}
#divPageContent{
}

/*//////////////////////////////////////////////////////////////////////////////////////////////// Footer Styles */
#divFooter {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 1000px;
	margin: auto;
}
#divFooterL {	
	width: 750px;
	float: left;
}
#divFooterL P{
	text-align: left;
	margin-left: 110px;
	margin-top: 15px;
	color: #ffffff;
	font-size: 10px;
}
#divFooterL A:link, #divFooterL A:visited {
	text-decoration: none;
	color: #ffffff;
	font-size: 10px;
}
#divFooterL A:hover {
	text-decoration: underline;
}
#divFooterR {
	width: 250px;
	float: left;
	text-align: right;
}
#imgK12Link {
	border: 0px;
	height: 38px;
	width: 170px;
	margin-right: 65px;
	margin-bottom: 20px;
	text-align: right;
}	