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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6f6f6f;
}
body {
	background: url(images/structure/header-bg.gif) repeat-x #FFFFFF;
	text-align:center;
	margin: 10px 0 0 0;
	padding:0;
	
}

td, td {
	vertical-align: top;
}

a:link {
	color: #00a4c1;
}
	a:visited {
	color: #018ba3;
}
a:hover {
	color: #018ba3;
}
a:active {
	color: #018ba3;
}

h2 {
	font-size: 16px;
	color: #fff;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0;
	background: #7bbc37;
	text-align: center;
	
}

#container {
	margin: 0 auto;
	text-align:left;
	/*width: 803px;*/
	width: 800px;
}

.header {
	margin: 0;
	height: 76px;

}

.navBox {
	clear:right;
	background: #15284c;
	height: 28px;
}

.navBox ul {
	margin: 0;
  	padding: 0;
  	list-style: none;
}

.navBox ul li {
	float: left;
}

.navBox ul li a {
	text-decoration: none;
	color:#fff;
	font-size: 12px;
	padding: 5px 28px 5px 28px;
	border-right: 1px solid #fff;
	display:block;
	height: 18px;
	background: #15284c;
}

.navBox ul li a:hover {
	background: #7bbc37;
}

.navUnderline {
	background: #7bbc37;
	height: 4px;
	margin: 1px 0 0 0;
	font-size: 0px;
}

.contentFull {
	margin-top: 5px;
	width: 800px;
}

#footer {
	width: 800px;
}

.footerSponsors {
	text-align: center;
	padding: 25px 0 0 0;
}

.footerAddress {
	padding: 10px 0 0 0;
	text-align: center;
}

.newsField {
	background: #dbdbdb;
	border-style: none;
	padding: 2px;
}

.regSubmit {
	color: #fff;
	background-color: #fb951a;
	border-style:none;
	padding: 2px;
	
	
}



 #error{  
     margin-bottom: 20px;  
     border: 1px solid #efefef;  
 }  
 #error ul{  
     list-style: square;  
     padding: 5px;  
     font-size: 11px;  
 }  
 #error ul li{  
     list-style-position: inside;  
     line-height: 1.6em;  
 }  
 #error ul li strong{  
     color: #e46c6d;  
 }  
 #error.valid ul li strong{  
     color: #93d72e;  
 }  
 
 .bodyText {
 	font-size: 13px;
 }
 
 .requiredText {
 	color: #FF0000;
 }
