body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.siteContainer {
	width: 880px;
	height: 500px;
}
.header {
	width: 880px;
	height: 120px;
	background-image: url(images/header.jpg);
}
.innterSiteContainer {
	width: 880px;
}
.navArea {
	width: 260px;
	margin-top: 15px;
	float: left;
}
.navButton {
	background-image: url(images/button_idle.jpg);
	background-repeat: repeat-y;
	height: 20px;
	width: 228px;
	margin-left: 31px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-left: 7px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.navButton:hover {
	background-image: url(images/button_hover.jpg);
}
.navButtonCurrent {
	background-image: url(images/button_hover.jpg);
	background-repeat: repeat-y;
	height: 20px;
	width: 228px;
	margin-left: 31px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-left: 7px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.contentArea {
	width: 526px;
	margin-left: 5px;
	margin-top: 15px;
	padding: 15px;
	background-color: #FFD88B;
	float: left;
}
.contentAreaHome {
	width: 556px;
	margin-left: 5px;
	margin-top: 15px;
	float: left;
}
.footerArea {
	width: 790px;
	height: 24px;
	margin-left: 31px;
	text-align: center;
	padding-top: 8px;
	clear: both;
	cursor: default;
}
.footerArea a{
	color: #666666;
}
.footerArea a:hover{
	color: #333333;
}
.footerSpacing {
	clear: both;
	height: 10px;
}
.homePageImage {
	margin-top: -23px;
}