@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	background: #FFF url(../../index_assets/images/background_grey.jpg) repeat-x;
}
#container {
	width: 925px;
	margin: 0 auto;
	border: 8px solid #FFF;
	text-align: left;
	background: #FFF;
} 
#upgrade {
	font-size: 0px;
	color: #FFF;
}
#header {
	background: #3b2b83;	
	color: #FFF;
	clear: both;
} 
#header h1 {
	margin: 0; 
	padding: 25px 15px 0 0;
	float: right;
	font-size: 180%;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
}
#header img {
	float: left;
	padding: 21px 11px;
}
#contactInfo {
	float: left;
	display: inline;
	font-size: 70%;
	color: #FFF;
	width: 250px;
	line-height: 1.5em;
	border-left: 1px solid #FFF;
	padding-left: 11px;
	margin-top: 11px;
}
#header a:link, #header a:visited, #header a:active {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#header a:hover, #header a:focus {
	text-decoration: underline;
}
#contact {
	float: right;
	display: inline;
	width: 400px;
	padding: 3px 15px 3px 0;
	margin-bottom: 15px;
	font-size: 70%;	
	text-align: right;	
	color: #FFF;
}
#contact a:link, #contact a:visited, #contact a:active {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#contact a:hover, #contact a:focus {
	text-decoration: underline;
}
#navigation {
	float: left;
	background: #3b2b83;
	width: 100%;
	border-bottom: 7px solid #C00;
}
#navigation ul {
	width: 100%;
}
#navigation li {
	float: left;
	text-align: center;	
	margin-right: 3px;
}
#navigation li a:link, #navigation a:visited, #navigation a:active {
	float:left;
	padding: 5px;
	width: 15em;
	background: #FFF;
	text-decoration: none;
	color: #000;
	font-size: 70%;
	font-weight: normal;
}
#navigation li a:hover, #navigation a:focus {
	background: #C00;
	color: #FFF;
}
#navigation li #Home {
	width: 10em;
	margin-left: 9px;
}
#navigation li #courses {
	width: 10em;
}
#navigation li #info {
	width: 13em;
}
#sidebar2 {
	float: right;
	width: 277px;
	padding-top: 20px;
}
#mainContent {
	font-size: 80%;
	padding-top: 20px;
	float: left;
	width: 640px;
}
#mainContent h2 {
	font-size: 180%;
	font-family: Arial, Helvetica, sans-serif;
	color: #C00;
	display: block;
	padding: 11px 0 11px 7px;
	margin-bottom: 15px;
}
#mainContent h3 {
	font-size: 150%;
	font-family: Arial, Helvetica, sans-serif;
	color: #C00;
	display: block;
	padding: 11px 0 3px 7px;
	clear: both;

}

#mainContent ul {
	margin-left: 40px;
	margin-bottom: 30px;
	line-height: 2em;
	list-style: disc;
	color: #C00;
}
#mainContent li a:link, #mainContent li a:visited, #mainContent li a:active {
	text-decoration: none;
	color: #3B2B83;
}
#mainContent li a:hover, #mainContent li a:focus {
	text-decoration: underline;
	color: #C00;
}
#footer {
	padding: 0 10px 0 20px;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	color: #333;
	font-size: 70%;
	text-align: center;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #333;
	text-decoration: none;
}
#footer a:hover, #footer a:focus {
	text-decoration: underline;
}
#footerLogos {
	padding-top: 21px;
	text-align: center;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 0px;
	line-height: 0px;
}
.emphasis {
	color: #333;
	font-weight: bold;	
}
#footer {
	clear: both;
	background: #666;
	padding: 7px 0;
	text-align: center;
	margin-top: 15px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover, #footer a:focus {
	text-decoration: underline;
}
#footer p {
	margin: 0; 
	padding: 0; 
	font-size: 70%;
	padding: 9px 0 5px 0;
	color: #FFF;
}
.last {
	border-bottom: none;
}

#openEvening {
	background-color: #009CC9;
	color: #FFF;
	padding: 5px;
	
}
#openEvening h1 {
	font-size: 150%;
	padding-top: 11px;
}
