@charset "UTF-8";
html, body {
	min-height: 100%;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(/images/back.jpg) top repeat-x;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
}
h1 { 
font-size:22px; 
color: #5A8E31
}
h2 { 
font-size:20px; 
color: #5A8E31	
}
h3 { 
font-size:18px;
color: #5A8E31	
}
h4 { 
font-size:16px;
color: #5A8E31	
}
h5 {
	font-size:14px; 
color: #5A8E31	
}
h6 {
	font-size:14px;
color: #5A8E31	
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */


}
.oneColFixCtrHdr #header {
	position: relative;
top: -20px;
	background: transparent; 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #mainContent {
	position: relative;

top: -20px;
	padding: 0px 0px 5px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
background-image:  url(/images/footer.png);
height: 43px;
margin-bottom: 20px;
}
.oneColFixCtrHdr #footer p {
	text-align:center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 11px 11px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.newnav {
position: relative;
top: 200px;
left: 320px;
background: tranparent;
width: 680px;
padding: 10px;
color: white;
font-size: 14px;
font-weight:600;
}
.newnav a, .newnav a:visited {
	text-decoration:none;
	color: white;	
}
.newnav a:hover {
		text-decoration:none;
color: black;	
}
.pcglogo
{
	width: 250px;
float: right;
margin-top: 5px;
margin-right: 0px;
min-height: 100%;
text-align:center;
}
.main {
	padding-left: 20px;
	width: 675px;
}
.greendiv
{
	padding-top:20px;
	padding-left: 20px;
	width:450px;
	height: 150px;
	background-image:url(images/formbox.png);
	background-repeat: no-repeat;
}
img {
border: 0px;	
}