html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100.01%;
}
body {
	font-family : Arial,sans-serif;
	font-size: 1.0em;
	text-align: center;
	background-color: #006600;
}
/*|*/
* html body {
	fon\t-size: .9em;
}
/* */
#Header_Image {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	height: 139px;
	min-height: 139px;
	width: 170px;
	min-width: 170px;
	filter: alpha(opacity=60);
	opacity: .60;
	z-index: 2;
}
/*|*/
* html #Header_Image  {
	margin-top: 0px;
	width: 170px;
	height: 150px;
}
/* */
#main {
	width: 93%;
	min-width: 700px;
	min-height: 400px;
	background-color: #F4F4F4;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
/*	border: 1px dashed brown;*/
}
/*|*/
* html #main {
	width: 88%;
	height: 400px;
}
/* */
#header {
	position: relative;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: auto;
	min-height: 120px;
	height: 120px;
	background-color: #F4F4F4;
	text-align : center;
	color: #000000;
	z-index: 1;
}
/*|*/
* html #header {
	height: 120px;
	width: 95%;
	wid\th: 96%;
}
/* */
#pagetitle {
	position: relative;
	bottom: -70px;
	font-size : 1.4em;
}
#inner-main {
	position: relative;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
 	border: 1px solid #008000; 
}
/*|*/
* html #inner-main  {
	height: 75%;
}
/* */
#content {
	position: relative;
 	min-height: 620px;
	font-size: .9em;
	overflow: hidden;
	text-align: left;
	padding-top: 3px;
	margin-left: 10px;
	margin-right: 3px;
	margin-bottom: 60px;
}
/*|*/
* html #content  {
	height: 75%;
	overflow: visible;
}
/* */
#content ul {
	padding-left: 25px;
	list-style: disc inside;
}
#content li {
	list-style: disc;
	left: 15px;
}
/*|*/
* html #content Input {
	margin-left: 0px;
}
* html #content TextArea {
	margin-left: 0px;
}
* html #content Table {
	wid\th: 95%;
}
/* */
#content-table {
	width: 150px;
	text-align: center;
	border: 1px solid #008000;
	float: right;
	padding: 1px;
	margin-left: 2px;
	line-height:  1.10em;
	padding-bottom: 2px;
}
.Green {
	background-color: #008000;
}
#pagefooter {
	position: relative;
	text-align: center;
	min-width: 100%;
	top: 100px;
	bottom: 5px;
	padding-bottom: 5px;
}
/*|*/
* html #pagefooter {
	width: 100%;
}
/* */
p {
	text-align: left;
	width: auto;
	font-size: .9em;
	min-width: 120px;
	padding: 5px;
}
img {
	border: 0px;
}
.spacer {
	height: 0;
	clear: both;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
#contact-left {
	width: 30%;
	float: left;
}
#contact-right {
	width: 40%;
	float: right;
}
.message {
	color: #CC0000;
	font-weight: bold;
	font-size: .9em;
}
.Normal { 
	font-weight: normal;
}
.Italic {
	font-size: .7em; 
	font-style: italic;
}
.Title { 
	font-size: .8em; 
	font-weight: bold;
}
.Bold { 
	font-weight: bold;
}
.BoldWhite {
	color: #F4F4F4; 
	font-weight: bold;
}
.BoldRed {
	color: #C00000; 
	font-weight: bold;
}
.BoldItalic { 
	font-weight: bold;
	font-style:italic;
}
.BoldLarge { 
	font-size: 1.3em; 
	font-weight: bold;
}
.BoldSmall { 
	font: .9em; 
	font-weight: bold;
}
.smallbold {
	font-size: .8em;
	font-weight : bold;
}
.small {
	font-size: .8em;
}
.smallbolditalic {
	font-size: .8em;
	font-weight : bold;
	font-style:italic;
}
.super {
	font-size: .75em;
	font-weight : bold;	
	vertical-align : super;
}
.Submit {
	background-color: #F4F4F4;
	-moz-border-radius: 5px;
}
#circle {
	display: none;
	padding: 2px;
	height: 20px;
}
a:link, a:visited{
	color: #660066;
}
a:hover, a:active{
	color: #008700;
}

/*XXXXXXXXXXXX Primary top nav rules XXXXXXXXXXX*/
#top_nav {
	position: relative;
	margin-left: 240px;
	margin-right: auto;
	background-image:url("Images/top_menu_back.gif");
	color: #003300;
	height: 1.5em;
	z-index: 2;
}
/*|*/
* html #top_nav {
	fon\t-weight: normal;
}
/* */
.nav {
	position: relative;
	width: 100%;
}
.button {
	list-style: none; /* kills the list item "bullet" markers */
	padding-right: 12px;
	padding-left: 2px;
	padding-top: 4px;
	float: right;
}
/*|*/
*html .button {
	margin-top: -2px;
}
/* */
.parent {
	position: relative;
	font-weight: bold;
	text-align: left;
}	
/*XXXXXXXXXXXX Primary dropdown/flyout rules XXXXXXXXXXX*/
.dropdown { /* rules for dropdown div */
	width: 90px;
	position: absolute;		
	left: -3000px;
	top: 1.0em; /* puts dropdowns directly under top nav */
	text-align: left; /* needed because IE misapplies text centering to boxes */	
	background: url(bgfix.gif);
	}
/*|*/
* html .dropdown {
	top: 1.2em;
}
/* */
.dropdown div {
	width: 90px;
	position: absolute;		
	left: -3000px;
	top: 0;
	background: url(bgfix.gif);
	text-align: left; /* needed because IE misapplies text centering to boxes */
	}
.dropdown ul { 
	width: 110px; /* tweaked so that dropdowns appear to "line up" with top links */
	margin: 0 30px 30px 30px; /* creates "sticky hovering" zones for dropdowns */
	border: 1px solid #006600; 
	border-width: 1px 1px 0; 
  } /* borders sides and top of the dropdowns and flyouts; links provide the bottom border */
	
.dropdown div ul {margin: 30px 30px 30px 0;} /* creates "sticky hovering" zones for flyouts */
.nav li {
	text-align: left;
}
.nav a {
	display: inline;
	color: #003300;
	text-decoration: none;
	padding: 2px 0 2px; 
	}
.topmenu, a.topmenu:visited, a.topmenu:link {
	color: #003300;
	font-size: .8em;
	text-decoration: none;
}
a.topmenu:hover, a.topmenu:active {
	color: #666633;
	font-size: .8em;
	text-decoration: none;
}
.submenu, .submenu:link, .submenu:visited {
	color: #003300;
	font-size: .8em;
	text-decoration: none;
}
.submenu:hover, .submenu:active {
	color: #666633;
	font-size: .8em;
	text-decoration: none;
}
.nav ul ul a {
	color: #fff;
  }
.dropdown li {
	list-style: none; /* kills the list item "bullet" markers */
	background-color: #EFDEC6;
	font-weight: bold;
	text-align: center;
	position: relative; 
	z-index:  2;
	border-bottom: 1px solid #003300;  /* borders the bottoms of the dropdown and flyout links */
	vertical-align: bottom; /* IE5/win bugfix */
  }
.button:hover div.dropdown {
	left: -32px;
} /* hover rule for dropdowns */ 
.nav div.mini-zone { /* special hover zone that covers the "danger corner" */
	padding: 0;
	width: 15px;
	height: 15px;  
	font-size: 1px;
	left: -3000px;
	bottom: -15px;
	top: auto;	
	background: url(images/bgfix.gif);
	}
.nav .dropdown li:hover div.mini-zone { /* hover rule for mini-zones */
	left: auto;
	right: 8px;
	top: auto;
	}
.nav li:hover {background: #FFEFD5;} 
.dropdown li:hover {background: #FFEFD5;} /* hover color effect on dropdown links */
.dropdown div li:hover {background: #FFEFD5;} /* hover color effect on flyout links */

/*XXXXXXXXXXX Primary dropdown backgrounds XXXXXXXXXX*/
.one ul {background: #FFEFD5;}
.two ul {background: #FFEFD5;}
.dropdown div ul {background: #FFEFD5;} /* colors BG of flyouts */ 
.dropdown div ul a {color: #FFEFD5;} /* colors text of  flyouts */ 

/*XXXXXXXXXX z-index rules for top nav XXXXXXXXXXX*/

.one {z-index: 10;}
.two {z-index: 20;}

.brclear { /* Use a break with this class to clear float containers */
clear:both;
height:0;
margin:0;
font-size: 1px;
line-height: 0;
}

/*XXXXXXXXXXXX Primary left nav rules XXXXXXXXXXX*/
#left_nav {
	position: relative;
	top: 2px;
	left: 2px;
	height: auto;
	width: 138px;
	float: left;
	background-color: #F4F4F4;
}
.LeftNavHolder {
	width: 121px;
	float: left;
	font-weight : bold;
	font-size: .8em;
	margin-top: 0px;
	padding-bottom: 145px;
	display: inline; /* doubled margin bug fix for IE/win */
}
a.LeftNavHolder:link, a.LeftNavHolder:visited  {
	color: #003300;
}
a.LeftNavHolder:hover, a.LeftNavHolder:active {
	background-color: #FFEFD5;
	color: #CC0000;
}
.LeftNavHolder li {
	list-style: none; /* kills the list item "bullet" markers */
	position: relative;
	width: 120px;
	padding-top: 2px;
	background-color: #EFDEC6;
	vertical-align: bottom; /* for IE5/win */
}
.LeftNavHolder ul a {
	display: block;
	padding: 1px 0px 2px 3px;
	vertical-align: bottom; /* needed for IE5/win */
	text-align: left;
	text-decoration: none;
	color: #003300;
	margin: 0px 0px;
}
.LeftNavHolder div,
.LeftNavHolder ul li:hover div div { 
	position: absolute;  
	left: -3000px;
	width: 120px;
	top: 0px;
	border: 1px solid #003300;
	background-image: url("Images/menu_nav.gif");
/*	background-image: url(Images/b.gif);*/
}							/* Hide/Configure All Menus Appear  */
.LeftNavHolder li:hover {background: #FFEFD5;} 
.LeftNavHolder ul li:hover div {
	left: 8.1em;
	top: 3px;
	color: #000080;
}							/* SubMenu Appear  */
.LeftNavHolder ul a:hover {
	text-decoration: none;
	color: #666633;
}
.LeftNavHolder ul a{
	color: #003300;
}
.LeftNavHolder ul li a:hover{
	color: #666633;
}
.LeftNavHolder ul a:visited{
	color: #003300;
}
.zone {
	display: none;
}
/* \*/ /*/ 
ul li ul {position: static;}
/* */
/*\*/ /*/
.nav .dropdown, .nav .dropdown div {width: 189px;}
.nav .button .dropdown ul {margin: 0px;}
.nav .dropdown, .nav .dropdown div {position: static;}
.nav .dropdown ul {border: 0;}
.mini-zone {display: none;}
/* this rule block "dumbs down" the nav for IEmac */

.tteddo {
	color: #FFEFD5;
	font-style: italic;
	font-size : .6em;
	font : bold;
}
a.tteddo:link, a.tteddo:visited {
	color: #FFEFD5;
}
a.tteddo:active, a.tteddo:hover {
	color: #33CCCC;
}
.weather {
	margin-left: -8px;

}
#circle {
	display: none;
	padding: 2px;
	height: 20px;
}
#pcircle {
	display: none;
	padding: 2px;
	height: 20px;
}