body {
	background-color: #000000;
	margin-top: 0px;
	background-image: url(../images/Background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.maintable {
	background-color: #000000;
	padding: 0px;
}
.contenttable {
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: double;
	border-left-style: groove;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #E6DECD;
}
.contentleftside {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	display: block;
	margin: 5px;
	padding: 12px;
}
.sitetable {
	background-image: url(../images/Background2.jpg);
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4D505F;
	text-decoration: none;
}
a.menu:link {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4D505F;
	text-decoration: none;
}
a.menu:hover {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #541A18;
	text-decoration: none;
}
