body{
	font-family: 'Georgia', 'Bookman Old Style', 'Palatino', 'Paltino Linotype', 'Book Antiqua', 'serif';
	font-size: 16px;
	line-height: 22px;
	background: url(/site_images/sidebar_background_small.jpg) top left no-repeat #FEFEFE;
	background-attachment:fixed;
}

a, img {
	border:0px;	
}

a {
	text-decoration:none;	
	color:#000000;
}

#logo {
	margin-top: 20px;
}

#leftContent{
	float:left;
	width:420px;
}

html>body #leftContent{
	position: fixed;
	top:0;
	left:0;
}

#mainContent {
	float:left;
	width:500px;
	margin-left:420px;
	padding-top:127px;
}

#mainContent ul {
	padding-left: 15px;
	margin:0px;
}

#mainContent a {
	color: #005CFF;
}
#mainContent a:hover {
	text-decoration: underline;
}

#mainContent li { 	  
	list-style-type:disc; 
	margin-bottom: 1em;
} 

#navigationMenu {
	width: 320px;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 26px;
}

#navigationMenu a {
	font-size: 12px;
	font-family: arial;
}

.nav_active {
	font-weight:bold;
}

.sponsor_container table{
	margin-t:0px;	
}
.sponsor_container td {

	height: 120px;
	width: 200px;
	text-align: center;
}

.sponsor_container div.wide {
	width: 300px;
}


#newsListing a:hover{
	color:#287899;
}

.news_details h2{
	margin-bottom:5px;
}

.news_details .date{
	color: #B2B2B2;
	margin-bottom:20px;
}

.news_item{
	line-height:14px;
	margin-bottom:20px;
}

.small_date{
	font-size:12px;
	margin-top:3px;
}

body.home, html, center { height: 100%; }
body.home { height: 100%; margin: 0px; padding: 0px; text-align: center; }
.home img { border: 0px; display: block; }
.home #container { height: 100%; overflow: hidden; }
.home #container2 { position: absolute; bottom: 0px; left: 0px; width: 100%; }


.registry{
	width:747px;
	min-height:380px;
	padding:15px 0px 10px 25px;
}

.columnHeader{
	text-transform:uppercase;	
	font-weight:bold;	
}

.input{
	margin-top:10px;	
}

.input .title{
	float:left;
	width:200px;
}

.input input{
	float:left;
	width:250px;
}


.input select{
	float:left;
	width:255px;

}

.clear{
	clear:left;
	}

.error{
	color: red;	
}
.mandatory{
	color: red;	
}

.registerButton{
	margin-left:310px;
	margin-top:30px;
}	

.thanks{
	width:500px;
}