@charset "UTF-8";
/* CSS Document */

html {
	/*background:#FFFADD;*/
	/*background:#EBEAD6;*/
	background-color: #e2e7d2;
}

body,td,th {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006600;
}
body {
	background-color: #e2e7d2;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}



.NavMenu {font-family: "Times New Roman", Times, serif}

.MainNavMenu {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}

.MainNavMenuSelected {
	color: #A1A864;
}

.MainNavMenu a:hover {
	color: #A1A864;
}

.style2 {color: #F7F6ED}

.centerdiv{ /*IE method of centering a relative div*/
  text-align: center;
  z-index: 0;
}

.centerdiv>div{ /*Proper way to center a relative div*/
  margin: 0 auto;
}