/* CSS Document */
body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #003399/* #120982*/;
	background-position: top;
	background-repeat: no-repeat;
	padding-right: 20px;
}
#header
{
	width: 815px;
	height: 185px;
	margin-left: auto;
	margin-right: auto;
	border: thick;
}
#menuHolder
{
	width: 600px;
	height: 185px;
	float: left;
	border: thick;
}
#logoHolder
{
	width: 205px;
	height: 115px;
	float: right;
	margin-top: 50px;
	border: thick;
}
#generalContent
{
	width: 815px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding-right: 25px;
}
#footer
{
	width: 815px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 5px;
}