
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: #575d50;
	font-size: 15px;
}
.oneColFixCtr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 00px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

p {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	color: #575d50;
}

.title {
	font-size: 18px;
	font-weight:bold;
	padding-top:0px;
}

.mytext {
	font-size: 14px;
	color: #575d50;
	text-align: justify;
}

.copyright {
	font-size: 11px;
	color: #ffffff;
	text-align: left;
}


.myunderline {text-decoration: underline;	}

.mygreen {color: #696213}
.mygreenL {color: #a6a374}
.mygroup {color: #696213; font-size: 12px}
.mywhiteL {color: #ffffff; font-size: 16px}
.mywhiteS {
	font-size: 11px;
	color: #ffffff;
	text-align: left;
}


.ntitle {font-size: 36px}

a:link, a:visited	
{text-decoration: none	; color: #8e8635;}

a:hover	
{text-decoration: none	; color: #575d50;}

a:active	
{text-decoration: none	; color: #8e8635;}


a.slink:link, a.slink:visited	
{text-decoration: none	; color: #e9691f; font-weight: bold;}

a.slink:hover	
{text-decoration: none	; color: #B5C29A; font-weight: bold;}

a.slink:active	
{text-decoration: none	; color: #e9691f; font-weight: bold;}



a.wlink:link, a.wlink:visited	
{text-decoration: none	; color: #ffffff; }

a.wlink:hover	
{text-decoration: none	; color: #dfd7ca; }

a.wlink:active	
{text-decoration: none	; color: #ffffff; }

a.glink:link, a.glink:visited	
{text-decoration: none	; color: #ffffff; }

a.glink:hover	
{text-decoration: none	; color: #ffffff; }

a.glink:active	
{text-decoration: none	; color: #ffffff; }

a.mlink:link, a.mlink:visited	
{text-decoration: none	; color: #d3f0fe;}

a.mlink:hover	
{text-decoration: none	; color: #d3f0fe; }

a.mlink:active	
{text-decoration: none	; color: #d3f0fe; }

