body,html {
    margin: 0;
    padding: 0;
    background-image: url('images/GreenGradient.gif');
    background-repeat: repeat;
    /*background: #ECEFDE;*/
    color: #000000;
}
body	{
	min-width:	801px;
}
#wrap	{
	width: 801px;
	margin: 0px auto 0px 100px;
	background-color: #5B5931;
}
#header	{
	background-color: #5B5931;
	margin: collapse;
	padding: 0px;
}
#main	{
	background-color: #5B5931;
	float: left;
	width: 801px;
	height: 3600px; 
	margin: 0px 0px 10px 0px;
}
#pageTitle {
	width: 565px;
	height: 25px;
	position: absolute;
	left: 300px;
	top: 310px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:800;
	font-size:16px;
	text-align:center;
	color:#FFFFFF;
	}
#history_wrap {
	width: 565px;
	position: absolute;
	left: 300px;
	top: 340px;
	background-color: #E1E4A9;
	padding: 50px 10px 0px 10px;
	font-family:"Trebuchet MS", Tahoma, Arial;
	color:#000000;
	font-size:12px;
	font-style:;
	font-weight:bold;
}
p {
	font-family:"Trebuchet MS", Tahoma, Arial;
	color:#000000;
	font-size:12px;
	font-style:;
	font-weight:bold;
}
p:first-letter {
	font-size:1.4em;
}
img.floatLeft { 
    	float: left;
    	margin: 4px;
}
img.floatRight { 
    float: right; 
}
.bold_large {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:18px;
	font-style:normal;
	font-weight:bold;
}
.began_hilite {
	font-family:"Trebuchet MS", Tahoma, Arial;
	color:#9d8605;
	font-size:16px;
	font-style:normal;
	font-weight:900;
	background-color: #FFFFCC;
	border-left-color: #CCCC99;
	border-top-color: #CCCC99;
	border-bottom-color: #336633;
	border-bottom-style: outset;
}	
#sideBar	{
	position: relative;
	background-color: #A49E52;
	width: 157px;
	margin: 0px 0px 0px 4px;
}
#addressBlock	{
	position: relative;
	left: 4px;
	vertical-align: top;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:700;
	color: #FFFFFF;
	padding: 5px;
}
#footer_links {
	/*border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;*/
	margin: 10px 0px 10px 0px;
	clear: both;
}
#footer_links ul {
	margin: 0;
	padding: 2;
	text-align: center;
}
#footer_links li {
	display: inline;
}
#footer_links a:link, #footer_links a:visited {
	font-size: 8pt;
	text-decoration: none;
	/*background-color: #fdf8f2;*/
	color: #DCE2AF;
}
a:link {
	text-decoration: none;
	color: #006600;
	font-weight: 500;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}