
body {
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#667D53;
	margin-top: 10px;
	}

#leftbar {
	background-color:#E6E6E6;
	width:232px;
	height:291px;
	
	}
	
	#leftbar p {
		font-family:Arial, Helvetica, sans-serif;
		font-size:10pt;
		color:#087648;
		padding-left:15px;
		}
	#leftbar h2 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12pt;
		font-weight:bold;
		font-style:italic;
		color:#087648;
		}
		
.leftbarlink {
	font-size: 11pt;
	color: #087648;
	font-weight:bold;
	text-decoration:none;
}
.leftbarlink a:link {
	text-decoration: none;
	font-weight:bold;
	color:#087648;
}
.leftbarlink a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #087648;
}
.leftbarlink a:hover {
	text-decoration: underline;
	font-weight:bold;
	color:#087648;
}
.leftbarlink a:active {
	text-decoration: none;
	font-weight:bold;
	color:#087648;
}

.leftbarbackground {
	background-image:url(images/leftbar_box.jpg);
	background-repeat:no-repeat;
	width:210px;
	height:129px;
	margin-top:10px;
	margin-left:15px;		
		}

	
		
	

#main {
	background-color:#FFFFFF;
	width:659px;
	height:291px;
	}
	#main p {
		font-family:Arial, Helvetica, sans-serif;
		font-size:10pt;
		color:#087648;
		
		}
	#main ul, li {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12pt;
		color:#087648;
		}	
		
.mainlink {
	font-size: 10pt;
	color: #087648;
	font-weight:bold;
	text-decoration:none;
}
.mainlink a:link {
	text-decoration: none;
	font-weight:bold;
	color:#087648;
}
.mainlink a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #087648;
}
.mainlink a:hover {
	text-decoration: underline;
	font-weight:bold;
	color:#087648;
}
.mainlink a:active {
	text-decoration: none;
	font-weight:bold;
	color:#087648;
}