html, body, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #0F6912;
	background-color: #FFFFFF;
}
body {
	text-align: center;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#maincont {
	text-align: left;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}
div#bannerCont {
	width: 100%;
	height: 200px;
	background-image: url(../images/backImage.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
img#welcome {
	padding: 8px 0px;
}
#skipmenu {
	font-size: 10%;
}
#skipmenu img {
	border: none;
	height: 1px;
	width: 1px;
}
div#strapCont {
	background-color: #CD5C5C;
	color: #fff;
	font-size: 80%;
}
div#hiddenStrapCont {
	display: none;
}
div#topLeft {
	float: left;
	width: 70%;
	font-size: 55%;
	color: #6B8E23;
}
div.clearBoth {
	clear: both;
}
div.leftMargin {
	float:left;
	width: 160px;
}
div.textCont {
	margin-left: 172px;
	padding-top: 10px;
}

div#navcontainer {
	margin-top: 5px;
}
ul#navlist
{
	width: 152px;
	padding: 0px;
	border: 1px solid #808080;
	border-top: 0px;
	margin: 0px;
	background: #808080;
	font-weight: bold;
	font-size: 90%;
}

ul#navlist li
{
	list-style: none;
	margin: 0px;
	border: 0px;
	border-top: 1px solid #808080;
	padding: 0px;
}

ul#navlist li a
{
display: block;
width: 128px;
padding: 4px 8px 4px 8px;
border-left: 8px solid #0F6912;
border-bottom: 1px solid #FF0000;
background: #FAFAD2;
text-decoration: none;
text-align: right;
}

ul#navlist li a:link { color: #0F6912; }
div#navcontainer li a:visited { color: #0F6912; }

ul#navlist li a:hover, ul#navlist li a#current
{
	color: #FAFAD2;
	background: #0F6912;
	border-left-color: #FF0000;
}
ul#navlist li.subMenu a, ul#navlist li.subMenu a:visited{
	display: block;
	width: 116px;
	padding: 4px 8px 4px 8px;
	border-left: 20px solid #0F6912;
	border-bottom: 1px solid #FF0000;
	color: #F00;
	background: #FAFAD2;
	font-size: 95%;
	text-decoration: none;
	text-align: right;
}
ul#navlist li.subMenu a:hover{
	color: #FAFAD2;
	background: #0F6812;
	border-left: 20px solid #F00;
}
ul#navlist li#smCurrent a {
	color: #FFFFFF;
	background: #0F6812;
	font-size: 95%;
	width: 116px;
	border-left: 20px solid #F00;
}

fieldset {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.newsContL {
	width: 32%;
	float:left;
	padding-right: 10px;
	margin-bottom: 5px;
}
.newsContC {
	width: 32%;
	float:left;
	padding-right: 10px;
	margin-bottom: 5px;
}
.newsContR {
	width: 32%;
	float:left;
	margin-bottom: 5px;
}
div.3boxCont {
	width: 100%;
}
h5 {
	background-color: #0F6912;
	color: #FAFAD2;
	text-align: center;
	padding: 5px 0;
}
.imgCont {
	float:left;
	width: 100px;
	clear: right;
	margin-top: 20px;
}
div.images2right {
	float: right;
	width: 49%;
	text-align: center;
}
div.images2left {
	width: 48.9%;
	text-align: center;
}
div.images1Large {
	width: 98%;
	text-align: center;
}
div.image1Left {
	width: 49%;
	text-align: center;
	float: left;
	padding-bottom: 5px;
}
div.image1Right {
	width: 49%;
	text-align: center;
	float: right;
	padding-bottom: 5px;
}
div.textRight {
	width: 49%;
	text-align: left;
	float: right;
	padding-bottom: 5px;
}
div.areaMenu {
	width: 200px;
	float: right;
	padding-bottom: 15px;
	padding-left: 10px;
}
table.repeater {
	border-collapse:collapse;
	width: 99%;
	
}
td.tdLeft {
	width: 378px;
	vertical-align: top;
	padding-bottom: 6px;
}
td.tdLeft p {
	margin-top: 0;
	padding-top: 0;
}
td.tdRight {
	width: 200px;
	vertical-align: top;
	padding-left: 10px;
	padding-bottom: 6px;
}
img.homepage {
	padding: 10px 0;
}
img.detail {
	margin-bottom: 10px
	}