/* GENERAL STYLES */
HTML {font-family: Verdana, Arial, Sans-serif; font-size:11px; line-height:14px; color: #000000;}

<!--
a:link {color:#000000; text-decoration: underline;}
a:visited {color:#000000; text-decoration: underline; }
a:hover {color:#000000; text-decoration: none;}
-->
.nav {font-family: Arial, Verdana, Sans-serif; font-size: 11px; color: #FFFFFF; line-height:12px;}
a.nav:link {color:#FFFFFF; text-decoration: none; font-weight:bold;}
a.nav:visited {color:#FFFFFF; text-decoration: none; font-weight:bold;}
a.nav:hover {color:#96B2D1; text-decoration: none; font-weight:bold;}

.pageheader {font-family: Verdana, Arial, Sans-serif; font-size: 18px; color: #085C9C; line-height:18px; font-weight:bold;}

.subnavselection {font-family: Verdana, Arial, Sans-serif; font-size: 11px; text-decoration: none; color: #FF9933; line-height:12px; font-weight:bold;}
.subnav {font-family: Arial, Verdana, Sans-serif; font-size: 11px; color: #035386; line-height:12px;}

a.subnav:link {color:#035386; text-decoration: none; font-weight:normal;}
a.subnav:visited {color:#035386; text-decoration: none; font-weight:normal;}
a.subnav:hover {color:#6C8DB2; text-decoration: none; font-weight:normal;}

.footer {font-family: Arial, Verdana, Sans-serif; font-size: 11px; color: #FFFFFF; line-height:13px; font-weight:bold;}
a.footer:link {color:#FFFFFF; text-decoration: none;}
a.footer:visited {color:#FFFFFF; text-decoration: none;}
a.footer:hover {color:#96B2D1; text-decoration: none;}


/* TOP NAVIGATION */

div#topnav {width:800px; background:#4B7EB7; height:30px}

DIV#topnav UL 

{

       float:left; 

       clear:left; 

       list-style:none; 

       margin:0px; 

       padding: 4px 10px 0px 0px;

       background:transparent;

       font-size: 11px; font-weight:bold; font-family: arial, verdana, sans-serif;

}

DIV#topnav UL LI 

{

       float:left; 

       position:relative; 

       margin:0px; 

       padding: 0px 10px 0px 10px;

}

/* Child menu items panel */

DIV#topnav UL LI UL 

{

       display:none; 

       position:absolute; 

       top:1.5em; 

       left:0px;

       padding: 0px 0px 0px 0px;

       background-color: #CCDCE8;//3e5c92

       font:normal 11px Arial;

       line-height:10px;

       text-align: left;

       z-index:100;

}

 

DIV#topnav UL LI:hover UL, DIV#topnav UL LI.over UL 

{
       display:block;

}

DIV#topnav UL UL LI 

{

       //width: 150px;

       clear:left;

	border:1px solid white;

	padding:0px;

	background-color: #CCDCE8;

}



DIV#topnav UL LI A 

{  

       color: #ffffff; 

       text-decoration: none; 

       float: left;
       
       padding-bottom:4px;

}



DIV#topnav UL LI A:hover 

{

       color: #ffffff;/*95a6bb*/

}


DIV#topnav UL UL LI A
{
       color: #00508D;/*ffffff*/
       padding:5px;
       width:140px;
}

DIV#topnav UL UL LI A:hover
{

       color: #CCDCE8;/*95a6bb*/
       background-color: #00508D;

}
TABLE
{
       font-family: Verdana, Arial, Sans-serif;
       font-size:11px; 
       line-height:14px; 
       color: #000000;
}

/* EDITOR PROPERTIES */
.pagetitle {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #085C9C;	

}

.paragraph {
font-family: Verdana, Arial, Sans-serif; font-size:11px; line-height:14px; color: #000000;
}

