/* CSS Document */

#body {
	margin: 0;
	padding: 0;
	font: 12px/1.5 Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #BEC9D3 url(../images/bg.gif) repeat-y 50% 0;
}
#content {
	padding: 0px;
	width:761px;
	margin-left:auto;
	margin-right:auto;
}
#mainContent {
	width:509px;
	float:left;
	margin-left:auto;
	text-align: left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding-left: 20px;
	padding-right: 15px;
}
#sidebar {
	width: 204px;
	float: right;
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666666;
	text-align: left;
}
#footer {
	padding: 0px 0px 10px;
	width: 690px;
	margin-left: auto;
	margin-right: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-style: italic;
	color: #333333;
	text-align: left; 
}
#mainheader {
	width: 761px;
	height: 195px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
}
#navigation {
	width: 761px;
	height: 33px;
	margin-left:auto;
	margin-right:auto;
}
a.nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BEC9D3;
	text-decoration: none;
}
a.sideNav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #153C75;
	text-decoration: none;
}
a.sideNav:hover {
	text-decoration: underline;
}
.button1 {
	width: 112px;
	height: 33px;
	background-image:url(../images/btn1.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	background-color: #153C75;
}
.button2 {
	width: 93px;
	height: 33px;
	background-image:url(../images/btn2.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	background-color: #153C75;
}
.button3 {
	width: 127px;
	height: 33px;
	background-image:url(../images/btn3.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	background-color: #153C75;
}
.button4 {
	width: 114px;
	height: 33px;
	background-image:url(../images/btn4.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	background-color: #153C75;
}
.button5 {
	width: 233px;
	height: 33px;
	background-image:url(../images/btn5.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	background-color: #153C75;
}
.button6 {
	width: 82px;
	height: 33px;
	background-image:url(../images/btn6.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	background-color: #153C75;
}
a.nav:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

#clearing {
	height: 10px;
	clear: both;
	background-color:#FFFFFF;
}
#yellow {
	height: 2px;
	clear: both;
	background-color:#FDC624;
	width:762px;
	margin-left:auto;
	margin-right:auto;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #265089;
	letter-spacing: 1px;
	font-weight: normal;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}
.quote {
	font: italic 16px/24px "Times New Roman", Times, serif;
	color: #265089;
}
a {
	color: #265089;
}
a:hover {
	color: #6FA0D4;
	text-decoration:none;
}
.small {
	font-size: 10px;
}
th {
	background-color: #BEC9D3;
	font-weight:bold;
	color:#000033;
	text-align:left;
}