@charset "UTF-8";
/* CSS Document */

 
body  {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
	background: #232323;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.clearfloat {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

#container {
	width: 800px;
	background: #FFF url(images/sidebarstrip.gif) repeat-y right;
	margin: 0 auto;
	text-align: left;
	font-weight: bold;
}
 
#header {
	background: url(images/new_header.gif);
	height: 155px;
	position: relative;
}

#bannerheadline{
	color: #223d85;
	font-size: 12px;
	font-weight: normal;
	left: 508px;
	line-height: 22px;
	position: absolute;
	top: 49px;
	width: 200px;
}

#bannerheadline a {
	font-size: 16px;
	font-weight: bold;
	color: #223d85;
	line-height: 16px;
	text-decoration: none;
}

#cornernav {
	position: absolute;
	left: 580px;
}

#cornernav a{
	text-decoration: none;
	color: #223d85;
	line-height: 130%;
	font-weight: normal;
	font-size: 10px;

}


.tab{
	position: absolute;
	top: 135px;
	left: 127px;
}

.tab2{
	position: absolute;
	top: 135px;
	left: 189px;
}

.tab3{
	position: absolute;
	top: 135px;
	left: 237px;
}



.tab, .tab2, .tab3{
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#mainmenu{
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	padding: 8px 0 0 0;
	position: absolute;
	top: 130px;
	left: 299px;
}

#mainmenu a{ 
	color: #FFF;
	text-decoration: none;
}

#sidebar1 {
	float: left;
	color: #223d85;
	width: 99px;
	background: #FFF url(images/bgca_main_02.gif) no-repeat top;
	padding: 15px 45px 15px 10px;
	text-align: right;
}

#sidebar1 a {
	border: none;
	color: #223d85;
	font-size: 10px;
	line-height: 18px;
	text-decoration: none;
}

#sidebar1 hr {
	border: 0;
	height: 1px;
	background-color: #223D85;
	color: #223d85;
}

#sidebar2 {
	float: right; 
	background: url(images/bgca_main_alt.gif) no-repeat right top;
	padding: 45px 10px 0 0;
	width: 206px; 
}

#sidebar2 a {
	font-weight: bold;
	color: #223D85;
	text-decoration: none;
}

#sidebar2 img {
	padding-right: 10px;
}

/*
#sidebar2 #calendar {
	background: #FFF url(images/bgca_main_08.gif) no-repeat right top;
	height: 109px;
	padding: 15px 10px 15px 43px;

}

#sidebar2 #calendar h1 {
	font-size: 16px;
	font-weight: normal;
	color: #223D85;

}
*/

#footer { 
	background: #FFF url(images/footer_02.gif) no-repeat;
	height: 24px;
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
}
 
#footer p {
	text-align: center;
	font-size: 9px;
	color: #FFF;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.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;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}

#mainContent {
	margin: 24px 251px 20px 154px;
	font-weight: normal;
	text-align: center;
}

#mainContent h1 { 
	color: #7cb34c;
	font-size: 13px;
	font-weight: bold;
}

#mainContent h2 { 
	color: #6aabdd;
	font-size: 11px;
	font-weight: normal;
}

#mainContent hr {
	border: 0;
	background-color: #223D85;
	color: #223D85;
	height: 2px;
}

#mainContent #top {
	height: 160px;
}
