
body{
	margin: 0;
	padding: 0;
	font: 85% arial, helvetica, sans-serif;
	text-align: center;
	color: #ffffff;
	background-color: #333333;
	}
a:link{
	color:#b52c07;
	}
a:visited{
	color#600;
	}
a:hover{
	color: #fff;
	background-color: #b52c07;
	}
h2{
	color: white;
	font: 140% georgia, times new roman, serif;
	font-weight: bold;
	margin: 0 0 2px 0;
	}
h2 a{
	text-decoration: none;
	}
h1{
	color: #003366;
	font: 140% georgia, times new roman, serif;
	font-weight: bold;
	margin: 0 0 2px 0;
	}
h3{
	color: #3399CC;
	font: 106% georgia, times new roman, serif;
	font-weight: bold;
	margin-top: 0;
	}
.container{
	margin: 1em auto;
	width: 650px;
	text-align: left;
	background-color: black;
	border: 1px solid #3399CC;
	}
.header{
	height: 72px;
	background-image: ;
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 2px solid #fff;
	position: relative;
	background-color: #ffffff;
	}
.header h1{
	font-size: 50px;
	text-align: left;
	color: white;
	margin: 0;
	padding: 0;
	font-family: arial narrow, arial, serif;
	}
.mainnav{
	background-color: #003366;
	color: white;
	padding: 2px 0;
	margin-bottom: 22px;
	border-bottom: 2px solid white;
	}
.mainnav ul{
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid white;
	}
.mainnav li{
	display: inline;
	padding: 0 10px;
	border-right: 1px solid white;
	}
.mainnav li a{
	text-decoration: none;
	color: white;
	}
.mainnav li a:hover{
	text-decoration: none;
	color: #003366;
	background-color: white;
	}
.menu{
	float: right;
	width: 165px;
	padding: 15px;
	border-left: 1px solid #3399CC;
	}
.menu ul{
	magrin-left: 0;
	padding-left: 0;
	list-style-type: none;
	line-height: 165%;
	}
.menu a:link{
	color: #3399CC;
	}
.menu a:visited{
	color: #3399CC;
	}
.menu a:hover{
	text-decoration: none;
	color: #003366;
	background-color:white;
	}
.contents{
	margin: 0 200px 40px 20px; 
	padding: 15px;
	color: white;
	}


.footer{
	clear: both;
	background-color: #003366;
	text-align: right;
	padding: 5px;
	font-size: 90%;
	color: white;
	}
.imagefloat{
	float: right;
	padding: 2px;
	border: 1px solid white;
	margin: 0 0 10px 10px;
	}
.bottomnav{
	border-bottom: 1px solid #3399CC;
	}
.bottomnav ul{
	list-style-type: none;
	text-align: right;
	margin: 1em 0;
	padding: 0;
	font-size: 85%;
	}
.bottomnav li{
	display: inline;
	padding: 0 0 0 7px;
	}
.bottomnav a:link{
	color: #3399CC;
	}
.bottomnav a:visited{
	color: #3399CC;
	}
.bottomnav a:hover{
	text-decoration: none;
	color: #003366;
	background-color:white;
	}					