body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #77A0B9;
	margin: 0px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:12px;
}


html, body, #wrapper {
      height:100%;
      border: none;
	  
   }
#wrapper {
      margin: 0 auto;
	   background-color:#FFFFFF;
   }
   
table.nav{
	font-size:12px;
	font-weight:bold
}

table.nav a,a:link,a:active{
	color: #666666;
	text-decoration: none;
}   

table.nav td.active a,a:link,a:active{
	color: #FFFFFF;
	text-decoration: none;
}

table.nav a:hover{
	text-decoration: underline;
}     

table.footer{
	font-size:10px;
}

TD.navheads{
	font-size:11px;
	font-weight:bold;
	color:#666666
}

TD.leftnav{
	font-size:11px;

}

a{
	text-decoration:underline;
	color:#304D5F;
}

a:link{
	text-decoration:underline;
	color:#304D5F;
}


a:hover{
	text-decoration:none;
	color:#304D5F;
}
a:active{
	text-decoration:none;
	color:#304D5F;
}

.content{
	font-size:12px;
}
   
   
   
.formElement{
	background-color:#98AFB5;
	border:0px solid #003C4F;
	font-size: 10px;
	font-family:Trebuchet MS, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	color:#003C4F;
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	/* padding-top:1px; */
	/* padding-bottom:1px; */
	/* padding-left:4px; */
	/* padding-right:4px; */
}


h1{
font-size: 18px;
color:#003C4F;
}
h2{
font-size: 14px;
color:#003C4F;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #efefef;
}
.altRowOdd{
	background-color: #f5f5f5;
}

.smallprint {
	font-size: 10px;
}

.tableBorder {
	border: 1px dashed #cccccc;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
	
fieldset, fieldset a{
	color: #002252;
	padding: 4px;
}
legend{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #696969;
}
