@charset "UTF-8";
/* CSS Document */

body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #053353;
	margin: 25px 0 0 0;
	padding: 0;
	text-align: center;
	color: #053353;
}
#container {
	width: 930px;
	background: #fff;
	margin: 0;
	margin: 0 auto;
	text-align: left; /* override the text-align: center */
}
#header {
	padding: 0;
	background: #fff;
	background-image: url(../images/topcurve.png);
	background-repeat: no-repeat;
}
#logo {
	width: 430px;
	padding: 25px 0 20px 20px;
	font-size: 12px;
	color: #737373;
}
#number {
	width: 300px;
	float: right;
	color: #fff;
	font-size: 14px;
	text-align: right;
}
#imageContainer {
	width: 740px;
	height: 221px;
	margin: 0 auto;
}
#sideBar {
	float: left;
	width: 220px;
	padding: 0 0 0 20px;
}
#mainContent {
	margin: 0 0 0 262px;
	padding: 0 20px 0 0;
}
#navContainer {
	width: 224px;
}
#image img {
	border: 1px solid #ebeaea;
	padding: 2px;
}
#featured {
	padding: 30px 0 0 0;
	font-size: 12px;
	color: #053353;
}
#footer {
	margin: 20px 20px 0 20px;
	padding: 20px 10px 10px 10px;
	background: #3370be;
	background-image: url(../images/footershad.png);
	background-repeat: no-repeat;
	background-position: top;
	color: #fff;
	font-size: 11px;
}
h1 {
	display: block;
	width: 600px;
	margin: 20px 0;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #3370be;
}
#blue {
	color: #053353;
	font-size: 12px;
	padding: 50px 20px 0 0;
}
h2 { font-size: 17px; font-weight: normal; margin: 0 0 0 0; border-top: 1px solid #ccc; padding: 10px 0 0 0;}
.fltrt {
	float: right;
	margin: 0 0 20px 8px;
}
.fltlft {
	display: block;
	float: left;
	padding: 0 10px 10px 0;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

table { font-size: 12px; width: 100%; }
.cellEven { background: #f4f4f4; border-top: 1px solid #d6d6d6; border-bottom: 1px solid #d6d6d6; }
.note { color: #CC0000; font-style: oblique; }
#calendar { width: 220px; }
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link, a:visited, a:active { color: #3370be; text-decoration: none; }
a:hover { color: #000; }

<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 230px; }
</style>
<![endif]-->
<!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->