BODY {
	background : #FFFFFF url(images/bglogo.jpg) no-repeat 100px 170px;
	margin: 0px;

}

p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

p.footer {  font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size:xx-small; }

input.text {
width:150px;
height:20px;
font-size:11px;
border: 1px solid #AAA;
padding-top: 2px;
}

A:ACTIVE.footer, A:FOCUS.footer,A:LINK.footer,a:VISITED.footer, A:HOVER.footer {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : xx-small;
	color : white;
}
A:VISITED.footer  {
	color : white;
}
A:HOVER.footer  {
	color : #FF9900;
	text-decoration : underline;
}
.bgborder {  background-color: #FFCD83}
h1 {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-weight: bold; color: #FF6600}
h2 {
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #996600;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}


.header {font-family: verdana, helvetica, sans-serif; font-size: 9pt; color: #FFFFFF; text-decoration: none; cursor: none }
.header:hover {font-family: verdana, helvetica, sans-serif; font-size: 9pt; color: #FF9900; text-decoration: none; cursor: hand }
.subheader {font-family: verdana, helvetica, sans-serif; font-size: 8px; color: #006600; text-decoration: none; cursor: none }
#nav ul  a {font-size:10px;}
.subheader:hover {font-family: verdana, helvetica, sans-serif; font-size: 8px; color: #FF9900; text-decoration: none; cursor: hand }
.footer { font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size:xx-small; }
.limegreen {
	background-color: #E6F0E6;
}
.seagreen {
	background-color: #01777F;
}
.seablue {
	background-color: #315A76;
}

li {
	list-style-image: url(images/green_bullet.gif);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.orange {
	color: #FF6600;
}
.creamdark {

	background-color: #FFFFFF;
}
.cellpromo {
	background-color: #F0F7F0;
	padding: 10px;
	border: 1px solid #006600;
}
.cellpromo-wh {

	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #006600;
}
.imgframe {
	border: 1px solid #000000;
}

.navback {position:relative; background:url(images/menubar_lh.gif) top left no-repeat #315A76; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:white; padding-top:5px; padding-left:25px; font-weight:bold;}

#nav {margin:0;}

#nav li {
  /*float the main list items*/
  margin: 0;
  float: left;
  display: block;
  padding-right: 15px;
  position:relative;
  padding-bottom:10px;
}

#nav li a {
  /*for all links in the list*/
  color: white;
  font-weight: bold;
  height: 15px;
  padding: 5px;
}

#nav li ul a {
  float: left;
  /*ie doesn't inherit the float*/
  border: 0;
  color: black;
  text-decoration:none;
  margin-right: 5px;
}

#nav li a:hover ul {
  /*  display the other topics when
      their parent is hovered */
  display: block;
  z-index: 6000;
}

#nav li a:hover{
  color: black;
}

#nav li ul {
  /*put the subnav below*/
  display:none;
  position:absolute;
  top: 0px;
  width:800px;
  margin:0;
  left:0;
  top: 22px; /*reposition for IE*/
}


#nav li.over ul { 
  display: block;
}

#nav li a:hover,
#nav li:hover a,
#nav li.over a {;
  z-index: 6000;
  color: white;
}
