@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-color:#263B8C;
	background-image:url(../images/main_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	color:#000;
	padding-top:115px;
}

#wrapper {
	margin:0 auto;
	width:679px;
	min-height:706px;
	padding:0 26px 0;
	background-image:url(../images/content_bg_repeat.gif);
	background-repeat:repeat-y;
	background-position:left top;
	position:relative;
}

#content {
}

#promo_graphic {
	width:670px;
	height:272px;
	margin:0 auto;
	background-color:#143c5f;
}

#copy {
	padding:0 10px 0;
}

#site_link {
	display:block;
	position:absolute;
	width:130px;
	height:70px;
	right:239px;
	top: -101px;
}

#form {
	margin:0 auto;
	width:540px;
	color:#0b223a;
}

#form a, #form a:visited {
	color:#7F0002;
}

#form a:hover {
	color:#AF0003;
}

td.formfields {
	font-size:11px; 
	font-weight: bold;
}


input {
	font-size:11px;
}

select {
	font-size:11px;
}

#disclaimer {
	padding:10px;
	font-size:10px;
	text-align:center;
}

#thankyou {
	width:814px;
	height:719px;
}

#error {
	width:814px;
	height:719px;

}

#content_bg_bottom {
	margin:0 auto;
	width:725px;
	height:52px;
	background-image:url(../images/content_bg_bottom.gif);
	background-repeat:no-repeat;
}

#footer {
	color:#888;
	font-size:10px;
	margin-bottom:20px;
	text-align:center;
}

#footer a, #footer a:visited {
	color:#888;
	text-decoration:none;
}

#footer a:hover {
	color:#999;
	text-decoration:underline;
}

