body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/template/background.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#divContainer {
	width: 760px;
}
#divLeftCol {
	width: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 10px;
}
#divLeftCol img {
	margin-left: 20px;
	}
#divLeftCol table {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}
#divLeftCol table tr td{
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#divLeftCol table img {
	border: 1px solid #FFFFFF;
	margin: 0px;
}
#divLeftCol table a:link, #divLeftCol table a:visited, #divLeftCol table a:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	height: 50px;
	width: 110px;
	display: block;
	text-align: right;
	background-color: #B3C784;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#divLeftCol table a:hover, #divLeftCol table a.current:link, #divLeftCol table a.current:visited {
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	}
#divRightCol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 550px;
}
#ulFootNav {
	list-style-type: none;
	z-index: 5;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#ulFootNav li {
	display: block;
	float: left;
	padding-top:0px;
	padding-right: 20px;
	padding-left: 0px;
	display: block;
	font-weight: normal;
	font-size: 11px;
	vertical-align: middle;
	}
#ulFootNav a:link, #ulFootNav a:visited, #ulFootNav a:active {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
#ulFootNav a:hover, #ulFootNav a.current:link, #ulFootNav a.current:visited {
	color: #9BB269;
	font-weight: bold;
	text-decoration: none;
}
.imgMain {
	border: 5px solid #9BB269;
	margin-right: 10px;
	margin-bottom: 10px;
}
.divImgCaption {
	font-size: 0.9em;
	width: 275px;
	float: left;
	background-color: #9BB269;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.divImgCaptionSmall {
	font-size: 0.9em;
	width: 250px;
	float: left;
	background-color: #9BB269;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
