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

body{
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #0b3a6f;
	background-image: url(../images/the-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}
#wrapper{
	display:block;
	margin:40px auto;
	width:900px;
	background-position: top center;
	background-repeat: no-repeat;
	}
#topBG{
	background: url(../images/top-bg.png) no-repeat center top;
	width: 900px;
	height: 41px;
	display: block;
	}
#main{
	background: url(../images/content-bg.png);
	background-repeat: repeat-y;
	padding: 0px 40px 40px;
	min-height: 500px;
	}
#bottomBG{
	background: url(../images/bottom-bg.png) no-repeat center top;
	width: 900px;
	height: 41px;
	display: block;
	}
#top{
	height: 50px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	margin-bottom: 35px;
	}
.half{
	float:left;
	padding-left:35px;
	width:350px;
	}
.third{
	width: 240px;
	float: left;
	padding-right: 30px;
	}
h1{
	font-family: rockwell, georgia, serif;
	font-weight: normal;
	font-size: 30px;
	}
h3{
	font-family: rockwell, georgia, serif;
	font-weight: normal;
	}
.skyBlue{
	color: #66a3e8;
	}
.deepBlue{
	color: #0b3c74;
	}
.lightBlue{
	color: #4f95e4;
	}
.midBlue{
	color: #3f78b7;
	}
a img, img{
	border: none;
	}
p, ul{
	font-size: 14px;
	line-height: 24px;
	}
ul#leftMenu{
	width: 220px;
	display: block;
	float: left;
	padding: 0;
	padding-right: 60px;
	margin: 25px 0px 0px;
	list-style: none;
	line-height: normal;
	}
ul#leftMenu li{
	list-style: none;
	padding: 0;
	margin: 0;
	}
ul#leftMenu li a{
	font-family: Rockwell, georgia, serif;
	color: #0b3c74;
	display: block;
	padding: 6px 6px 6px 10px;
	text-decoration: none;
	margin-bottom: 10px;
	font-size: 20px;
	}
ul#leftMenu li a:hover{
	color: #000033;
}
ul#leftMenu li a.selected{
	background: url('../images/list-marker.png');
	color: white;
	}
.rightContent{
	width: 500px;
	float: left;
	display: block;
	}

#logo{
	float: left;
	margin-top: 5px;
	}
ul.menu{
	list-style: none;
	float: right;
	line-height: normal;
	}
ul.menu li{
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 20px;
	}
ul.menu li a{
	text-decoration: none;
	color: #aaa;
	font-size: 18px;
	}
#index{
	height: 250px;
	display: block;
	border-bottom: 1px solid #ccc;
	
	}
p#introBlob{
	font-size: 43px;
	color: #1d1b66;
	font-family: rockwell, georgia, serif;
	line-height: 50px;
	margin: 80px auto 20px;
	}
label{
display: block;
text-transform: uppercase;
color: #333;
margin-top: 15px;
margin-bottom: 5px;
font-size: 11px;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}
input,textarea{
	width: 300px;
	padding: 5px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	}
input#submitter{
	width: auto;
	margin-top: 40px;
	margin-left: 125px;
	}
