@charset "utf-8";
/* CSS Document */
body {
	background-color:#005dab;

	margin:0;
	text-align:left;
}
tr, td, table {
	padding:0;
	border:0;
	border-collapse:collapse;
}
img {
	border:0;
}
a:active, a, a:hover, a:visited{
	text-decoration:none;
	color:#FFF;
}
input, select {
	vertical-align:middle;
}
input.outline:focus, select.outline:focus {
	border:1px solid #0066CC;
}
input.outline, select.outline {
	border:1px solid #a5acb2;
}
.inputWidth {
	width:210px;
}
.selectWidth {
	width:45px;
}
.header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#005dab;
}
.required {
	border:1px solid #ff0000;
}
.textReq {
	color:#FF0000;
	font-style:italic;
}
.note {
	color:#f00;
	font-style:italic;
}
.nameWidth {
	width: 160px;
}
.cityWidth {
	width:155px;
}
.sized {
	margin:1px;
}
table.main {
	width:784px;
	border:0;
	margin-top:35px;
}
table.innerMain {
	width:748px;
	margin-left:4px;
	border:0;
}
td.sideColumn {
	width:4px;
}
td.innerLeft {
	width:301px;
}
td.formLabel {
	width:85px;
}
td.formInput {
	width:210px;
}
td.checkBox {
	padding-left:5px;
}
table.innerRight {
	width:455px;
}
.tableBG {
	background-color:#FFF;
}
label {
	visibility:hidden;
}
td.bottomRow {
	height:4px;
}
td.topAlign {
	vertical-align:top;
}
td.contentBG {
	background-color:#FFF;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#005dab;
}
td.paddedCell {
	padding:10px;
}
td.headline {
	height:33px;
	background-color:#FFF;
}
.pageHead {
	background-color:#FFF;
	
}
/* Text Styles */
.topLinks {
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	line-height:10px;
	background-color:#000;
	border-bottom:1px solid #FFF;
}
.legal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#003366;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
/* Div Properties */
#content {
	position:relative;
	width:784px;
	margin:0 auto;
}
#flashSpace {
	width:475px;
	height:331px;
	background-color:#000;
}
/* Background Images */
.BL	{
	background-image:url('/images/shadowBL.jpg');
	background-repeat:no-repeat;
	height:5px;
	width:14px;
}
.BS {
	background-image:url('/images/contentBottom.jpg');
	background-repeat:no-repeat;
	height:5px;
	width:784px;
}
.mainBG {
	background-image:url('/images/contentBG.jpg');
	background-repeat:repeat-y;
}
.BR {
	background-image:url('/images/shadowBR.jpg');
	background-repeat:no-repeat;
	height:5px;
	width:14px;
}
.TL {
	background-image:url('/images/shadowTL.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
	height:57px;
	width:4px;
}
.TR {
	background-image:url('/images/shadowTR.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
	height:57px;
	width:4px;
}
.RS {
	background-image:url('/images/shadowRS.jpg');
	background-repeat:repeat-y;
	width:4px;
	text-align:left;
}
.LS {
	background-image:url('/images/shadowLS.jpg');
	background-repeat:repeat-y;
	width:4px;
	text-align:right;
}