@charset "iso-8859-1";



.clear
{
	clear: both;
	padding-bottom: 1px;	
	margin-bottom: -1px;	
}
.hide
{
	display: none !important;
}
.inside
{
	
	padding: 0 1em;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{
	margin-top: 14px;
	margin-bottom: 14px;
	padding-top: 0;
	padding-bottom: 0;
}
th
{
	font-size: 130%;
	font-weight: bold;
	color: #993300;
	
}
h1
{
	font-size: 220%;
}
h2
{
	font-size: 170%;
}
h3
{
	font-size: 160%;
}
h4
{
	font-size: 130%; 
	font-weight: bold;
    color: black;
    background-color: transparent;
}
h5
{
	font-size: 100%;
}
h6
{
	font-size: 70%;
}

H4.links {
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
   font-size: 130%; 
	font-weight: bold;
    color: #fff;
    text-decoration: none;
	text-align: center;
	
  
}

H5.content {
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
   font-size: 100%; 
	font-weight: bold;
    color: #993300;
    text-decoration: none;
	
 }
P.content {    
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
   font-size: 100%; 
	font-weight: normal;
    color: #993300;
    text-decoration: none;
	
 
}
 
P.caption {
 background-color: transparent;
 font-family: Arial, Helvetica, sans-serif;
 font-size: smaller; 
 font-weight: normal;
 color: #993300;
 text-decoration: none;
}
	
/* alter some HTML elements' default style
 */
a, a:link, a:visited, a:active
{
	text-decoration: underline;
	 color: #000;
}
a:hover
{
	text-decoration: underline;
	 color: #993300;

}
code
{
	font-family: "Courier New", Courier, monospace;
}
label
{
	cursor: pointer;
}
table.data
{
	font-size: 95%;
	color: #000;
	text-align: center;
	
	
}
td, th
{
	vertical-align: top;
}

/*  core layout of the page. this includes positioning and
 * gutter space. colors and fonts should not come into play at this point.
 * when defining a border, default its color to white 
 * 
 */
body
{
	margin: 25px 4%;	/* margin instead of padding for the gutterspace around 
	 			   the layout because IE breaks the layout when 
	 			   horizontal padding is applied to the body element.
	 			   % over pixels for that horizontal gutterspace so that
	 			   it automatically goes below 20px on low-res browsers
	 			   to create more space for the content. */
	font-size: 100.1%;	/* resolve some font size issues in some layouts for
				   some browsers. (in other words, i got no clue.) */
}
#pageWrapper
{
	border: solid 1px #fff;
	border-width: 0 1px;
	min-width: 40em;	/* IE doens't understand this property. EMs are used
				   so that as the font size increases, the proportional
				   limitations (min-width) increase with it, rather
				   than creating a middle column that can only fit
				   3 or 4 characters in it. */
	width: auto;
}
* html #pageWrapper
{
	/* \*/
		word-wrap: break-word;
	/* invalid CSS but keeps IE from breaking horribly under narrow viewports */
}
#masthead
{
	border: solid 1px #fff;
	border-width: 1px 0;
	padding: 0.5em;
}
#masthead h1
{
	padding: 0;
	margin: 0;
	color: #f8cf80;	
}
#outerColumnContainer
{
	/* reserves space for the left and right columns. you can use either
	 * padding, margins, or borders, depending on your needs. however you
	 * can use the border method to create a background color for both left
	 * and right columns
	 */
	border-left: solid 14em #fff;
	border-right: solid 14em #fff;
}
#innerColumnContainer
{
	border: solid 1px #fff;
	border-width: 0 1px;
	margin: 0 -1px;		/* compensate for the borders because of
				   100% width declaration */
	width: 100%;
	z-index: 1;
}
#leftColumn, #middleColumn, #rightColumn, * html #SOWrap
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
#SOWrap
{
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
	z-index: 3;
}
#middleColumn
{
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 5;
}
#leftColumn
{
	float: left;
	margin: 0 1px 0 -14em;
	width: 14em;
	z-index: 4;
}
#rightColumn
{
	float: right;
	width: 14em;
	margin: 0 -14em 0 1px;
	z-index: 2;
}
	
#announceblock
{
float:left;
 width:95%;
 ;background-color: #FFF;
  padding:4px;
  margin-bottom: 4px;
  margin-left:4px; 
  border:#999999 dotted 1px;
 
  }
  
  h5.announce
  {
  color:#993333;
  font-size:120%;
  
  }

p.fontsize-set
{
	text-align: center;
}
p.fontsize-set img
{
	border-width: 0;
}
p.blockbody

{
  
	padding-left: 5px;
	padding-right: 5px;
	
	}


img.wrapright {
 float: right;
 margin-right:inherit;
}
img.wrapleft {
 float: left;
 margin-right: 2px;
 margin-top: 6px;
 margin-bottom:4px;
}


.vnav
{
	margin: 1em 0;
}
.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.vnav ul
{
	border: solid 1px #fff;
	border-bottom-width: 0;
}
.vnav ul li
{
	border-bottom: solid 1px #fff;
}
.vnav ul li, .vnav ul li a
{
	margin: 0;
	display: block;
	padding: 0;
	line-height: normal;
}
.vnav ul li a
{
	display: block;
	padding: 2px 5px 3px 5px;
}
.vnav ul li a, .vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active, .vnav ul li a:hover
{
	text-decoration: none;
	cursor: pointer;
}
.vnav h3
{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 126%;
}
* html .vnav ul li a
{
	height: 0.01%;
}
* html .vnav ul
{
	position: relative;	
}


.hnav
{
	border-bottom: solid 1px #fff;
	text-align: center;
	font-weight: bold;
}
.hnav, .hnav ul li a
{
	/* need to middor veritcal padding on .hnav and child anchor elements
	 * because the anchors are _not_ block elements. since they are not
	 * block elements web browsers will not expand .hnav to contain them
	 * even with the extra padding. by applying the same padding to both
	 * the parent .hnav _looks_ like its containing the child anchor
	 * elements. 
	 */
	padding-top: 3px;
	padding-bottom: 4px;
}
.hnav ul, .hnav ul li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.hnav ul li a
{
	margin: 0 -1px 0 0;
	padding-left: 10px;
	padding-right: 10px;	
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	white-space: nowrap;
}
.hnav ul li a:link, .hnav ul li a:visited, .hnav ul li a:active, .hnav ul li a:hover
{
	text-decoration: none;
}
.hnav ul li span.divider
{
	display: none;
}
* html .hnav ul li, * html .hnav ul li a
{
	width: 1%;
	display: inline-block;	
	/* \*/
		width: auto;
		display: inline;
	
}
* html .hnav, * html .hnav ul a
{
	/* \*/ height: 0.01%; 
}
* html .HNAV
{
	padding: 0;	
}


#pageWrapper, #masthead, #innerColumnContainer, #footer, .vnav ul, .vnav ul li, .hnav, .hnav ul li a
{
	border-color: #000;
}
html, body
{
	
	background-color: #f8cf80;
	color: #000;
	font-family: arial, helvetica, sans-serif;
}
#pageWrapper
{
	font-size: 80%;	
}
#masthead
{
	background-color: #b35a00;
	color: #fff;
}
.hnav
{
	background-color: #973e1d;
	color: #fff;
}
#outerColumnContainer
{
	border-left-color: #ee9b17;	
	border-right-color: #ee9b17;	
	background-color: #fff;		
					   
}
.vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active
{
	text-decoration: none;
	background-color: #FFDFBF;
	color: #000;
	font-weight: bold;
}
#rightColumn .vnav ul li a:link, #rightColumn .vnav ul li a:visited, #rightColumn .vnav ul li a:active
{
	background-color: #ded;
}
.vnav ul li a:hover, #rightColumn .vnav ul li a:hover
{
	text-decoration: none;
	background-color: #ffcc80;
	color: #993333;
	font-weight: bold;
}
.hnav ul li a:link, .hnav ul li a:visited
{
	background-color: #993333;
	color: #fff;
}
.hnav ul li a:hover
{
	background-color: #F9C470;
	color: #000;
}
#rightColumn .inside
{
	
	font-size: 90%;
}
#rightColumn .inside .vnav
{
	font-size: 110%;
}
#footer 
{
	
	background-color: #b35a00;
	color: #fff;
	text-align: center;
	font-size: 85%;
	padding: 0.5em;
	border: solid 1px #000;
	border-width: 1px 0;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:hover
{
  text-decoration: underline;
  color: #fff;
 font-size: 85%
}

img.wrapleft {
    float: left;
    margin-right: .15in;
    margin-top: .4em;
    margin-bottom: .2em;
}

img.wrapright {
    float: right;
    margin-left: .15in; 
    margin-top: .4em;
    margin-bottom: .2em;
}


li.sub {
   text-decoration: none;
	background-color: #ffcc80;
	color: #993333;
	font-weight: normal;
}

DIV.mapbox {
    color: 993333;
    padding: 5px 2px 0px 5px;
    border: solid 1px #000;
    text-align: left;
    font-size: smaller;
}
DIV.mapnumbers {
color: #009933;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;


}

/******************************************************************************/
