body {
	background-color: #407349;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
}

/************ Layout Container Styles **************/


.wrapper {
	width:742px;
	padding: 0px;
	margin-top: 0;
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
	float: left;
}

.main {
	width:742px;
	margin-right: auto;
	margin-left: auto;
}

.topRow {
	display:block;
	width:742px;
	float:left;
}

.bottomRow {
	display:block;
	width:742px;
	float:left;
}
.main {
	display:block;
	width:700px;
	float:left;
	padding-right: 20px;
	padding-left: 20px;
}

.horizontzlTop {
	display:block;
	width:700px;
	float:left;
}

.horizontzlNav {
	display:block;
	width:680px;
	background-image: url(tab_back.gif);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	font-weight: bold;
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: middle;
}

.horizontzlMain {
	display:block;
	width:700px;
	float: left;
	background-color: #FFFFFF;
}

.horizontzlFooter {
	display:block;
	width:700px;
	float: left;
	font-size: 11px;
	padding: 10px;
	margin-left: 10px;
	color: #999999;
	line-height: 18px;
}

.central {
	float: right;
	width: 360px;
	padding: 10px;
	border: 10px solid #ecefe4;
	font-size: 11px;
}

.left {
	float: left;
	width: 150px;
	background-image: url(../images/left_nav.gif);
	background-repeat: no-repeat;
	height: 400px;
	font-size: 11px;
	font-weight: bold;
}


/************ Images **************/

.imageContent {
	padding: 10px;
	width: 140px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px dotted #ECEFE4;
	float: right;
}

.gallery {
	float: left;
	width: 340px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ECEFE4;
}

/*.imageleft {
	padding: 10px;
	width: 140px;
	border: 1px dotted #ECEFE4;
	float: left;
	text-align: center;
	height:155px;
	margin-bottom: 10px;
}

.imageright{
	padding: 10px;
	width: 140px;
	border: 1px dotted #ECEFE4;
	float: right;
	text-align: center;
	margin-bottom: 10px;
	height:155px;
	}
	
	}*/

.imageleft {
	padding: 5px;
	width: 143px;
	height:150px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px dotted #ECEFE4;
	float: left;
	text-align: center;
	}
	
	.OuterDiv {
	padding: 0px;
	width:auto;
	height:170px;
	margin-left: 0px;
	margin-bottom: 0px;
	border:0px;
	float: left;
	
	}

.imageright{
	padding: 5px;
	width: 143px;
	height:150px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px dotted #ECEFE4;
	float:left;
	text-align: center;
	}
/************ Navigation **************/

#pageLinks{
	margin: 0px;
	float: left;
	width: 700px;
	padding-top: 6px;
	padding-bottom: 0px;
}

#pageLinks a:link, #pageLinks a:visited {
	color: #276037;
	position: relative;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006633;
	border-left-color: #E0DFE3;
}

#pageLinks a:hover{
	text-decoration: none;
	color: #AFD54D;
}

.leftNav {
	float: left;
	width: 550px;
}

.rightNav {
	float: right;
	width: 150px;
}

	
#navSubcontainer {
	width: 150px;
}

#navSubcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}

#navSubcontainer a {
	display: block;
	width: 134px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #89B461;
	color: #266036;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#navSubcontainer a:link {
	text-decoration: none;
	color: #266036;
}

#navSubcontainer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/************ Formatting **************/


h1 {
	font-size: 17px;
	font-weight: bold;
	color: #3D7147;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ECEFE4;
	padding-bottom: 5px;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ECEFE4;
	color: #508258;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #41744A;
}

p {
	line-height: 18px;
}

a {
text-decoration: none;
}

a:link {
text-decoration: none;
color: #0963A5;
}

a:visited {
text-decoration: none;
color: #0963A5;
}

a:hover {
text-decoration: underline;
color: #AFD54D;
}
.difcursor     {cursor:hand;} 
.forms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border: 1px solid #666666;
	padding: 1px;
}

.forms2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	}