@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	background-repeat: no-repeat;
	}
	
#container {
	width: 960px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #FFFFFF;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	}
	
#header {
	width: 960px;
	height: 135px;
	background-repeat: no-repeat;
	color: #000000;
	font-size: 14px;
	}
	
#mainnav {
	width: 960px;
	height: 36px;
	position: relative;
	background-color: #FF6600;
	top: auto;
	padding-top: 0px;
	
	}
	
#mainnav2 {
	width: 940px;
	height: 31px;
	padding: 26px 10px 0px 13px;
	}
	
#colorwrap {
	width: 960px;
	background-color:#fff;
	height:auto;
	}
	
#bottomcolor {
	width: 960px;
	height: 1px;
	position: relative;
	clear: left;
	}
	
#sidebar {
	position: relative;
	float: left;
	width: 100px;
	height: 480px;
	top:0px;
	left:0px;
	background-color:#fff;
	/*background-image: url(../images/sidebar_homepage_new.jpg);*/
	background-repeat: no-repeat;
	background-position: top;
	}
	
#sidebar_sub {
	position: relative;
	float: left;
	width: 125px;
	min-height: 402px;
	padding: 15px 15px 15px 15px;
	background-color: #fff;
	background-image: url(../images/sidebar_bkg.jpg);
	background-repeat: repeat-x; 
	}
	
#maincontent {
	position: relative;
	float: left;
	width: 860px;
	min-height: 432px;
	background-color: #fff;
	/*background-image: url(../images/logo_dept_ed.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	*/
	padding: 0px;
	margin: 0px;
	}
	
#copy {
	width: 780px;
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0px;
	}
	
#footer {
	position: relative;
	clear: left;
	width: 960px;
	height: 70px;
	background-repeat: no-repeat;
	color: #333;
	background-color:#000000;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	/*top: 120px;*/
	}
	
#social {
	width: 124px;
	height: 59px;
	position: relative;
	float: left;
	background-image: url(../images/footer_bkg_social.png);
	background-repeat: no-repeat;
	padding: 10px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	}
	
#footer_feature {
	width: 272px;
	height: 59px;
	position: relative;
	float: left;
	background-image: url(../images/footer_bkg_blue.jpg);
	background-repeat: no-repeat;
	padding: 20px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	}
	
#footer_feature2 {
	width: 243px;
	height: 59px;
	position: relative;
	float: left;
	background-image: url(../images/footer_bkg_red.png);
	background-repeat: no-repeat;
	padding: 20px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	}
	
#utility {
	position: relative;
	clear: left;
	width: 960px;
	color: #2783c1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 15px;
	top: 0px;
	background-color:#000000;
	}
	
/*:::::::::::::::::::: PAGE COPY LINK STYLE :::::::::::::::::::::::::::::::*/

a, a:visited {
	color: #0068b2;
	text-decoration: none;
	}
	
a:hover {
	color: #0068b2;
	text-decoration: underline;
	}
	
/*:::::::::::::::::::: FOOTER LINK STYLE :::::::::::::::::::::::::::::::*/

a.footer, a.footer:visited {
	color: #fff;
	text-decoration: none;
	}
	
a.footer:hover {
	color: #bcbcbc;
	text-decoration: none;
	}
	
	/*:::::::::::::::::::: UTILITY LINK STYLE :::::::::::::::::::::::::::::::*/

a.utility, a.utility:visited {
	color: #2783c1;
	text-decoration: underline;
	}
	
a.utility:hover {
	color: #2783c1;
	text-decoration: none;
	}
	
/*:::::::::::::::::::: HEADER STYLES :::::::::::::::::::::::::::::::*/

h1 {
	font-size: 18px;
	color: #ff6600;
	margin: 0px 0px 0px 0px;
	}
	
h2 {
	font-size: 16px;
	color: #009966;
	margin: 0px 0px 0px 0px;
	}

.warning {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	text-align: center;
}
