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

html body {
	margin-top:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#00214E; /* was #012f61*/
}

p, h1, h2, h3, h4, h5, h6, ul, li, table, td, th, tr, form, input, img, button, div {
	margin:0px;
	padding:0px;
}

#mainText #text {
	position:relative;
	float:left;
	width:826px;  /* was 510px when mainText was 786px wide (and then 550px)  */
}
				
						#mainText #text #toptext {
							position:relative;
							float:left;
							width:296px;  /* was 550px and then 260px */
						}
						
						

/* contact form styling */
		.formContainer {
			position:relative;
			float:left;
			width:400px;  /* was originally 520px(margin-left:10px) */
			background-color:#00214E;
			margin-left:65px;  /* was 50px and then 5px and then 10px */
			/*margin-top:38px;*/
			color:#FFFFFF;
			padding-left:65px;
		}
		
				.formContainer table {
					margin:10px;
				}
				
				.formContainer table tr td.left {
					width:98px;
				}
				
				.formContainer table tr td.right {
					width:400px;
				}
				
				.formContainer table input {
					border:1px solid #CCCCCC;
					width:200px;
					margin-bottom:5px;
				}
				
				.formContainer table label {
					margin-bottom:5px;
					font-weight:bold;
				}
				
				.formContainer table textarea {
					border:1px solid #CCCCCC;
					width:200px;
					margin-bottom:5px;
				}
				
				.formContainer table input.btn {
					border:1px solid #CCCCCC;
					background-color:#exebf0;
					color:#44366f;
				}
		
/* end of contact form styling */

/* contact form corner styling */

.bluetopbar2 {
	position:relative;
	float:left;
	width:465px;  /* was 827px */
	height:13px;   /* was 13px */
	margin-top:38px;
	margin-left:65px; 
	background-color:#00214e;
}

		.bluetopleftcorner2 {
			position:relative;
			float:left;
			width:11px;   /* was 11px */
			height:13px;   /* was 13px */
			background:url(/images/bluetopleftcorner.gif) top left no-repeat #00214e;
		}
		
		.bluetoprightcorner2 {
			position:relative;
			float:right;
			width:11px;   /* was 11px */
			height:13px;   /* was 13px */
			background:url(/images/bluetoprightcorner.gif) top right no-repeat #00214e;
		}

.bluebottombar2 {
	position:relative;
	float:left;
	width:465px;   /* was 827px */
	height:13px;   /* was 13px */
	margin-left:65px;
	background-color:#00214e;
}


		.bluebottomleftcorner2 {
			position:relative;
			float:left;
			width:11px;   /* was 11px */
			height:13px;   /* was 13px */
			background:url(/images/bluebottomleftcorner.gif) bottom left no-repeat #00214e;
		}
		
		.bluebottomrightcorner2 {
			position:relative;
			float:right;
			width:11px;   /* was 11px */
			height:13px;   /* was 13px */
			background:url(/images/bluebottomrightcorner.gif) bottom right no-repeat #00214e;
		}
		
/* end of contact form corner styling */