
td {font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #ffffff;
	} 
	
//A:link, A:visited {font-family: Verdana, Arial, sans-serif; font-size: 9px; color: #FFCCFF; font-style: italic; text-decoration: none;}

A:hover, A:link, A:visited {font-family: Times, Roman, ms-serif; text-decoration:none; font-size: 13px; font-weight: bold; color: #565040;}

.sidenav {font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
color: #ffffff;
	}

a.sidenav:link {color: #ffffff; text-decoration: none; font-size: 10px;}
a.sidenav:visited {color: #ffffff; text-decoration: none; font-size: 10px;}
a.sidenav:hover {color: #CC6600; font-size: 10px;}

.header {font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #ffffff;
	} 

.sidetext {font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
color: #CC6600;
	}

.frontlink {font-family: Verdana, Arial, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #aaaaaa;
	}

.quote {font-family: Verdana, Arial, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
color: #eeeeee;
	}

.objectives {font-family: Verdana, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #eeeeee;
	}

.larger {font-family: Verdana, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: #eeeeee;
	}

a.frontlink:link {color: #aaaaaa; text-decoration: none; font-size: 11px;}
a.frontlink:visited {color: #aaaaaa; text-decoration: none; font-size: 11px;}
a.frontlink:hover {color: #666666; text-decoration: none; font-size: 11px;}


.sublink {font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
color: #ffffff;
	}

a.sublink:link {color: #ffffff; text-decoration: none; font-size: 10px;}
a.sublink:visited {color: #ffffff; text-decoration: none; font-size: 10px;}
a.sublink:hover {color: #CC6600; text-decoration: none; font-size: 10px;}


/* hearder stuff */
/* header */
#header {
	position: relative;
	height: 85px;	
	background: #000 url(headerbg.gif) repeat-x 0% 100%;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:37px; left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}
/* End HEader Stuff? */


/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */



/* Eric Meyer's CSS Lists */
 ul#navlist { font-family: sans-serif; }

ul#navlist a
{
font-weight: bold;
text-decoration: none;
}

ul#navlist, ul#navlist ul, ul#navlist li
{
margin: 0px;
padding: 0px;
list-style-type: none;
}

ul#navlist li { float: left; }

ul#navlist li a
{
color: #ffffff;
background-color: #003366;
padding: 3px;
border: 1px #ffffff outset;
}

ul#navlist li a:hover
{
color: #ffff00;
background-color: #003366;
}

ul#navlist li a:active
{
color: #cccccc;
background-color: #003366;
border: 1px #ffffff inset;
}

ul#subnavlist { display: none; }
ul#subnavlist li { float: none; }

ul#subnavlist li a
{
padding: 0px;
margin: 0px;
}

ul#navlist li:hover ul#subnavlist
{
display: block;
position: absolute;
font-size: 8pt;
padding-top: 5px;
}

ul#navlist li:hover ul#subnavlist li a
{
display: block;
width: 10em;
border: none;
padding: 2px;
}

ul#navlist li:hover ul#subnavlist li a:before { content: " >> "; }