﻿body {
background-color: black;
margin: 12px auto;
padding: 0;
width: 955px;
}

#container {
	background-repeat: no-repeat;
	background-image: url('images/home-page-banner.jpg');
	background-position: top right;
	width: 955px;
	background-color: #011946;
	color: #FFFFFF;
	height: 720px;
	position: relative;
}

#footer {
text-align: right;
color: white;
font-size: x-small;
clear: both;
width: 955px;
overflow: hidden;
}
#footer a:link{
color: white;
text-decoration:none;
}
#footer a:hover{
color: white;
}
#footer a:visited{
color: silver;
}

#home	{
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-size: small;
	padding-top: 170px;
}
#logo	{
left: 10px;
bottom: 292px;
position: relative;
width: 268px;
}
#nav 	{
position: relative;
left: 21px;
bottom: 308px;
width: 200px;
font-size: large;
}
#nav a:link{
text-decoration:none;
color:white;
}
#nav a:hover{
text-decoration:none;
color:white;
}
#nav a:visited{
text-decoration:none;
color:white;
}

.highlights	{
left: 290px;
top: 14px;
position: relative;
overflow: auto;
}
.green	{
padding: 10px;
width: 152px;
background-color: #215403;
font-weight: bold;
}
.green a:link{
text-decoration:none;
color:white;
}
.green a:hover{
color:white;
}
.green a:visited{
text-decoration:none;
color:white;
}

.clear	{
width: 33px;
}
#nav p	{
margin:0px;
padding:0px;
margin-bottom:10px;
}