@charset "utf-8";
body {
	background-color: #D9ECC4;
	margin: 0px;
	padding: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #4A741E;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.footertext {font-size: 8pt}

.oneColFixCtr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	height: 420px;
	background-image: url(main.jpg);
}
.oneColFixCtr #mainContent2 {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	height: 420px;
	background-image: url(buildings/images/mainbg.jpg);
	background-repeat: repeat;
	}
	.oneColFixCtr #mainContent3 {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	height: 630px;
	background-image: url(buildings/images/mainbg.jpg);
	background-repeat: repeat;
	}
.sidebar {
	float: left;
	width: 211px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	position: relative;
	top: 172px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.sidebar  a{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.sidebar  a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
}
.main2 {
	float: right;
	width: 499px;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}
.main2  a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	text-decoration: underline;
}
.main2  a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #4A741E;
	text-decoration: none;
}
.main2  #pagetitle {
	color: #48741b;
	font-size: 14pt;
	font-weight: bold;
}.subtitle {
	font-size: 11pt;
	font-weight: bold;
}
.arrows {font-size: 12pt
}
.line{
	border-bottom:1px solid #4B8121;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;

}
.sidebar2 {
	float: left;
	width: 211px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	position: relative;
	top: 384px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.sidebar2  a{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.sidebar2  a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
}

