﻿  /* CSS layout */
* {
	border-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
		background-color: #82A950;
}
#everythingContainer {
	border-color: 222200;
	border-style: solid;
	border-width: 1px;
	display: block;
		margin: 0px auto 0px auto;
		width: 970px;
		top: 0px;
		right: auto;
		bottom: 0px;
		left: auto;
}
#masthead {
	display: block;
	width: 960px;
}
#container {
	min-width: 600px;
	display: block;
	width: 960px;
	top: 10px;
	right: auto;
	bottom: 10px;
	left: auto;
}
#left_col {
	width: 200px;
	float: left;
	display: block;
}
#page_content p {
	margin: 0px;
	padding: 10px;
	text-align: left;
}
li {
	padding: 2px;
	display: block;
}
#left_col ul {
	list-style-type: none;
} 
#page_content {
	padding: 10px;
	margin: 0px 0px 0px 210px;
	top: 10px;
	right: auto;
	bottom: 10px;
	left: auto;
}
a:link 	{
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #EBf0A6;
	text-decoration: none;
}
a:hover {
		color: #EBf0A6;
		text-decoration:underline;
}
a:active {
		color: FFFFFF;
		text-decoration: none;	
}
ul {
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 1.2em;
}
#footer {
	border-style: 0;
	border-color: 0;
	padding: 0px;
	border-width: 0px;
	margin: 0px;
	background-position: 75% bottom;
	clear: both;
		text-align: center;
		background-image: url('images/footerbackground.png');
		background-repeat: repeat-x;
		display: block;
}
.footerText {
	text-align: center;
	line-height: 125%;
	color: #FFFFFF;
	display: block;
}
p {
	line-height: 1.5em;
	padding: 0px;
	margin: 0px;
}
.imagealignedright {
	border-width: 0px;
	text-align: right;
		padding: 5px;
		margin: 10px;
		position: relative;
		display: block;
		float: right;
	top: 0px;
	left: 0px;
}
.sitemaplist {
	line-height: 100%;
	padding: 0px;
	margin: 0px;
	white-space: normal;
}
