html, body { margin: 0; padding: 0; }

body { 
	padding-bottom: 20px; 
	text-align: center; 
	background-image:  url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #55080d;
	font: 10pt/14pt arial; 
	}
	
form, td { 
	font: 10pt/14pt arial; 
	}



#container, #container_home {
text-align: center;
padding: 0 0 0 0;
margin-left: auto;
margin-right: auto;
width: 830px;
}

#container {
background-image:  url(images/bg_body.jpg);
background-position: center;
background-repeat: repeat-y;
}

#logo {
width: 308px;
height: 126px;
float: left;
}

#logo_right {
width: 522px;
height: 126px;
text-align: left;
float: right;
}


#header_home {
text-align: center;
height: 300px;
width: 830px;
}

#header {
text-align: center;
height: 173px;
width: 830px;
}

#nav {
height: 126px;
width: 830px;
padding: 0;
margin: 0;
}

#navlogo {
height: 70px;
width: 452px;
float: left;
}

#navbuttons {
height: 70px;
width: 392px;
float: right;
}

#main_home {
text-align:left;
height: auto;
clear: both;
padding: 0 0 0 0;
}

#main {
width: 760px;
padding: 0;
margin: 15px 35px 15px 35px;
text-align: left;
}


#home_left {
position: relative;
top: 0;
left: 43px;
width: 409px;
margin: 25px 0 0 0;
padding: 0 20px 0 0;
border-right: 1px solid #CCCCCC;
float: left;
}

/* IE HACK - KEEP THIS! */
html>body #home_left {
position: relative;
top: 0;
left: 43px;
width: 388px;
margin: 25px 0 0 0;
border-right: 1px solid #CCCCCC;
float: left;
}


#home_right {
position: relative;
top: 0;
left: -39px;
width: 335px;
height: auto;
margin: 25px 0 0 44px;
float: right;
}


table.hometable p {
	font: 10pt/14pt arial;
	color: #cccccc;
	}

		
#sidebar {
width: 190px;
margin-top: 20px;
padding: 0;
float: left;
display: inline; /* floats are handled as block elements, this is to fix 
							   a margin collapsing bug in IE */
}


#footer_home, #footer {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 30px 0 0 0;
	clear: both;
	width: 830px;
}

#footer {
	background-image:  url(images/bg_footer.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

p { 
	font: 10pt/14pt arial; 
	color: #333333;
	margin-top: -5px;
	}

h1 { 
	font: bold 16pt arial;
	color: #333333;
	margin-top: -2px;
	margin-bottom: 10px;
	text-align: left;
	}
	
h2 { 
	font: bold 13pt arial;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 7px;
	text-align: left;
	}
	
	
	
.leftcol ul {
	margin-top: -9px;
	}
	
.leftcol li {
	margin-left: -23px;
	list-style-type: disc;
	padding-left: 0px;
	padding-top: 7px;
	font: 10pt/14pt arial; 
	line-height: 15px;
	}
	
ul {
	margin-top: -15px;
	}	

li {
	margin-left: -23px;
	list-style-type: disc;
	padding-left: 0px;
	font: 10pt/14pt arial; 
	}


#footer p, #footer_home p { 
	font: 9pt/12pt arial; 
	color: #9b897d;
	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, #footer_home a, #footer_home a:visited, #footer_home a:link, #footer_home a:active { 
	text-decoration: none; 
	color: #9b897d;
	}
#footer a:hover, #footer_home a:hover { 
	text-decoration: underline; 
	color: #9b897d;
	}
	
