body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
	
}
h1 { font-size: 24px; font-weight: bold; }
h2 { font-size: 18px; font-weight: bold; }
h3 { font-size: 18px; font-style:italic; font-weight:normal}
.style5 {
	color: #FF3333;
	font-weight: bold;
}

.style10 {
	font-size: large;
	font-weight: bold;
}
.style12 {color: #FFFFFF}

.oneColFixCtr #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. */
}
.oneColFixCtr #mainContent {
	padding: 0 20 50 10; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#header {
position:relative;
top:0px;
width: 780px;
height: 220px;
background-repeat: no-repeat;
z-index:0;
margin:0px;
padding:0px;
}
#name{
position:relative; 
top: 85px;
left: 250px;
margin-top: 0px;
padding: 0px, 50px, 0px, 50px;
font-family:Arial, Helvetica, sans-serif;
font-size:35px;
z-index:3;
}

body#home a#homenav,
body#whatis a#whatisnav,
body#about a#aboutnav,
body#rates a#ratesnav,
body#contact a#contactnav,
body#resources a#resourcesnav{
color:#FFFFFF;
text-decoration:underline;
}

#body{
width: 600px;
color:#FFFFFF;
z-index:0;
}

#newsletter{
position:absolute;
width:235px;
margin-left:535px;
margin-top:35px;
padding: 5px;
z-index:3;  
border-left-style:double;
text-align:center;
}


#photo{
position:absolute;
margin-left:580px;
height:150px;
z-index:3;
border: 3px solid;


}
#navmenu{
line-height:35px;
}
#navmenu ul {
	margin: 0; padding: 0;
	text-align: center;  	
	list-style-type: none; list-style-image: none;
	font-weight:bold; }

#navmenu li {display: inline; }
#navmenu ul li a {
	text-decoration:none;  margin: 4px;
	padding: 5px 10px 5px 10px; 
	}
	#navmenu ul li a:hover {
Text-Decoration: underline;
	}
	
	
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color:#CC0033; }

.attribution {font-family: Georgia, "Times New Roman", Times, serif;
	color:#CC0033; }
	
-->
</style>