body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image: url(images/logo-banner-2.jpg);
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent {
	position: relative;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2E5520;
	clear:both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#menutext {
	font-family: Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
}
#menutext a:link, #menutext a:visited {
	color: #cccccc;
	text-decoration: none;
}
#menutext a:hover {
	color: #77bd6b;
	text-decoration: none;
}
.bigdots {
	color: #143d0a;
	font: 36px Arial, Helvetica;
}

a.title-link {
	color: #666666; 
	font-size: 12px;
	font-weight: bold;  
}


h1 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 18px;
	font-weight: bold;
	color: #555555;
	padding-bottom: 0px;
	margin-bottom: -20px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#666666;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

p, ul, li {
	font-size: 12px;
}

#footer li
{
	display: inline;
	font-size:10px;
}
#footer ul
{
	text-align:center;
	padding:10px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#footer a:link, #footer a:visited {
	color: #cccccc;
	text-decoration: none;
	padding-right:0px;
}
#footer a:hover {
	color: #77bd6b;
	text-decoration: none;
}
.sectionlink {
    font-size: 20px;
    color: #99CC99;
	margin-left:20px;
}
.sectionlink a:link, .sectionlink a:visited {
    color: #99CC99;
    text-decoration: none;
}
.sectionlink a:hover {
    color:#6ba062;
    text-decoration: none;
}
#copyright {
	position:relative;
	display:block;
	width: 780px;
	height:30px;
	background: #000000;
	margin: 0 auto;
	text-align: center;
	font-size:9px;
	color: #666666;
	padding-top:10px;
}
a {
	color: #2E5520;
	text-decoration: none;
}
/* modern browers: */
#emasiaLink {
	position:absolute; 
	top:66px; left:230px; 
	z-index:3;
}
