/*Rational Styles*
#48450a -- dark olive
#4c8829 -- green
*/
* {
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 1em 0;
}
a {
	color: #4c8829;
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
img {
	border: 0;
}
body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	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;
	background-color: #dee4cf;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#container {
	width: 652px;
	background: #FFFFFF;
	background-image: url(images/top_bckgnd.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left-width: 1px;
	border-color: #ada89d;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom: solid #6d6a3b 3px;
	padding: 0px 32px 0px 32px;
	overflow: auto;
}
#header {
	margin-top: 52px;
	margin-left: 2px;
}
#header h1 {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 100px;
}
#topnav {
	padding: 0 0 7px 0;
	border-bottom: solid #a3a284 1px;
}
#topnav ul {
	margin: 3px 0 0 0;
	list-style-type: none;
	font-size: 11px;
}
#topnav li {
	display: inline;
	margin-right: 16px;
}
#topnav li#end {
	margin-right: 0px;
}
#topnav .selected a {
	padding-bottom: 4px;
	border-bottom: solid #a3a284 3px;
	text-decoration: none;
	color: #81786f;
}
#topnav a:hover {
	text-decoration: none;
	color: #6d6a3b;
}
#masthead {
	margin-top: 5px;
	background-color: #dee4cf;
	background-image: url(images/sub_masthead.jpg);
	background-repeat: no-repeat;
	height: 54px;
}
#masthead h1 {
	text-indent: -9999px;
	background-image:url(images/sub_heads.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 100%;
	margin-right: 0px;
}
#sidebar {
	float: right;
	width: 214px;
	padding: 15px 10px;
}
#sidebar h2 {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0 0 50px 0;
	color: #4c8829;
}
#sidebar ul {
	margin-left: -3px;
	font-size: 10px;
	font-weight:bold;
}
#sidebar li {
	margin: 5px 20px;
	list-style-image: url(images/bullet_green.gif);
	list-style-type: square;
}
#sidebar li.selected {
	list-style-image:url(images/bullet_gold.gif);
}
#sidebar li.selected a {
	color: #81786f;
	text-decoration:none;
}
#sidebar li.sub {
	font-style: normal;
	font-weight: normal;
	margin-left: -3px;
	font-size: 10px;
	margin: 5px 3px;
	list-style-image: url();
	list-style-type: none;
}
#sidebar li.sub a {
	color: #4c8829;
}
#sidebar p {
	font: 10px/1.5em Verdana, Geneva, sans-serif;
	background-color: #e9f1e5;
	margin: 30px 0 35px 0;
	padding: 15px;
	color: #48450a;
	background-image: url(images/sidebar_gradient.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size:10px;
	line-height: 16px;
}
#mainContent {
	font-size: 11px;
	padding-right: 250px;
	padding-left: 30px;
	line-height:180%
}
#mainContent h1 {
	margin-top: 26px;
	margin-left: -2px;
	padding-bottom: 26px;
	background-image:url(images/h1_headers.gif);
	background-repeat: no-repeat;
}
#mainContent em, .callout em {
	font-style: normal;
	font-weight: bold;
	color: #6d6a3b;
}
#mainContent ul {
	list-style-type: square;
	margin-left: 1.5em;
}
#footer {
	clear: both;
	margin-top: 35px;
	padding: 7px 0 0 0;
	font-size: 9px;
	border-top: solid #a3a284 1px;
	color: #a3a284;
	overflow:auto;
	height: 30px;
}
h1 {
	text-indent: -9999px;
}
h2 {
	color: #48450a;
	padding-top: 10px;
	font-size: 12px;
	margin-bottom: .5em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.callout {
	font-size: 9px;
	line-height: 12px;
	color: #FFFFFF;
	background-color: #c9dbbe;
	padding: 2px 15px;
	float: left;
}
.callout h2 {
	font-size: 10px;
}
.caption {
	vertical-align:top;
	font-size:9px;
	line-height:1.4;
	padding-right:10px;
	padding-bottom:10px;
	float: left;
	color:#666;
}
.caption2{
	font-size:9px;
	line-height:1.4;
	color:#666;
}
.clearboth {
	clear:both;
}
.highlightbox {
	background-color: #c9dbbe;
	padding: 15px;
	padding-top: 5px;
	margin-top: 15px;
}
#fullContent {
	font-size: 11px;
	padding-right: 0px;
	padding-left: 30px;
	line-height:180%
}
#fullContent h1 {
	margin-top: 26px;
	margin-left: -2px;
	padding-bottom: 26px;
	background-image:url(images/h1_headers.gif);
	background-repeat: no-repeat;
}#fullContent em, .callout em {
	font-style: normal;
	font-weight: bold;
	color: #6d6a3b;
}
#fullContent ul {
	list-style-type: square;
	margin-left: 1.5em;
	padding-right: 220px;
}
#fullContent li {
	padding-bottom: .5em;
}
#fullContent a:hover {
	text-decoration: none;
}
