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

body {
	background-color:#000000;
	margin:0px;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:836px;
}
#header {
	background-image:url(images/spacer.png);
	height:110px;
	width:auto;
	min-width:1000px;
	margin-bottom:0px;
}
#leftheader {
	float: left;
	background-image: url(images/header1.png);
	background-repeat:no-repeat;
	background-position:left;
	height:110px;
	width:474px;
	margin-bottom:0px;
}
#rightheader {
	float: right;
	background-image: url(images/header2.png);
	background-repeat:no-repeat;
	background-position:right;
	height:110px;
	width:526px;
	margin-bottom:0px;
}
#divider {
	background-image:url(images/divider.png);
	background-repeat:repeat-x;
	width:100%;
	height:26px;
	margin: 0px;
}
#divider p {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0px;
}
#content {
	background-image: url(images/content.png);
	background-repeat: repeat-y;
	width:836px;
	margin-top: 0px;
	height:auto;
	min-height:285px;
	padding-top:20px;
	padding-bottom:15px;
	
}
#content p {
	width:780px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	padding-bottom:15px;
}
h3, table {margin:0;
	padding-top:0;
	padding-left:20px;
}
.topnav {
    background-image: url(images/content.png);
	background-repeat: repeat-y;
	font-size:24px;
	width:836px;
	text-align:center;
	padding-top:15px;
	padding-bottom:10px;
	margin:0px;
}
.topnav ul {
	text-indent: 0;
	width:800px;
	margin:0px;
}
.topnav li, .bottomnav li {
	display:inline;
	padding-right:50px;
	text-decoration:underline;
}
.topnav a, .bottomnav a {
	color:#000000
}
.topnav a:hover, .bottomnav a:hover {
	color:#000099;
}
.topnav a:visted, .bottomnav a:visted {
color:#666666;
}
.bottomnav {
	text-align:center;
	height:30px;
	margin-top:0px;
	font-size:10px;
}
#end {
	background-image: url(images/bottom.png);
	background-repeat:no-repeat;
}
#footer {width:780px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-bottom:15px;
}
#footer a {color:#FFFFFF; size:9px;}