body {
font-family: Arial, Helvetica, sans-serif;
font-size:80%;
background-color:#ffffff;
}
html,body {
	margin: 0px;
	padding: 0px;
}

p {
font-size: 100%;
padding:0 0 1em 0;
line-height: 1.2em;
margin:0px;
}
h1 {
font-size:110%;
color:#4d711a;
}

#frame {
	width:750px;
	margin-top:20px;
	margin-bottom:0;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align: center;
	background-color:#ffffff;
}
#header {
	background:#ffffff;
	width:750px;
	height:150px;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	padding:0px; 
	text-align:right;
	overflow:hidden;
}
#container {
	width:748px;
	text-align:left;
	padding: 0px;
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4d711a;
	border-left-color: #4d711a;
}

#navcontainerhome {
	width:130px;
	padding: 20px 0px 0px 5px;
	float:left;
	background:#ffffff;
}
#navcolumn {
	float: left;
	padding: 0px;
	margin: 0px;

}
#navcolumn li {
	display:block;
	margin:0;
	padding:0px 0px 10px 0px;
	border:0;
	position:relative;
	z-index:9;
}
#navcolumn ul {
	width:125px;
	background:#f0ffd7;
	list-style:none;
	display:block;
	margin:0;
	padding:5px 0px 10px 5px;
	border:0;
}
/* Fix IE. Hide from IE Mac \*/
* html #navcolumn ul li { float: left; height: 1%; }
* html #navcolumn ul li a { height: 1%; }
/* End */
#navcolumn li a {
	display:block;
	padding:0px;
	text-decoration:none;
	font-weight: bold;
	color:#4d711a;
} 
#navcolumn li a:hover {
	display:block;
	font-weight: bold;
	color:#93b257;
	text-decoration:none;
}
#mainmiddle {
width:422px;
padding:20px 10px 0px 10px;
float:left;
background:#ffffff;
}
#mainmiddle ul {
padding:0px;
margin:0 0 0 10px;
}
#mainmiddle li {
padding:0px 0px 0px 3px;
margin:0 0 0 10px;
}
#mainright {
width:153px;
padding:20px 0px 0px 0px;
float:left;
background:#ffffff;
}
.title {
	font-size: 120%;
	font-weight: bold;
	color: #4288c4;
}
#footer {
	width:750px;
margin-left:auto;
margin-right:auto;
	height:60px;
	background-image: url(images/bottombanner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer2 {
width:750px;
margin-left:auto;
margin-right:auto;
font-size:90%;
}
.picleft {
float: left;
vertical-align: top;
padding:0px 10px 10px 0px;
}
.picright {
	float: right;
	vertical-align: top;
	padding:0px 0px 0px 10px;
}
.picbottom {
	vertical-align: top;
	padding:0px 0px 15px 0px;
}
a.mainnav:link {
	color: #4d711a;
	text-decoration: underline;
	font-weight: bold;
}
a.mainnav:visited {
	color: #4d711a;
	text-decoration: underline;
	font-weight: bold;
}
a.mainnav:hover {
	color: #93b257;
	text-decoration: underline;
	font-weight: bold;
}
a.mainnav:active {
	color: #4d711a;
	text-decoration: underline;
	font-weight: bold;
}
.green {
color:#467a7f;
}
.table {
	border: 1px solid #cccccc;
}
.redbold {
	font-weight: bold;
	color: #b93d3e;
}
.border {
	border: 1px solid #4d711a;
}
.inv {
color:#fff;
font-size:50%;
}