﻿body {
	text-align: center;
	background: #B0C4DE;

	color: #444;
}

#container {
	text-align: left;
	margin: 0 auto;
	width: 750px;
	background: #3a506a;
	border: 5px solid #000000;
}

p {
	font-family: Arial;
	font-size: 10pt;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 20px;
}

h1 {
	background: #1a3857;
	font-family: Arial;
	font-size: 24pt;
	color: #FFF;
	padding: 20px;
	margin: 0;
	border-bottom: 5px solid #940F04;
}

h2 {
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 10px;
}

h3 {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 10px;
}

h4 {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 5px;
}

h5 {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}

h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}



img.ad {
	width: 60px;
	height: 80px;
	border-width: 0;
	margin-top: 20px;
}


ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	list-style-type:none;
	color: #FFF;
	line-height: 200%; 
}

ul#navigation
{
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	text-decoration: none;
}

ul#navigation a
{
	display: block;
	text-decoration: none;
	background: #1a3857;
	color: #FFF;
	padding: .2em .5em;
	border: 2px solid #000;
	width: 9em;
	margin-top: 0px;
	margin-bottom: 5px;
}

ul#navigation a:hover

{
	background: #FFF;
	color: #1a3857;	
}

ul#navigation li
{
	diplay: inline;
}

#nav {
	float: left;
	width: 160px;
	display: inline;
	margin-left: 20px;
	padding: 15px 0;
}


#content {
	float: left;
	width: 475px;
	margin-left: 45px;
	padding: 15px 0;
}

#footer {
	clear: both;
	background: #1a3857;
	border-bottom: 5px solid #940F04;
	color: #FFF;
	padding: 5px 10px;
	text-align: right;
	font-family: Arial;
	font-size: 8pt;
}

a:link {color: #FFFFFF}      /* unvisited link */
a:visited {color: #FFFFFF}  /* visited link */
a:hover {color: #1a3857; background: #FFFFFF}  /* mouse over link */
a:active {color: #000000}  /* selected link */
</style>

