
.background {
	background-color: white;
}

body {
	background-image: url(layout/background.gif);
	margin: 0;
	padding: 0;
}
 
img {
	border: 0;
}

td {
	vertical-align: top;
}

h1 {
	font-size: 14px;
	color: #333;
	margin-bottom: 5px;
}

hr {
	border: 0;
	height: 1px; 
	line-height: 1px;
	color: #333;
	background-color: #333;
	margin-bottom: 20px;
}

a:link, a:hover, a:visited, #content a:link, #content a:hover, #content a:visited {
	color: #5E8929;
}

.green {
	color: #5E8929;
}

#container {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 12px;
	padding-right: 12px;
	background-color: white;	
	border: 0px solid yellow;
}

#leftnav {
	width: 240px;
	padding: 4px;
	padding-right: 2px;
	padding-left: 0;
	background-color: white;	
}

#leftnav a:link, #leftnav a:visited {
	display: block;
	margin-left: 0;
	margin-top: 4px;
	background-color: #787D6E;
	color: white;
	font-weight: bold;
	font-family: Arial, san-serif;
	font-size: 14px;
	text-decoration: none;
	padding: 7px;
	padding-left: 52px;
	background-image: url(layout/background.gif);

}

#leftnav a:hover, #leftnav a.active {
	background-color: #60902C;
	background-color: #709D38;
			background-image: url(layout/background-green.gif);

}

#leftcolumn {
	background-color: #709D38; 
	width: 242px;
	background-image: url(layout/greenstrip.gif);
	background-repeat: repeat-y;
}

#rightcolumn {
	background-color: white;
}

#backpad {
	background-color: #60902C; 
}

#content {
	background-color: white;
	background-color: white;
	padding: 20px;
	font-family: Arial, san-serif;
	font-size: 11px;
	color: #555;
}


#footer {
	background-color: white;
}

#bottomnav {
	text-align: right;
	font-size: 12px;
	font-family: Arial, san-serif;
	color: white;
	padding: 10px;
	padding-bottom: 0;
}

#bottomnav a:link, #bottomnav a:visited {
	color: white;
	text-decoration: none;
}

#bottomnav a:hover {
	text-decoration: underline;
}

sup {
	font-weight: normal;
	font-size: 7px;
	padding-bottom: 0;
	vertical-align: top;
	line-height: 4px;
	color: black;
}
