body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #003018;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #E4DBC0;
}
.oneCol #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #ffffff;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.style3 {font-family: Georgia, "Times New Roman", Times, serif; font-size: small; }
.style4 {font-size: x-small}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #003018;
	text-decoration: none;
}
.style6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003018;
	font-size: small;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.textinput
 {
 border-style: solid;
 border-width: 1px;
 border-color:#2e8100;
 font-size:12px;
 TEXT-DECORATION: none;
 padding-left:5px;
 color:#000000;
 padding-top:3px;
 padding-bottom:3px;
 padding-right:5px;
 width:92%;
 }
.style7 {font-family: Georgia, "Times New Roman", Times, serif; color: #003018; font-size: small; font-weight: bold; }

 .table
 {
 border-color:#666666;
 border-collapse:collapse;
 }
 
.topbg
{
background-image:url(images/background-top.gif);
}

.topbg
{
background-image:url(images/background-top.gif);
}

.bottombg
{
background-image:url(images/background-bottom.gif);
}

.tabletittle
{
background-color:#666666;
color:#FFFFFF;
padding-left:10px;
}

.whitelinktext {
	font-family: Arial;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}

.whitelink {
	font-family: Arial;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}

.whitelink:link
{
	font-family: Arial;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}

.whitelink:visited
{
	font-family: Arial;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}

.whitelink:hover
 {
	font-family: Arial;
	font-size:12px;
	color:#003018;
	text-decoration:underline;
 }