html, body { margin: 0; padding: 0; }

body { 
	text-align: center;
	padding-bottom: 20px; 
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #859eb1;
	}

#container {
background-image: url(/images/bg_body.jpg);
padding: 0 0 0 0;
margin-left: auto;
margin-right: auto;
width: 850px;
}

#header_home {
text-align: center;
height: 305px;
width: 850px;
}

#header {
text-align: center;
height: 229px;
width: 850px;
}

#nav {
text-align: left;
height: 76px;
width: 850px;
}

#main_home {
	width: 850px;
	height: auto;
	padding: 20px 0 0 0;
	text-align: left;
}		

#main {
	width: 850px;
	padding: 25px 0px 25px 0px;
	text-align: left;
}

#leftcol_home {
	width: 200px;
	float: left;
	}
	
#rightcol_home {
	width: 610px;
	padding-right: 40px;
	height: auto;
	float: right;
	display: inline;
	}

#footer {
	background: url(images/body_bottom.jpg) no-repeat top center;
	background-color: #859eb1;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 40px 20px 20px 20px;
	clear: both;
}

p { 
	font: 10pt/14pt arial; 
	margin-top: -5px;
	}
	
p.sources { 
	font: 8pt/12pt arial;
	color: #666666;
	border-top: 1px solid #cccccc;
	padding-top: 15px;
	margin-top: 10px;
	}
	
sup {
line-height: 0;
font-weight: bold;
}
	
td { 
	font: 10pt/14pt arial; 
	margin-top: -5px;
	}

h1 { 
	font: bold 16pt arial;
	color: #6d6c37;
	margin-top: -5px;
	text-align: left;
	}
	
h2 { 
	font: bold 13pt arial;
	color: #6d6c37;
	margin-top: 0px;
	margin-bottom: 7px;
	text-align: left;
	}
ul {
	margin-top: -10px;
	}
	
li { 
	font: 10pt/14pt arial; 
	margin-left: -23px;
	}
	
#footer p { 
	font: 9pt/12pt arial; 
	color: #FFFFFF;
	margin-top: 0px;
	text-align: center;
	}

a, a:visited, a:link, a:active { 
	text-decoration: none; 
	color: #003399;
	}
a:hover { 
	text-decoration: underline;
	color: #003399;
	}


#footer a, #footer a:visited, #footer a:link, #footer a:active { 
	text-decoration: none; 
	color: #f5f4b4;
	}
#footer a:hover { 
	text-decoration: underline; 
	color: #f5f4b4;
	}