body{
	background-color: #a3bfe8;
	margin:0;
	padding:0;
	text-align:center;
}

#mainFrame{
	background-image: url(graphics/bg_repeat.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}

#wrapper{
	width: 760px;
	padding:0 40px 0 40px;
	float:left;
}

#header{
	background-image: url(graphics/bg_header.jpg);
	float: left;
	height: 201px;
	width: 760px;	
}

#nav{
	background-image: url(graphics/bg_nav.jpg);
	float: left;
	height: 34px;
	width: 760px;
	padding: 14px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	
}

#nav a{
	color: #FFF;
	text-decoration: none;
	padding: 0 4px;
}

#nav a:hover{
	color: #cadbf3;
}
	

#content{
	background-image: url(graphics/bg_content_top.jpg);
	background-repeat: repeat-x;
	background-position: top;	
	width: 760px;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#contentLeft{
	width: 550px;
	float:left;
}

#contentLeft h1{
	color: #003366;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contentLeft h3{
	color: #003366;
	font-size: 16px;
}

#contentLeft a{
	margin:0;
	padding:0;
	text-decoration:none;
	color:#e06529;
}
	#contentLeft a:hover{
	text-decoration:underline;
}
	

#badge{
	float: left;
	height: 246px;
	width: 550px;		
}

#badge200{
	float: left;
	height: 200px;
	width: 550px;		
}

#contentLeftText{
	width: 509px;
	border-right: 1px solid #C0C0C0;
	padding:0 20px;
	float:left;
	font-size: 14px;
	line-height: 19px;
}

#contentRight{
	width:180px;
	float:right;
	font-size: 14px;
	padding:15px;
}

#contentRight li{
	padding:5px 0 5px 0;
	border-bottom:1px dotted black;
	list-style-type:none;
	margin:0;
}

#contentRight ul{
	padding:0 0 15px 0;
	margin:0;
}

#contentRight a{
	color: #333;
	text-decoration: none;		
}

#contentRight a:hover{
	color: #000;
	text-decoration: underline;
}
	#contentRight .newsletters{
		color:#e06529;
		
	}

#contentRight h2{
	color: #003366;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}


#footer{
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	background-image: url(graphics/bg_footer.jpg);
	height: 69px;
}

#copyright{
	width: 760px;
	float:right;
	text-align:center;
	padding: 9px 50px 0 0;
	font-size: 11px;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
}

input, textarea{
	margin:5px 0 5px 15px;	
}

#errors {
	width: auto;
	background: #FF6;
	border: 1px solid red;
	margin: 0 0 20px 0;
	padding: 15px;
}

	#errors p {
		margin: 0;
		padding: 0 0 8px 0;
		color: red;
	}


