@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #C0B18F;
}
.oneColFixCtr #container {
	width: 876px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: visible;
}
#rightbar {
	float: left;
	height: 470px;
	width: 186px;
}
#sideimage {
	height: 250px;
	width: 186px;
	clear: both;
	float: left;
}

#sidebar {
	float: left;
	height: 420px;
	width: 160px;
	padding-top: 50px;
	padding-left: 40px;
}
#content {
	float: left;
	width: 640px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 25px;
	overflow: auto;
	padding-bottom: 20px;
	height: 485px;
}
#linkbar {
	float: left;
	height: 190px;
	width: 165px;
	padding-top: 20px;
	padding-left: 20px;
}

.sidebarlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
a.sidebarlinks:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
a.sidebarlinks:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
a.sidebarlinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
a.sidebarlinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1D2E5B;
	text-decoration: underline;
}


.oneColFixCtr #mainContent {
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	height: 700px;
	overflow: hidden;
}
#menu {
	clear: both;
	float: left;
	height: 170px;
	width: 876px;
}
#indexgraphic {
	float: left;
	height: 217px;
	width: 238px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCBEC0;
}
#welcometo {
	float: left;
	height: 217px;
	width: 438px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCBEC0;
}
#welcome1 {
	float: left;
	padding-top: 15px;
	padding-right: 16px;
	padding-left: 16px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #87A656;
	margin-top: 0px;
	margin-bottom: 6px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #1F2D5A;
	margin-top: 0px;
	margin-bottom: 8px;
	font-weight: normal;
}

#welcome2 {
	float: left;
	width: 145px;
	padding-left: 10px;
	padding-top: 6px;
}
p {
	margin-top: 0px;
	margin-bottom: 6px;
}

#bottom {
	float: left;
	height: 224px;
	width: 275px;
	padding-top: 12px;
	padding-right: 4px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#bottom1 {
	padding: 12px;
	float: left;
	height: 224px;
	width: 92%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BCBEC0;
	border-left-color: #BCBEC0;
}
.subhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #1F2D5A;
	margin-top: 0px;
	font-weight: normal;
}
.smallbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.greenborder {
	border: 3px solid #95AF6A;
}
.greenlink {
	color: #87A756;
	text-decoration: none;
}

.subheadGreen {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #95AF6A;
	margin-top: 0px;
	font-weight: bold;
}
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
}
.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #87A656;
	margin-top: 0px;
	margin-bottom: 6px;
}
.oneColFixCtr #mainContent2 {
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	overflow: hidden;
}
