@charset "utf-8";

body {
	font: Georgia, "Times New Roman", Times, serif;
	background: #4f4634;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #4f4634;
}
.oneColElsCtr #container {
	width: 696 px;
	background: #4f4634;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


#table {
	border: 0px solid #4d879b;
}
#div-main {
	margin: 8px;
}
.maintext {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #4f4634;
}
.mainboldblue {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #4d879b;
	font-weight:bold;
}
.headerblue {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d879b;
	text-transform:uppercase;
	font-weight: bold;
}

a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4d879b;
}
a:link {
	color:#4d879b;
	text-decoration:none;
}
a:active {
	color:#cccccc;
	text-decoration:none;
}
a:visited {
	color:#4d879b;
	text-decoration:none;
}
a:hover {
	color:#cccccc;
	text-decoration:none;
}
