.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 175px; /*WIDTH OF MAIN MENU ITEMS*/
border: 0px;
}

.glossymenu li{
position: relative;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
/*position: absolute;*/ 
width: 175px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
filter:alpha(opacity=100);
-moz-opacity:1;
}

.glossymenu li a{
background: white url(/templates/images/nwhs-menu-bg.jpg) no-repeat bottom left;
font: bold 12px Verdana, Helvetica, sans-serif;
color: #00376D;
display: block;
width: auto;
padding: 5px 0;
padding-left: 30px;
text-decoration: none;
}

.glossymenu li ul li a{
background: white url(/templates/images/nwhs-arrow-black.jpg) no-repeat center left;
font: bold 10px Verdana, Helvetica, sans-serif;
color:#7CB3EF;
display: block;
width: auto;
padding: 2px 0;
padding-left: 35px;
text-decoration: none;
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(/templates/images/arrow.gif) no-repeat center right;
}

/*.glossymenu li a:visited, .glossymenu li a:active{
color: #00376D;
}*/

.glossymenu li a:hover{
background-image: url(/templates/images/nwhs-menu-bg-mouseover.jpg);
}

.glossymenu li ul li a:hover{ /* sub menu hover*/
background: white url(/templates/images/nwhs-arrow-black.jpg) no-repeat center left;
color: #00376D;
}
/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */

body
{
	font-family: verdana;
	font-weight:normal;
	color:#333333;
	font-size:90%;
	text-align:left;
}

.heading_1_main
{
	font-family: verdana;
	font-weight:bold;
	color:#198AC5;
	font-size:150%;
	text-align:left;
}
.heading_1_sub
{
	font-family: verdana;
	font-weight:bold;
	color:#12618B;
	font-size:130%;
	text-align:left;
}
.heading_mission
{
	font-family: verdana;
	font-weight:bold;
	color:#003566;
	font-size:140%;
}

.heading_level2
{
	font-family: verdana;
	font-weight:bold;
	color:#12618B;
	font-size:130%;
	text-align:left;
	padding:5px 5px 0px 0px;
}
.heading_level3
{
	font-family: verdana;
	font-weight:bold;
	color:#12618B;
	font-size:100%;
	text-align:left;
	padding:2px 2px 0px 0px;
}
.mission_text
{
	font-family: verdana;
	font-weight:normal;
	color:#198AC5;
	font-size:120%;
}
.heading_values
{
	font-family: verdana;
	font-weight:bold;
	TEXT-DECORATION:UNDERLINE;
	color:#003566;
	font-size:120%;
}
.values_text
{
	font-family: verdana;
	font-weight:normal;
	color:#333333;
	font-size:80%;
}
.para
{
	font-family: verdana;
	font-weight:normal;
	color:#333333;
	font-size:90%;
	text-align:left;
}

ul li
{
	font-family: verdana;
	font-weight:normal;
	color:#333333;
	font-size:90%;
	text-align:left;
}

#footer
{
	font-family: verdana;
	font-weight:normal;
	color:#ffffff;
	font-size:90%;
	text-align:center;	
}

#footer a 
{
	font-family: verdana;
	font-weight:normal;
	color:#ffffff;
	font-size:90%;	
}

.footer-text
{
	font-family: verdana;
	font-weight:normal;
	color:#666666;
	font-size:70%;	
	text-align:center;
}

a{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0099FF;
}

a:hover{
	text-decoration:blink;
}

.ctable{
}

.ctable table{

}

.ctable th{
background:#00376D;
color:#BAD3FC;
font-size:12px;
border:1px inset #999999;
padding:5px;
}

.ctable td{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background:#DBE8FD;
border:1px inset #333333;
padding:2px;
}
