/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
	color: #fff;
}

body {
	background-color: #5778ad;
	font-size: 12px;
}

.clearer {
	 clear:both;
	 height:1px;
	 overflow:hidden;
	 margin-top:-1px;
}

#Wrap {
	width: 850px;
	background-image: url(images/picbkg.jpg);
	background-repeat: no-repeat;
}

		
h2 {
	size: 16px;
	margin-bottom: 10px;
	line-height: 1.2;
}
		
h3 {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding-top: 6px;
}
		
li {
	list-style-image: url(images/arrow.gif);
}

#footer {
	color: #fff;
	font-size: 10px;
	width: 192px;
	padding-left: 30px;
	margin-top: 620px;
	float: left;
	}
	#footer a {
		color: #fff;
		font-size: 10px;
		}
		#footer a:hover {
			color: #001d5f;
			}

		
#LeftColumn {
	width: 365px;
	padding-right: 25px;
	margin-top: 90px;
	float: left;
	}
	#LeftColumn p, #LeftColumn p em {
		margin-bottom: 5px;
		line-height: 1.5;
	}


#RightColumn {
	background-image: url(images/logotop.gif);
	background-repeat:repeat-x;
	background-color: #001d5f;
	width: 200px;
	float: left;
	font-size:10px;
	color: #fff;
	border-right: 1px solid #9fb2cc;
	border-left: 1px solid #9fb2cc;
	padding-top: 60px;
}


.LogoWrap {
	color: #fff;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 200px;
	display: block;
	text-align: center;
	border-bottom: 1px solid #9fb2cc;
}

input.btnSubmit, input.btnSubmitOver {
	width: 225px;
	height: 60px;
	background-image: url(images/btn_LearnMore_sprites.gif);
}

input.btnSubmit:hover, input.btnSubmitOver {
	background-position: 0 -60px;
}

input, select, option {
	color: #000;
}

.section {
	background-color: #001d5f;
	color: #fff;
}


#form {
	width: 365px;
	float: left;
	margin-top: 10px;
	font-size: 11px;
}


#form .formtext {
	text-align: right;
}

#form .formtext b {
	font-weight: normal;
}

input, select {
	width: 200px;
	font-size: 11px;
	margin-bottom: 8px;
}
			
	