html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family : Times New Roman, Times, serif;
	font-size: 100.01%;
	text-align: center;
}
#main {
	position: relative;
	width: 750px;
	min-height: 100%;
	background-color: #FFFFFF;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#header {
	position: relative;
	width: 750px;
	height: 126px;
	background-image : url(Images/logo.gif);
	background-repeat : no-repeat;
	background-position : 0 0;
	font-weight : bold;
	text-align : left;
	color: #000080;
	background-position : 0px;
}
#top_nav {
	position: relative;
	width: 750px;
	top: -2px;
	background-color: #000080;
	height: 1.5em;
	text-align: center;
	bottom : 0px;
}
.nav_button {
	min-width: 25%;
	border: 1px solid white;
}
#pagetitle {
	position: relative;
	top: 77px;
	font-size : 1.5em;
	left: 465px;
}
#content {
	position: relative;
	width: 745px;
	top: -2px;
	font-size: .9em;
	text-align: left;
	border: 1px solid #996600;
	padding-top: 3px;
	padding-left: 3px;
	margin-right: 3px;
}
#content ul {
	padding-left: 25px;
	list-style: disc inside;
}
#content li {
	list-style: disc;
	left: 15px;
}
#contact-footer {
	position: relative;
	color: #FFFFFF;
	min-width: 95%;
	padding: 13px;
	text-align: left;
	float: left;
	background-color: #000000;
}
/*|*/
* html #contact-footer {
	width: 96%;
}
/* */
#pagefooter {
	position: relative;
	background-color: #FFFFF;	
	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;
}
.left {
	float: left;
}
.right {
	float: right;
}
#contact-left {
	width: 30%;
	float: left;
}
#contact-right {
	width: 40%;
	float: right;
}
.message {
	color: #CC0000;
	font-weight: bold;
}
.Normal { 
	font-weight: normal;
}
.Bold { 
	font-weight: bold;
}
.BoldRed {
	color: #C00000; 
	font-weight: bold;
}
.BoldItalic { 
	font-weight: bold;
	font-style:italic;
}
.BoldLarge { 
	font: 1.2em; 
	font-weight: bold;
}
.BoldSmall { 
	font: .9em; 
	font-weight: bold;
}
.smallbold {
	font-size: .8em;
	font-weight : bold;
}
Span.super {
	font: bold .75em;
	vertical-align : super;
}
a:link, a:visited{
	color: #000080;
}
a:hover, a:active{
	color: #C00000;
}
.lightlink, .lightlink:link, .lightlink:visited, .lightlink:hover, .lightlink:active {
	color: #FEFEFE;
	text-decoration: none;
}
.lightlink:hover, .lightlink:active {
	color: #EF0000;
	text-decoration: none;
}
/*h1 {position: absolute; left: -3000px;}

h2 {font-size: 1em;}*/
/*XXXXXXXXXXXX Primary left nav rules XXXXXXXXXXX*/
.leftmenu{ /* rules for leftmenu div */
	width: 124px;
	position: relative;		
	top: 1em;
	text-align: left; /* needed because IE misapplies text centering to boxes */	
	background: url(bgfix.gif);
	background-color: #646464;
	float: left;
	z-index:10;
	}
.leftmenu div {
	width: 120px;
	background: url(bgfix.gif);
	text-align: left; /* needed because IE misapplies text centering to boxes */
	}
.leftmenu ul li {
	display: block;
	font-size: .9em;
	font-weight:normal;
	border-right: 1px solid #8e8989;
	border-bottom: 1px solid #8e8989;
	padding: 2px 2px 4px; 
}
.leftmenuentry a {
	color: #FEFEFE;
	text-decoration: none;
	}
.leftmenuentry, a.leftmenuentry:visited, a.leftmenuentry:link {
	color: #FEFEFE;
	font-size: .8em;
	text-decoration: none;
}
a.leftmenuentry:hover, a.leftmenuentry:active {
	color: #FFCC99;
	text-decoration: none;
}
.leftmenu ul li:hover {
	background: #8e8989;
}
/*XXXXXXXXXXXX Primary top nav rules XXXXXXXXXXX*/
.nav {
	position: relative;
	background-color: #000080;
	border: 1px solid #888; /* borders the bottom of the top nav */
	border-width: 1px 0;
	width: 100%;
	}
.button {
	list-style: none; /* kills the list item "bullet" markers */
	width: 33%;
	float: left;
	}
.parent {position: relative;
	font-weight: bold;
}	
.floatfix {margin-right: -3px;}
/* this fixes the IE 3px bug that is common in this type of float arrangement */ 

/*XXXXXXXXXXXX Primary dropdown/flyout rules XXXXXXXXXXX*/

.dropdown { /* rules for dropdown div */
	width: 125px;
	position: absolute;		
	left: -3000px;
	top: 1.2em; /* puts dropdowns directly under top nav */
	text-align: left; /* needed because IE misapplies text centering to boxes */	
	background: url(bgfix.gif);
	}
.dropdown div {
	width: 100px;
	position: absolute;		
	left: -3000px;
	top: 0;  
	background: url(bgfix.gif);
	text-align: left; /* needed because IE misapplies text centering to boxes */
	}
.dropdown ul { 
	width: 150px; /* 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 #888; 
	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 */
	
.four .dropdown ul {width: 125px;} /* modifies width for rightmost "visible" dropdown (tweak) */
		
.nav li {
	text-align: center;
}
.nav a {
	display: block;
	color: #FEFEFE;
	font-size: .9em;
	text-decoration: none;
	padding: 2px 0 2px; 
	border-right: 1px solid #888;  /* makes the dividers between the top nav links */
	}
.topmenu, a.topmenu:visited, a.topmenu:link {
	color: #FEFEFE;
	font-size: .9em;
	text-decoration: none;
}
a.topmenu:hover, a.topmenu:active {
	color: #EE0000;
	text-decoration: none;
}
.submenu, .submenu:link, .submenu:visited {
	color: #FEFEFE;
	font-weight: bold;
	text-decoration: none;
}
.submenu:hover, .submenu:active {
	color: #EE0000;
	font-weight: bold;
	text-decoration: none;
}
.four a {border-right: 0;} /* kills right border on last top link */
.nav ul ul a {
	color: #fff;
	border-right: 0; /* negates right border for dropdowns and flyouts */
	border-bottom: 1px solid #888;  /* borders the bottoms of the dropdown and flyout links */
  }
.dropdown li {
	list-style: none; /* kills the list item "bullet" markers */
	font-weight: normal;
	text-align: center;
	padding-left: 2px;
	position: relative; 
	z-index:  2;
	vertical-align: bottom; /* IE5/win bugfix */
  }
.button:hover div.dropdown {
	left: 18px;
} /* hover rule for dropdowns */ 
/* extra pixel makes dropdowns "line up" with top links */ 
.dropdown li:hover div { /* hover rule for flyouts */
	left: 120px; /* this value controls the amount of flyout "overlap" */
	top: -30px; /* this value controls the amount of flyout vertical offset */
	}
	
.four li:hover div { /* reversed flyout rules for rightmost drop flyouts */
	left: 180px; 
	top: -26px;
	}

.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 .four li:hover div.mini-zone { /* reversed hover rule for rightmost drop mini-zones */
	left: 8px;
	}
.nav li:hover {background: #0000aa;} 
.dropdown li:hover {background: #0000aa;} /* hover color effect on dropdown links */
.dropdown div li:hover {background: #0000aa;} /* hover color effect on flyout links */


/*XXXXXXXXXXX Primary dropdown backgrounds XXXXXXXXXX*/
	
.one ul {background: #646464;}
.two ul {background: #646464;}
.three ul {background: #000080;}
.four ul {background: #646464;}
.dropdown div ul {background: #646464;} /* colors BG of flyouts */ 
.dropdown div ul a {color: #646464;} /* colors text of  flyouts */ 


/*XXXXXXXXXX z-index rules for top nav XXXXXXXXXXX*/

.one {z-index: 10;}
.two {z-index: 20;}
.three {z-index: 30;}
.four {z-index: 40;}
.four:hover {z-index: 20;}
/* this last is a special trick that reverses the stacking order of the rightmost
top link when it or its children are hovered. This, and the previous rules work
together so that when a user is on the top link of any flyout, they can move 
vertically to the top link directly above and not have the sticky hoivering zone
on the flyout get in the way of hovering that top link. */
 

/*XXXXXXXXXXX Special fixes XXXXXXXXXXX*/

/* This is to hide the following from IE/Mac. \*/
* html .button .dropdown li {
height: 1%;
margin-left: -16px;
mar\gin-left: 0;
}
/* */

* html .nav a
 {height: 1%;}

/* The first 2 rules above fix "bullet region" problems in IE5.x/win, 
and the 2nd is to make all links fully clickable. */    

.brclear { /* Use a break with this class to clear float containers */
clear:both;
height:0;
margin:0;
font-size: 1px;
line-height: 0;
}

/*\*/ /*/
.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: #000080;
	font-style: italic;
	font-size : .6em;
	font : bold;
}
a.tteddo:link, a.tteddo:visited {
	color: #000080;
}
a.tteddo:active, a.tteddo:hover {
	color: #CC0000;
}









