body {
	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: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	line-height: 1.5em;
}
.oneColElsCtr #container {
	width: 52em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.pics {  
    height:  430px;  
    width:   683px;  
    padding: 0;  
    margin:  0; 
	display: block;
}
 
.pics img {    
    background-color: #fff;  
    width:  683px; 
    height: 430px; 
} 
.pageon {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #669900;
	text-decoration: none;
}

input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #999999;
	text-decoration: none;
	font-size: 14px;
	border: 1px solid #EEEEEE;
	padding: 4px;
	width: 98%;
}
textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #999999;
	text-decoration: none;
	font-size: 14px;
	border: 1px solid #EEEEEE;
	padding: 4px;
	width: 98%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #999999;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #669900;
	text-decoration: none;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #669900;
	text-decoration: none;
	line-height: 1.5em;
}
.subheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #669900;
	text-decoration: none;
}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
hr {
	font-family: Arial, Helvetica, sans-serif;
	color: #DDDDDD;
	background-color: #DDDDDD;
	height: 1px;
	border: 0;
}