body {
	background: #A7B659 url("images/img/squares.jpg") top center repeat-x;
	font: normal 9pt verdana, arial,sans-serif;
	line-height: 140%;
	color: #333333;
}

a, a:visited {
	text-decoration: underline;
	color: #0970B8;
}

a:hover {
	color: #808080;
}

#container {
	width: 800px;
	height: auto;
	background: #EBD27E;
	border: solid 0px #FFF;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 800px;
	height: 60px;
	background: #EBD27E url("images/img/header2.jpg") no-repeat;
	padding-top: 30px;
	font-size: 14pt;
	color: #FFF;
}

#left-column {
	color: #EBD27E;
	width: 158px;
	height: auto;
	background: #EBD27E url("images/img/nav.jpg") no-repeat;
	float: left;
	padding: 0px;
	border-right: 0px solid #FFF;
}

#left-column a, #left-column a:visited {
	color: #0970B8;
	text-decoration: none;
}

#left-column a:hover {
	color: #000000;
	text-decoration: underline;
}

#content {
	float: left;
	width: 642px;
	height: auto
	padding: 10px 0px 0px 4px;
	background: #EBD27E repeat;
}

#content h1{
	font-size: 14pt;
	color: #527100;
	margin-bottom: 5px;
	margin-top: 10px;
}

#content h2{
	font-size: 12pt;
	color: #0970B8;
	margin-bottom: 5px;
	margin-top: 10px;
}

#content h3{
	font-size: 11pt;
	color: #668EBF;
	margin-bottom: 3px;
}

#content h4{
	font-size: 9pt;
	color: #668EBF;
	margin-bottom: -12px;
}

#footer {
	color: #000000;
	background: #EBD27E;
	clear: both;
	height: 60px;
	margin-left: 0px;
	padding: 0px;
	border: 0px solid #EBD27E;
}

#footer a, #footer a:visited{
	color: #000000;
}

#footer a:hover {
	color: #808080;
}


