@charset "utf-8";
body  {
	background: #666666;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #BEC1AE;
	list-style-image: url(Graphics/bullet-arrow1.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 82%;
	line-height: 170%;
}
.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;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.infobox {
	font-variant: normal;
	text-transform: none;
	float: right;
	width: 250px;
	border: thin dotted #2E6095;
	white-space: normal;
	display: inline-block;
	padding: 6px;
	vertical-align: top;
	background-color: #D8DACD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #5B5F46;
	font-size: 11px;
	line-height: 110%;
	text-align: left;
}
a.nav_left:link {background: color: #000066;
	height: 30px;
	width: 100%;
	display: block;
	text-indent: 8px;
	vertical-align: 0%;
	font-weight: bold;
	color: #1F3981;
	border: 1px solid #316398;
	height: 22px;
	padding: 2px 0px 0px;
	margin-top: 2px;
	line-height: 20px;
	text-decoration: none;
	font-size: 0.9em;
	background-color: #B7C6E3;
}
a.nav_left:visited {
	height: 30px;
	width: 100%;
	display: block;
	text-indent: 8px;
	vertical-align: 0%;
	font-weight: bold;
	color: #1F3981;
	border: 1px solid #316398;
	background-color: #BCCCE7;
	height: 22px;
	padding: 2px 0px 0px;
	margin-top: 2px;
	line-height: 22px;
	text-decoration: none;
	font-size: 0.9em;
}
a.nav_left:hover {
	background-color: #E7ECF5;
	text-decoration: none
}
a.nav_left:active {background: color: #000066; }
}
* html #nav_left a { height: 1px; 
}
.sidebar {
	color: #5B5F46;
	background-color: #EBEBEB;
	padding: 4px;
	height: auto;
	width: 250px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #797C67;
	font-style: normal;
	float: right;
	font-weight: normal;
	list-style-image: url(Graphics/arrow11.gif);
}
.FeatureBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #EBEBEB;
	background-repeat: repeat-x;
	width: 440px;
	border: 1px solid #B7C6E3;
	height: auto;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-image: url(Graphics/bg-feature-box-top.jpg);
	background-position: left top;
	text-transform: none;
	font-variant: normal;
}
.footer {
	font-size: 10px;
	font-weight: normal;
	color: #A8AC93;
	letter-spacing: 0.1em;
}
.rt-top {
	font-size: 12px;
	font-weight: bold;
	color: #D8DACD;
	background-image: url(Graphics/images/rt-top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: 6px;
}
.rt-mid {
	font-size: 10px;
	color: #D8DACD;
	padding: 12px;
	background-image: url(Graphics/images/rt-mid.jpg);
	background-repeat: no-repeat;
}
.darkGreentext {
	font-size: 12px;
	color: #DB994F;
}
.rt-bot {
	background-image: url(Graphics/images/rt-bt.jpg);
	background-repeat: no-repeat;
}
.note2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #464936;
	background-color: #BCBFAC;
	padding: 6px;
	border: 1px solid #969986;
	width: 198px;
	text-align: left;
	margin: 0px;
}
.notetop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #474A37;
	background-color: #969986;
	width: 200px;
	margin: 0px;
	text-align: left;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	background-image: url(Graphics/bg-note2-top.jpg);
}
