/* CSS Document */
/* Neil Smith */
/* 24/08/2006 */


body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin: auto;
	background-color: #54477F;
	color: #ffffff;
	height: 100.1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

A:link { font-weight: bold; text-decoration: none; color: #ffffff;}
A:visited { font-weight: bold; text-decoration: none; color: #ffffff;}
A:hover { font-weight: bold; text-decoration: none; color: #FFEF00;}
A:active { font-weight: bold; text-decoration: none; color: #ffffff;}

#Page {
	margin: auto;
	text-align: center;
	width: 804px;
	background-color: #54477F;
}

#Header {
	height: 139px;
}

#LeftMenu {
	width: 171px;
	height: 532px;
	float: left;
}

#RightMenu {
	width: 191px;
	height: 532px;
	float: right;
}

#Content {
	padding-top: 10px;
	width: 442px;
	height: 520px;
	float: left;
	background-color: #000000;
}
#SitemapContent {
	padding-top: 10px;
	width: 442px;
	height: 525px;
	float: left;
	background-color: #000000;
	line-height:80%;
}
#Footer {
	margin-left: 171px;
	width: 442px;
	height: 17px;
	clear: both;
	background-image: url(images/footer.jpg);
}