/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/background.jpg);
}
.MainBody {
	color: #660000;
	background-color: #CCCC99;
	background-image: url(../images/submenubg.jpg);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #660000;
	border-left-color: #660000;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.background {
	background-image: url(../images/submenubg.jpg);
}
.SubMenus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
.SubMenus h1 {
	font-size: 10px;
	text-decoration:underline;
}
.SubMenus a:link {
	color: #660000;
	text-decoration: none;
}
.SubMenus a:hover {
	color: #660000;
	text-decoration: underline;
}
.SubMenus a:visited {
	color: #660000;
	text-decoration: none;
}
.SubMenus a:active {
	color: #660000;
	text-decoration: none;
}
.MainLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	width: auto;
	height: 18px;
	white-space: nowrap;
	text-align: center;
}
.FooterLinks {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	height: 20px;
	width: auto;
	white-space: nowrap;
}
.FloatText {
	font-size: 14px;
	height: 100px;
	width: 300px;
	color: #FFFFFF;
	font: Georgia;
	text-align: center;
	float: right;
	padding-right: 50px;
	padding-top: 10px;
}
.bodyTable {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #660000;
	border-left-color: #660000;
}
