/* CSS Document */

body {
background: #003366 url(images/bg.jpg);
font-family: Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
text-align: center;
}

#container {
background: #fff;
position: absolute;
left: 50%;
width: 760px;
margin-left: -380px;
border: 10px solid #b8aa93;
text-align: left;
margin-top: 10px;
}

#header {
height: 240px;
}

#nav {
	position: absolute;
	top: 220px;
	left: 0;
	width: 760px;
	height: 75px;
	background: url(images/h1bg.gif) no-repeat;
}

#nav ul {
font-size: 11px;
font-weight: bold;
list-style: none;
margin: 0;
padding: 32px 0 0 13px;
}

#nav ul li {
margin: 0;
padding: 0;
line-height: 14px;
display: inline;
color: #666;
}

#nav a, #nav a:link, #nav a:visited {
color: #187F33;
text-decoration: none;
font-weight: bold;
}

#nav a:hover {
border-bottom: 1px dashed #566377;
color: #566377;
font-weight: bold;
}

#content {
margin: 70px 10px 20px 10px;
background-color: #fff;
}

.hppic {
	float: left;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0 10px 10px 5px;
}

#footer {
height: 25px;
text-align: center;
border-top: 1px solid #ccc;
padding-top: 5px;
margin-top: 60px;
}

#footer p {
font-size: 10px;
display: inline;
color: #999;
font-weight: bold;
}

a, a:link, a:visited {
color: #187F33;
text-decoration: underline;
font-weight: normal;
}

a:hover {
color: #566377;
text-decoration: none;
}

p {
color: #666;
font-size: 11px;
padding: 0;
margin-right: 25px;
margin-left: 5px;
line-height: 16px;
}

h1 {
width: 95%;
padding: 3px;
font-size: 14px;
border: 1px solid #ccc;
color: #187F33;
background-color: #ECEBF0;
margin-bottom: 0px;
}