.body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/indexBkgnd.png);
	background-repeat: repeat-x;
	background-position: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.main {
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 900px;
	border: none;
	background-image: url(images/index.png);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;
}
.header {
	background-image: none;
	margin: 0px;
	padding: 0px;
	height: 227px;
	width: 100%;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: none;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #795B4E;
	height: 233px;
	width: 100%;
	text-align: right;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
a.menuLink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
	height: auto;
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px;
}
a.menuLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
a.menuLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006D92;
	text-decoration: none;

}
