BODY {

	margin-left: 0pt;

	margin-right: 0pt;

	margin-top: 0pt;

	margin-bottom: 0pt;

	color: black;

	font-family: Verdana, Arial CE, Arial, Helvetica, sans-serif;

	font-size: 10pt;

	background: #EDEB94;

}



A:link { color: #CC3300 }

A:visited { color: #CC3300 }

A:active { color: #CC3300 }





H1, H2, H3, H4, H5, H6, TD {

    font-family: Arial CE, Arial, Helvetica, sans-serif;

    }

    

H1 {

    font-size: 30pt;

    

    }    

    

H2 {

    font-size: 18pt;

    }    



H3 {

    font-size: 16pt;

    }    

H5 {

    font-size: 10pt;

    }    



TD {

    font-size: 10pt;

    color: black;

    }    





.menu {

z-index:1000;

	font-size: 10px;

margin:25px 0 50px 15px; /* this page only */

}



/* remove all the bullets, borders and padding from the default list styling */

.menu ul {

padding:0;

font-size: 10px;

margin:0;

list-style-type:none;

width:170px;

}

/* hack for IE5.5 */

* html .menu ul {margin-left:-16px; margin-left:0;}

/* position relative so that you can position the sub levels */

.menu li {

position:relative;

background:#0E8A44;

height:26px;

font-size: 12px;

}



/* get rid of the table */

.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:10px;}

.menu td {

	font-size: 10px;

}

/* style the links */

.menu a, .menu a:visited {

border-left:0px solid #fff; border-right:1px solid #fff; border-top:0px solid #fff; border-bottom:1px solid #fff; display:block; 

text-decoration:none;

height:25px;

line-height:25px;

width:169px;

color:#FFFFCC;

text-indent:5px;



}

/* hack for IE5.5 */

* html .menu a, * html .menu a:visited {

	background: #087BBE;

	width: 170px;

	w\idth: 169px;

	color: #FFFACD;

}

/* style the link hover */

* html .menu a:hover {color:#fff; background:#949e7c;}



.menu :hover > a {

color:#fff; 

background:#949e7c;

}



/* hide the sub levels and give them a positon absolute so that they take up no room */

.menu ul ul {

visibility:hidden;

position:absolute;

top:0;

left:170px; 

}

/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul,

.menu ul a:hover ul {

visibility:visible;

}



/* keep the third level hidden when you hover on first level list OR link */

.menu ul :hover ul ul{

visibility:hidden;

}

/* keep the fourth level hidden when you hover on second level list OR link */

.menu ul :hover ul :hover ul ul{

visibility:hidden;

}

/* make the third level visible when you hover over second level list OR link */

.menu ul :hover ul :hover ul{ 

visibility:visible;

}

/* make the fourth level visible when you hover over third level list OR link */

.menu ul :hover ul :hover ul :hover ul { 

visibility:visible;

}
