#wrapper1 {
	width: 800px;
	text-align: left;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 700px;
	}
	
#bannertop {
	width: 800px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	vertical-align:middle;
	background-color: 3c4d01;
	}
	
#content {
	width: 800px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
}
	
#leftcol {
	width: 200px;
	float: left;
	height: 1500px;
	background-image: url(../images/left_bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
}

#midcol {
	width: 600px;
	height: 1500px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	float: left;
	text-decoration: none;
	text-align: left;
}

#leftcolhome {
	width: 200px;
	float: left;
	height: 700px;
	background-image: url(../images/left_bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
}

#midcolhome {
	width: 600px;
	height: 700px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	float: right;
}


#leftcol1 {
	width: 200px;
	float: left;
	height: 2350px;
	background-image: url(../images/left_bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
}

#midcol1 {
	width: 600px;
	height: 2350px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	float: left;
}

#rightcol1 {
	width: 180px;
	float: right;
	height: 1500px;
	background-repeat: repeat-y;
	margin: 0px;
	background-image: url(../images/right_bg.jpg);
}

#leftcol .item {
	width: 100%;
	border-bottom: 1px solid #ffffff;
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 5px;
	}
	
#nav {
	width: 200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#nav ul li {
	display: block;
	width: 100%;
	color: #FFFFFF;
}

#nav ul li a {
	display: block;
	width: 180px;
	color: #FFFFFF;
	background: url(../images/left_bg.jpg) repeat-y;
	padding: 5px 10px;
	font-size: 9pt;
	font-weight: bold;
	border-bottom: 1px dotted #CCCC00;
}

#nav ul li a:hover {
	display: block;
	width: 180px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #93a545;
	background: #66722a;
	padding: 5px 10px;
}
	
#footer {
	width: 800px;
	padding: 0px;
	height: 20px;
	background: #b32215;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#footer p {
	margin: 0px;
	padding-top: 4px;
	text-align: center;
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#footer a:hover {
	color: #009999;
}

.content1 {
	text-align: center;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #FFFFFF;

}

.content2 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.1em;
}

h1 {
	text-align: left;
	font: bold 13pt Arial, Helvetica, sans-serif;
}

h2 {
	text-align: left;
	font: bold 11pt Arial, Helvetica, sans-serif;
}
