@charset "UTF-8";
* {
	margin:0;
	padding:0;
	font-size: 100%;
}
body {
	font: 100% Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: center;
	color: #000000;
	background: #DFDFDF url(../images/back.gif) repeat;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote {
	padding:.35em;
}
h1.main, h2.main, h3.main, h4.main {
	/*background: url(../images/blue_gradient.jpg) repeat-y left top;
	color: #FFFFFF;text-indent: 0.25em;*/
	line-height: 1.4em;
	height: 1.4em;
	padding-top: 0.75em;
	color: #000;
}
h1.main {text-transform:uppercase;}

h1 {
	font-size: 160%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 130%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 110%;
}
a:link, a:visited {
	color: #ac1228;
	text-decoration: underline;
}
a:hover, a:active {
	color: #0066b3;
	text-decoration: none;
}
#container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #333;
	text-align: left;
	position: relative;
}

/* styles used in the header section */
#header {
	font-size:0.76em;
	background: #FFFFFF;
	height: 200px;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 900px;
	border-bottom: 1px solid #333;
}
#header #logo {
	background: #FFFFFF url(../images/eec_banner2009.jpg) no-repeat left top;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 200px;
	width: 450px;
	position: relative;
}
#header h1 {
	margin: 0;padding:0;
	font-weight: bold;
	color: #0066B3;
	text-indent: -9999px;
	line-height:1em;
}
#header h1 a {
	display: block;
	height: 200px;
	width: 100%;
	margin: 0;padding: 0;
	text-decoration:none;
	line-height:1em;
}
#header #header_img {
	margin: 50px 0px 0px;
	padding: 0px;
	float: right;
	height: 150px;
	width: 450px;
	position: relative;
	clear: right;
}

#header #menuTop {
	margin: 0 auto 0;
	float: right;
	width: 880px;
	position: absolute;
	height: 1.3em;
	top: 16px;
	left: 10px;
	text-align:right;
}
#header #menuTop a {
	font-size:1.2em;
	font-weight:bold;
	line-height:1em;
	padding: 0 0.5em;
	color: #333;
	text-decoration: none;
	line-height: 1.5em;
	display: inline-block;
	margin: 0px;
}
#header #menuTop a:hover {
	color: #007249;
	text-decoration: underline;
}
#header #menuTop a.currentpage {
	color: #ac1228;
}

/* styles used in the content section */

#sidebar {
	float: left;
	width: 175px;
	padding: 0 0 15px;
	position: relative;
}
#sidebar h3, #sidebar p {
	margin-left: 10px;
	margin-right: 10px;
}

/* blue navigation menu in left sidebar */
#leftMenu {
	width: 175px;
	padding: 0px;
	color: #333;
	font: .76em Arial, Helvetica, sans-serif;
}
#leftMenu ul {
	list-style: none;
	padding: 0;
}
#leftMenu li {
	border-bottom: 2px solid #FFFFFF;
	margin: 0px;
}
#leftMenu li a {
	display: block;
	padding: 8px 5px 8px 12px;
	color: #fff;
	text-decoration: none;
	width: 100%;
	font-weight: bold;
	background: #0066b3 url(../images/nav/btn_back_bl.gif) no-repeat right center;
}
html>body #leftMenu li a {
	width: auto;
}
#leftMenu li.currentpage a {
	width: 100%;
	color: #FECB4C;
	background: #004477 url(../images/nav/btn_back_bl.gif) no-repeat -225px center;
}
html>body #leftMenu li.currentpage a {
	width: auto;
}
#leftMenu li a:hover {
	background: #004477 url(../images/nav/btn_back_bl.gif) no-repeat left center;
	color: #FFFFFF;
}

/* styles used in the middle content section */
#mainContent {
	margin-left:13px;
	font-size:0.76em;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	position: relative;
	float: left;
	width:497px;
}
#mainContent p.just {
	text-align:justify;
	padding:5px;
}
#mainContent p {
	text-align:left;
	padding:5px;
}
#mainContent ul, #mainContent li {
	text-align:left;
	padding: 3px 0 0 0em;
	margin: 0px 0px 0px 1em;
	list-style: square;
}

/* styles used in the right content section */
#rightSideBar {
	float:right;
	width: 200px;
	margin: 0;
	font-size:0.76em;
	position: relative;
	background-color:#0066b3;
}
#rightSideBar .pics {
	width: 200px;
	height: 500px;
	padding: 0;
	margin: 0;
}
#rightSideBar .pics img {
	background-color:#eee;
	width: 200px;
	height: 500px;
	top: 0;
	left: 0;
}

/* styles used in the footer section */
#footer {
	margin-top:0.5em;
	padding: 0 10px;
	color: #FFFFFF;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}
#footer p.copyright {
	font-size:10px;
	text-align:center;
}
#footer a, #footer a:visited {
	text-decoration:underline;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration:none;
	color: #ffcc4d;
}
#footer .questions {
	font-weight:bold;
	font-size:15px;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.greentext {
	font-weight: bold;
	color: #007249;
	font-size:1.3em;
}
.leftcol {
	margin: 3px;
	padding: 3px;
	clear: none;
	float: left;
	width: 220px;
}
address {
	margin: 0px 0px 0px 3em;
}
/* Add this style for warning messages */
.warning {
	font-weight:bold;
	color:#FF0000;
}
	
#mainContent img {
	margin:10px;
	padding:6px;
	background-color:#fff;
	border:#999 solid thin;
}
#mainContent #gradbox {
	background: #B5D5FF;
	padding: 6px;
	width: 520px;
	height: 130px;
	margin: 10px;
	border: 1px solid #666666;
	float: left;
}
#mainContent #gradbox img {
	margin: 5px;
	padding: 2px;
	border: 1px solid #666666;
}
#mainContent img.noborder {
	border-style: none;
}
#mainContent img.nomargin {
	padding:0;
}
#mainContent img.banner {
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #8B0F00;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-style: none;
}
#mainContent img.tight {
	border:0;
	padding:0;
	margin:0;
}
div.boxit {
	margin:0px;
	padding:6px;
	background-color:#fff;
	border:#999 solid thin;
}
.cancelled {
	background: url(../images/cancelled.gif) repeat center center;
}
#mainContent img.badge {margin:3px 0;}
p.tuition {font-size:1.4em; color:#ac1228; font-style:italic; font-weight:bold;}
#contactForm {
	float: left;
	width: 480px;
}
#contactForm .comments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;	
}
.fineprint {
	font-size: 85%;
}
#save_badge {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 175px;
	width: 175px;
}
#save_badge img {
	margin-top: 10px;
	padding-left: 5px;
	border-width: 0px;
	border-style: none;
}
.announce {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background: #ac1228;
	padding: 0.25em;
}
.announce a{
	color: #FFFFFF;
}
