BODY {
	FONT-SIZE: 13px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
TABLE {
	FONT-SIZE: 13px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
TD {
	FONT-SIZE: 13px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
TH {
	FONT-SIZE: 13px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
img.bodyimg { border:1px solid #000000; margin:6px;
}
BIG {
	FONT-WEIGHT: bold; FONT-SIZE: 15px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
SMALL {
	FONT-SIZE: 11px; COLOR: #666666; FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif
}
H2 {
	FONT-WEIGHT: bold; FONT-SIZE: 24px; COLOR: #333333; FONT-FAMILY: Arial, Helvetica, sans-serif; line-height: 24px
}
H3 {
	FONT-WEIGHT: bold; FONT-SIZE: 20px; COLOR: #990000; FONT-FAMILY: Arial, Helvetica, sans-serif
}
H4 {
	FONT-SIZE: 15px; COLOR: #333333; FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; line-height: 24px
}
.infoline {

		text-align: left
}
.darkgrey {
		FONT-SIZE: 12px; COLOR: #333333; FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; line-height: 18px
}
.darkgrey2 {
		FONT-SIZE: 14px; COLOR: #333333; FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; line-height: 22px
}
.red {
	COLOR: #990000
}
.white {
	COLOR: #ffffff
}
.grey {
	COLOR: #cccccc
}
.bigger {
	FONT-SIZE: 15px
}
.black {
	FONT-SIZE: 12px
}
LI {
	LIST-STYLE-TYPE: square
}
a:link {
	color: #003399
	}
a:visited {
	color: #003399
}
a:hover {
	color: #0033cc
}

.announcement a:link {
	color: #ffffff; text-decoration: none
	}
.announcement a:visited {
	color: #ffffff; text-decoration: none
}
.announcement a:hover {
	color: #cccccc; text-decoration: underline
}

.footer td {padding:5px 5px 5px 5px;}
.footer a:link {
	color: #e1e1e1;
	}
.footer a:visited {
	color: #e1e1e1
}
.footer a:hover {
	color: #cccccc;
}
.hypertop a:link {
	color: #ffffff; text-decoration:none
	}
.hypertop a:visited {
	color: #ffffff; text-decoration:none
}
.hypertop a:hover {
	color: #ffffff; text-decoration:underline
}
.scrollLink2 a:link {
	color: #88F5ED; text-decoration:underline
}
.scrollLink2 a:visited {
	color: #4596EC; text-decoration:underline
}


.treemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.treemenu ul li{
position: relative;
display: inline;
float: left;
border: 1px solid #333333;
background-color: #cccccc; /*overall menu background color*/
}

/*Top level menu link items style*/
.treemenu ul li a{
border-left:0px solid #666666; border-right:1px solid #666666; border-top:1px solid #666666; border-bottom:1px solid #666666; display: block;
width: 115px; /*Width of top level menu link items*/
text-decoration: none;
FONT-SIZE: 8.7pt;
color: white; padding-left:8px; padding-right:8px; padding-top:1px; padding-bottom:1px
}
	
/*1st sub level menu*/
.treemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.treemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.treemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.treemenu ul li ul li a{
display: block;
width: 136px; /*width of sub menu levels*/
color: #333333;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #cccccc;
}

.treemenu ul li a:hover{
background-color: 666666;
color: white;
text-decoration:none;
border: 1px solid #999999;
}

.treemenu ul li a:visited{
background-color: 666666;
color: white;
}

/*Background image for top level menu list links */
.treemenu .mainfoldericon{
background: #666666;
}

/*Background image for subsequent level menu list links */
.treemenu .subfoldericon{
background: #cccccc url('images/icons/grey_arrow.gif') no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows tree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .treemenu ul li { float: left; height: 1%; }
* html .treemenu ul li a { height: 1%; }
html .treemenu ul li ul li { float: left;}
/* End */

</style>