body {
	position: absolute;
  font: normal 11px verdana;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul li {
	position: relative;
	float: left;
	width:94px;
}
	
li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: auto;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	}
/* commented backslash mac hiding hack \*/ 
* html ul li a {height:1%}
/* end hack */ 

/* this sets all hovered lists to FCE391 */
li:hover a, li.over a,
li:hover li a:hover, li.over li a:hover {
   color: black;
   background-color: #FCE391;
}

/* set dropdown to default */
li:hover li a, li.over li a {
    color: #777;
   background-color: #fff;
}
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
li:hover ul, li.over ul { display: block; } /* The magic */

hr {
	color: white;
	border-bottom: 1px solid black;
}

H1 { 
	font-family: Avant Garde, Arial, Helvetica;
	font-weight: bold;
	font-size: 1.8em;
	margin-left: 10px;
}

H2 { 
	font-family: Avant Garde, Arial, Helvetica;
	font-size: 1.3em;
	font-weight: bold;
	margin-left: 10px; 
}

H3 { 	
	font-family: Tahoma, Arial, Helvetica;
	line-height: 1.5em;
	margin-left: 75px; 
	font-size: 1.2em;
	font-weight: normal;
 	text-align: left; 	
}

H4 {
	font-family: Avant Garde, Arial, Helvetica;
	line-height: 1.3em;
	margin-left: 50px;
	font-size: 1.5em;
	font-weight: normal;
	text-align: left;
}

A {
	color: black;
	text-decoration: none;
	list-style-type: none;
}

p {
	font-size: 1.2em;
	margin-left: 20px;
}

p A {
	color: black;
	text-decoration: underline;
	list-style-type: none;
}

p A:LINK, p A:VISITED { color: black; }

p A:ACTIVE, p A:HOVER { color: silver; text-decoration: none; }

ol {
	font-size: 1.2em;
	line-height: 1.5em;
}

table {
	margin-left: 20px;
}

td {
	font-size: 1.2em;
}

form {
	left-margin: 20px;
}

.copy {
	font-size: 0.5em;
	font-weight: normal;	
	font-family: Arial, Helvetica;
}

.logo {
	position: absolute;
	top: 150px;
	width:250px;
	height:500px;
	left: 500px;
	margin: 0;
}

/* commented backslash hack v2 \*/ 
html{height:95%;} 
/* end hack */ 

.bold_right {
	font-weight: bold;
	margin-left: 40px;
}

#outer{
	min-height:100%;
	position:relative;
} 
* html #outer{height:100%} /*for IE as IE treats height as min-height anyway*/

#header{
	height:115px;
	overflow:hidden;
}

.far_right {
	position: relative;
	margin-left: 100px;
}

* html #right {margin-right:-3px;}/*fix gap in ie next to float - 3 pix jog*/

#right p {padding-left:3px;padding-right:2px}

#centrecontent {
	position:relative;
	margin-right:250px;
	top: -60px;
	width: 475px;
}

html>body  #minHeight{float:left;width:0px;height:100%;} /*safari wrapper*/
.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both
}
