@charset "UTF-8";
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 2em;
	text-transform: uppercase;
}
.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;
}
#sidebar1 a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
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: center;
	background-color: #b3dad3;
	margin-top: 5px;
}
#container  {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 4px double #d77600;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-decoration: none;
} 
#mainNav  {
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;margin: 0;
} 
#footer  {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
	text-align: center;
} 
#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#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;
}
#footer a:link {
	color: #533c00;
}
#footer a:visited {
	font-size: 10px;
	color: #533c00;
}
#footer a:hover {
	color: #993333;
}
#footer a:active {
	color: #993333;
}
a:link {
	color: #d77600;
	text-decoration: none;
}
a:visited {
	color: #D77600;
	text-decoration: none;
}
a:hover {
	color: #993333;
	text-decoration: none;
}
a:active {
	color: #993333;
	text-decoration: none;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.current { /* 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;
}
#divCopyright a {
	color: #333333;
}
#divCopyright {
	font-size: 9px;
	margin: 1em;
	text-align: center;
	font-family: verdana;
	color: #333333;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #D77600;
	letter-spacing: 1px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #8E9D41;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8B9A3D;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: .5px;
	font-size: 16px;
}
h6 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
#subNavTop {
	text-align: left;
}
#subNavBottom {
	text-align: left;
	background-image: url(images/subnav_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#subNav a {
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 2px;
	padding-left: 5px;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#subNav a:hover, #subNav a:focus, #subNav a:active {   
	color: #000335;
}
#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 */
}
#sidebar1 a:hover, #sidebar1 a:focus, #sidebar1 a:active {   
	color: #000335;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 240px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFFFFF;
	background-image: url(images/subnav_spacer.gif);
	background-repeat: repeat-y;
	background-position: left top;
	color: #FFFFFF;
	text-align: left;
}
#sidebar1 a {
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 2px;
	padding-left: 0px;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#subNav {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	color: #FFFFFF;
}
#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
} 
#results  {
}
#results p  {
	font-size: 1.0em;
	line-height: 1.2em;
}
#results h1  {
	font-size: 1.5em;
}
#results h2  {
	font-size: 1em;
	line-height: 1em;
}
body,td,th {
	font-size: 12.5px;
	color: #533c00;
	line-height: 1.25em;
	letter-spacing: 0.45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.currentNav {color: #000335}
.Caption {
	font-size: 10.5px;
	font-style: italic;
}
