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

body{
	background-image:url(../images/bg.jpg);
	background-color:#021953;
	background-repeat:repeat-x;
	margin-top:0px;
	font-family: "Lucida Sans";
	font-size: 14px;
}

.footerBg{
	background-image:url(../images/index_r11_c1.jpg);
	background-repeat:no-repeat;
}
.td_left_bg {
	background-image: url(../images/td_left_bg.jpg);
	background-repeat: repeat-y;
}
.footer_large {
	color: #FFFFFF;
	padding-right:30px;
padding-left:30px;
}


.td_right_bg {
	background-image: url(../images/td_right_bg.jpg);
	background-repeat: repeat-y;
}


.footer{
font-family:Verdana;
font-size:9px;
color:#FFFFFF;
padding-right:30px;
padding-left:30px;
}

a.foot:link {text-decoration: none;color:#ffffff;}
.img_border {
	border: 5px double #0C61DE;
}

a.foot:visited {text-decoration: none;color:#ffffff;}
a.foot:active {text-decoration: none;color:#ffffff;}
a.foot:hover {text-decoration: underline;color:#ffffff;}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #052A92;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}
p {
	margin-right: 10px;
	margin-left: 10px;
}

.lowermenu{
font-family:Verdana;
font-size:9px;
color:#000000;
padding-right:10px;
padding-left:10px;
}

lowermenu, a:link {text-decoration: underline;color:#000000;}
lowermenu, a:visited {text-decoration: underline;color:#000000;}
lowermenu, a:active {text-decoration: underline;color:#000000;}
lowermenu, a:hover {text-decoration: none;color:#000000;}


h3 {
	font-family: "Lucida Sans";
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
}

.header {
	font-family: "Lucida Sans";
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-transform: uppercase;
	color: #414F50;
	text-align: center;
}
/* FORM STUFF */

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 200px;
  text-align: right;
  }

div.row span.formw {
	float: right;
	width: 235px;
	text-align: left;
  } 
  
/* lower form */

div.row2 {
  clear: both;
  padding-top: 5px;
  }

div.row2 span.label2 {
  float: left;
  width: 200px;
  text-align: right;
  }

div.row2 span.formw2 {
	float: right;
	width: 350px;
	text-align: left;
  } 
