@charset "UTF-8";
/* CSS Document */

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: #41483F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FDFDC1;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #468734;
	text-align: left;
	background-color: #FEFEE9;
}
.small {
	font-size: 90%;
}
.halfwidth {
	width: 60%;
}
.center {
	text-align: center;
}
cite {
	font-size: 0.8em;
	color: #468734;
	font-weight: bold;
	background-color: #FDFDC1;
	display: block;
	padding: 10px;
	border-bottom-width: thin;
	border-left-width: medium;
	border-bottom-style: outset;
	border-left-style: outset;
	border-bottom-color: #CCCC33;
	border-left-color: #CCCC33;
	width: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
#header {
	background-color: #fefee9;
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 125px;
	width: auto;
	margin-top: 10px;
	padding: 0 10px 0 20px;
	clear: both;
	margin-bottom: 20px;
}
.oneColFixCtrHdr #container #header #pageTit {
	text-align: right;
	vertical-align: top;
	border-right-width: 0px;
	border-bottom-width: 30px;
	border-left-width: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	font-variant: small-caps;
	position: relative;
	top: -60px;
	width: 102%;
	left: -20px;
	z-index: 0;
	border-bottom-style: solid;
	border-bottom-color: #E4E269;
	color: #468734;
	line-height: 80%;
	background-color: #FEFEE9;
}
a:link, a:visited {
	color: #2E7117;
	text-decoration: underline;
}
a:hover {
	color: #888888;
	text-decoration: underline;
}
a:active {
	color: #F3B609;
	text-decoration: underline;
}
#nav {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #acad35;
	width: 100%;
	padding: 0px 0px 20px;
	top: -78px;
	position: relative;
	clear: both;
	margin: 0px;
}
#nav li {
	background-color: #468734;
	text-align: center;
	color: #ffffff;
	list-style-type: none;
	float: right;
	height: auto;
	width: auto;
	padding: 7px;
	display: inline-block;
	right: 0px;
	margin-left: 3px;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: outset;
	border-left-style: inset;
	border-bottom-color: #777777;
	border-left-color: #888888;
	font-size: 0.9em;
}
#nav a:link  {
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited {
	font-size: 1em;
	color: #FDFDC1;
	text-decoration: none;
}
#nav a:hover {
	font-size: 1em;
	color: #E4E269;
	text-decoration: none;
}
#nav a:active {
	font-size: 1em;
	color: #F3B609;
	text-decoration: none;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.positionup {
	margin-top: -0.5em;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #468734;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px 0px 20px;
	display: block;
	position: relative;
}
h3 {
	color: #468734;
}
h4 {
	color: #468734;
	font-size: 0.9em;
}
.required {
	color: #DD0000;
}
#banner {
	position: relative;
	z-index: 10;
}
#mainContent {
	padding: 0 20px;
	background-color: #FEFEE9;
}
#footer {
	background-color: #E4E269;
	clear: both;
	width: 97%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 0.8em;
	text-align: center;
}
.floatR {
	float: right;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
hr {
	color: #E4E269;
}
.imgR {
	float: right;
	width: auto;
	margin-bottom: 25px;
	margin-left: 20px;
}
.imgL {
	float: left;
	width: auto;
	margin-right: 20px;
	margin-bottom: 25px;
}
.imgC {
	margin-bottom: 15px;
	margin-right: 15px;
	margin-left: 50px;
	margin-top: 0.5em;
}
.contrast {
	background-color: #FDFDC1;
	padding: 15px;
}
h1 {
	font: italic bold 1.5em "Times New Roman", Times, serif;
	text-align: center;
	color: #468734;
	width: auto;
	position: relative;
}
.inline {
	display: inline;
}
.clear {
	clear: both;
}
#ColL {
	float: left;
	width: 50%;
}
#ColR {
	width: 47%;
	float: right;
}
p {
	line-height: 120%;
}
.default-color {
	color: #000000;
}

