html, body
{
	height: 100%;
	background-image: url( ../images/wrapper-bg.jpg );
	background-repeat: repeat-x;
	background-color: #e5ecef;
	color: #092A5B;
	margin-top: 0px;
}

body#body {
background-color: #012e54;
color: #9f7400;
background-image: url( '../images/body-bg.jpg' );
}

body #container
{
	height: 100%;
	margin: 0px;
	background-image: url( '../images/body-bg.jpg' );
	background-repeat: repeat-x;
	background-color: #012e54;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
}

#wrapper
{
	width: 718px;
	margin: 0px auto;
	background-image: url( ../images/wrapper-bg.jpg );
	background-repeat: repeat-x;
	background-color: #e5ecef;
	padding-top: 22px;
	padding-bottom: 5px;
}

#header
{
	margin: 0px;
	margin-left: 24px;
}

#navigation-container
{
	width: 130px;
	float: right;
	margin-right: 64px;
	margin-top: 13px;
}

#content
{
	padding: 10px;
	min-height: 400px;
	margin-right: 200px;
	margin-left: 65px;
	margin-top: 13px;
	_height: 300px;
	color: #092a5b;
}

.heading
{
	font-size: 18pt;
	font-weight: bold;
}

#footer
{
	color: #FFFFFF;
	text-align: center;
	font-size: 8pt;
	margin-bottom: 10px;
}

#footer span
{
	display: block;	
	padding-top: 3px;
}

#footer span a
{
	color: #ffffff;
}

#footer span a:hover
{
	text-decoration: none;
}

div#content ul
{
margin-top: 6px;
margin-bottom: 6px;
}









