a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/*
* layout blocks
*/
body{
	background-color: #E0E0E0;
	background-image: url(../img/body_background.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	text-align: center;
}
#pageContainer{
	background-color: #ffffff;
	background-image: url(../img/container_background.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
	text-align: left;
	width: 945px;
}
#header{
	color: #ffffff;
	height: 179px;
}
#leftColumn{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 228px;
}
#contentColumn{
	float:left;
	width: 687px;
	margin: 0px;
	padding: 0px;
}
#footer{
	background-image: url(../img/footer_background.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	clear: both;
	color: #ffffff;
	font-weight: bold;
	height: 58px;
	margin: 0px;
	font-size: 11px;
	text-align: center;
}
#sitecredits{
	color: #333333;
	margin: 0px auto 0px auto;
	text-align: right;
	width: 945px;
	font-weight: bold;
}
#leftColumnContent{
	padding: 0px;
	margin: 0px;
	left: 27px;
	top: -27px;
	position: relative;
	width:201px;
}


/*
* general styles
*/
a.footer{
	color: #232323;
}
hr{
	border: 1px solid #000000;
	color: #000000;
	font-size: 0px;
	height: 1px;
	line-height: 0px;
}
h1{
	font-size: 16px;
	color: #3A6750;
	margin:10px 0px 5px 0px;
}
h2{
	font-size: 14px;
	color: #3A6750;
	margin:10px 0px 5px 0px;
}
h3{
	font-size: 12px;
	color: #3A6750;
	margin:10px 0px 5px 0px;
}
img{
	border: 0px;
}
li{
	line-height: 14px;
	list-style-position: outside;
	margin: 5px 0px 5px 30px;
}

option{
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
}

ul{
	list-style-position: outside;
	margin: 4px 0px 8px 0px;
	padding: 0px;
}

#footer a{
	color: #ffffff;
	text-decoration: none;
}

#topNav a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#inset{
	margin: 50px;
}

#topNav{
	color: #333333;
	margin: 22px 0px 0px 340px;
	position: absolute;
	font-size: 12px;
	font-weight: bold;
}

#inset{
	margin:20px;
}

#sitecredits a{
	color: #333333;
	text-decoration: none;
}

input, textarea {
    font-size: 12px;
    font-family: sans-serif;
    padding: 2px;
    border: 1px solid #666666;
    background-color: #FFFFFF;
}
label {
    font-size: 12px;
    font-family: sans-serif;
    font-weight: bold;
    display: block;
}
legend {
    font-size: 16px;
    font-family: sans-serif;
    font-weight: bold;
}
form {
    margin: 0px;
}