<!--
body {
	background: #d6d6ab;
	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: #2C3729;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	line-height:1.6em
}

a {
	color: #1d4230;
	text-decoration: none;
}

a:hover {
	color: #9ca973;
}

.oneColElsCtr #container {
	width: 780px;
	background: #efefb6 url(images/headerbanner.jpg) no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
.oneColElsCtr #mainContent {
	padding: 0 56px 20px 56px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #imageheader {
	padding: 35px 56px 20px 56px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#imagetableheader {
background-color:#FFFFFF
}

#navigation {
padding: 10px
}

#navigation ul {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	list-style-image: url(images/bullet.jpg);
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 90%;
}

#footer {
	margin: 0;
	padding: 5px 56px 5px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	border-top:1px solid #fff;
	text-align:right
	}
	
h1 {
font-weight:normal
}

h2 {
font-weight:normal
}

#contactheader {
font-size:1.2em;
line-height:1.5em;
margin-bottom:30px
}

#contactheader a:hover {
color:#FFFFFF

}



-->