body,
body div,
body p,
body table,
body tr,
body th,
body td,
body li,
body dd,
body A:link,
body A:visited,
body A:active,
body A:hover
{
	font-size:	medium;
	voice-family:	"\"}\"";
	voice-family:	inherit;
}

html>body,
html>body div,
html>body p,
html>body table,
html>body tr,
html>body th,
html>body td,
html>body li,
html>body dd,
html>body A:link,
html>body A:visited,
html>body A:active,
html>body A:hover
{
	font-size:	medium;
}

.footermenu
{
/*	font-size: medium;*/
	font-size: 80%;
}
.footermenu a:link, .footermenu a:visited, .footermenu a:active, .footermenu a:hover{ 
	font-size: 100%;
}
.white
{
	font-size: medium;
}
/*
body {
  color: #000;
  background-color: #fff;
}
body, p, li, td, h1, div, span {
  font-family: sans-serif;
}
a:link {
  color: #fff;
  background-color: #98B2CB;
}
a:visited {
  color: #fff;
  background-color: #98B2CB;
}
a:hover {
  color: #DE8500;
  background-color: #98B2CB;
}
code {
	color: #DE8500;
	font-weight: bold;
	font-size: medium;
}
*/


@media screen, projection {
/* This next rule exploits a parsing bug in MacIE5 so @media rules will be applied on screen */
.BeNiceToMacIE5 {
  font-family: "\"}\"";
  font-family: inherit;
}
/* WinIE5 hoses the selector following a box model hack,
   so a dummy selector here will resync it */
.resyncWinIE5 {
}
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
}
body {
/*	padding-top: 2.5em;  space for horizontal navbar */
	font-size: medium;     /* prevent weird scaling in WinIE */
}
.copyright,
.content {
	padding: .5em 1em;
}
#navbar {
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/

	position: relative;
	top: 0 px;
	left: 0 px;
	width: 99%;
/*	padding-top: .4em*/
	padding-top: 0;
}
/* hide the heading off-screen and don't let it affect list position */
#navbar h2 {
	position: absolute;
	top: -10em;
	left: 0;
	margin: 0;
}
#navbar ul,
#navbar li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* default list styles are for the disappearing submenu lists */
#navbar ul {
	display: none;    /* hidden by default */
	border: 1px solid #d1e0ed;
	border-top-width: 0;
	background-color: #fff;
	color: #000;
	position: relative;
	z-index: 1;
	width: 100%;      /* 100% of parent */
/* overflow should only clip very long words and prevents WinIE from erroneously widening the box */
	overflow: hidden;
}
/* override default for top-level items */
#navbar ul.mainmenu {
	display: block;
	border-width: 0;
	overflow: visible;
}

/* the default styles for submenu links */
#navbar li a {
	font-weight: normal;
/*	padding: .3em;*/
	padding: .1em;
	color: #000;
	background-color: #fff;
	display: block;
	margin: 0;
	border-top: 1px solid #d1e0ed;
	text-decoration: none;
	position: relative; /* prevent WinIE weirdness */
}
/* the colors here are the same as links embedded in the content area, but don't have to be */
/* submenu */

#navbar li a:link {
	color: #ffffff;
	background-color: #98B2CB;
}
#navbar li a:visited {
	color: #ffffff;
	background-color: #98B2CB;
}
#navbar li a:hover {
	color: #fff;
	background-color: #DE8500;
}

/* The list items for the 5 main menu groups:
   each 20% of window width, positioned at 20% increments.
   Might set widths in ems instead. */
#mainmenu1 {
	position: absolute;
	width: 30%;
	top: 0;
	left: 0;
	z-index: 1;
}
#mainmenu2 {
	position: absolute;
	width: 30%;
	top: 0;
	left: 18%;
	z-index: 2;
}
#mainmenu3 {
	position: absolute;
	width: 33%;
	top: 0;
	left: 35%;
	z-index: 3;
}
#mainmenu4 {
	position: absolute;
	width: 25%;
	top: 0;
	left: 50%;
	z-index: 4;
}
#mainmenu5 {
	position: absolute;
	width: 25%;
	top: 0;
	left: 65%;
	z-index: 5;
}

#mainmenu6 {
	position: absolute;
	width: 20%;
	top: 0;
	left: 80%;
	z-index: 5;
}


/* the main menu link, styled as a 'CSS button' */
#navbar a.mainmenu {
	border: none;
	font-weight: bold;
/*	padding: .3em;*/
	padding: .3em;
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 0;
	visibility: visible;
/*	background: #fff url(../images/down_arrow.gif) -20px 0 no-repeat;*/
	color: #DE8500;
}
/* submenu indicator, hide from MacIE \*/
#navbar a.mainmenu.more {
	background-position: 90% 50%;
} /* end submenu indicator */

/* main menu links get different colors than submenus */
#navbar a.mainmenu:link {
	color: #fff;
}
#navbar a.mainmenu:visited {
	color: #fff;    /* for top-level links, unvisited and visited are same color */
}
#navbar a.mainmenu:hover {
	color: #DE8500;
	background-color: #98B2CB;
	/*border-style: groove;   or inset */
	border-style: none;
}

/* hack to prevent excessive spacing in WinIE */
* html #navbar ul.mainmenu li {
	display: inline;
} /* end hack */

} /* end screen rules */

/* print media rules */
@media print {
body {
	padding-top: 0;
}
div#navbar {
	display: none;
}

} /* end print media rules */
