@charset "utf-8";
/* CSS Document */

body {
	background-color: #006697;
	background-image: url(../images/bkg_gradient.jpg);
	background-repeat: repeat-x;
	}
	
#container {
	width: 960px;
	margin: 20px auto 0px auto;
	font-family: Georgia;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	}
	
#header {
	width: 960px;
	height: 139px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 14px;
	}
	
#mainnav {
	width: 940px;
	height: 31px;
	padding: 76px 10px 0px 13px;
	}
	
#mainnav2 {
	width: 940px;
	height: 31px;
	padding: 26px 10px 0px 13px;
	}
	
#colorwrap {
	width: 960px;
	background-color: #fff;
	}
	
#bottomcolor {
	width: 960px;
	height: 1px;
	position: relative;
	clear: left;
	}
	
#sidebar {
	position: relative;
	float: left;
	width: 125px;
	min-height: 402px;
	padding: 15px 15px 15px 15px;
	background-color: #fff;
	}
	
#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: 805px;
	min-height: 432px;
	background-color: #fff;
	background-image: url(../images/logo_dept_ed.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	}
	
#copy {
	width: 780px;
	margin: 10px 10px 10px 10px;
	padding: 10px 0px 0px 0px;
	text-align: justify;
	}
	
#footer {
	position: relative;
	clear: left;
	width: 952px;
	height: 70px;
	background-image: url(../images/footer_bkg.png);
	background-repeat: no-repeat;
	padding: 13px 0px 0px 10px;
	color: #333;
	}
	
#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: 930px;
	color: #2783c1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
/*:::::::::::::::::::: 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: #006fb6;
	margin: 0px 0px 0px 0px;
	}
	
h2 {
	font-size: 16px;
	color: #00a94f;
	margin: 0px 0px 0px 0px;
	}
