/* HORIZONTAL FREESTYLE MENU LAYOUT */
		        
/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
	visibility: hidden;
	position: absolute;
	top: 2em;
	left: 0px;
	width: 185px;
	
	}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
	top: 0px;
	left: 187px;
	
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/

/* OK  - This is where nav button background color is set */
.menulist li {
	float: left;
	position: relative;
	background: #cdcbb2;
	margin-right: -1px;}


/* OK - This is where submenu nav button outlines etc are defined */
/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
	float: none;
	margin-right: 0;
	margin-bottom: -1px;
	border-left-color: #000040;
	border-left-width: 2px;
	border-left-style: solid;
	border-top-color: #000040;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #000040;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-color: #000040;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	}
.menulist ul>li:last-child {
	margin-bottom: 1px;
	
}

/* Links inside the menu */
.menulist a {
	display: block;
	padding: 4px;
	color: #000;
	font-size: 8pt;
	font-weight: bold;
	text-decoration:  none;
	text-align: left;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #FFF;
	background-color: #bdbdbd;}
/* tried #cdcbb2  */	

/* This is where the hovr color is defined for nav buttons */

.menulist  a.highlighted {
	color: #FFF;
	background-color: #bdbdbd;}
	
/* tried #cdcbb2   */	


/*  background color above used to be cc9900 */
/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */

/* Normal Links are defined below */

a:link {
	text-decoration: none;
	color: #000040;}

a:visited {
	text-decoration: none;
	color: #000040;}
	
a:hover {
	color: #0033FF;
	text-decoration: none;}

/* End of Normal Links definitions */

.floatimgleft {
	float:left;
	margin: 6px;}
	
/* OK -  This is where background hover color is defined */	
.bkgroundchange a:hover{
	color: #FFFFFF;
	background-color: #bdbdbd;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;}
	
.bkgroundchange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;}
	
	

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;}
	
	
.floatimgright {
	float:right;
	margin-right: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 6px;	
}

/*********** #sectionLinks styles ***********/
/* This is where nav button fonts are defined */

#sectionLinks {
	margin: 0px;
	padding: 3px 1px 3px 1px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 170px;
	
}
/* dont know what this is below here - tried #000040 with no effect */

#sectionLinks a {
	display: block;
	padding: 3px 1px 3px 1px;
	border-bottom-style: solid;
	border-bottom-color: #2A7FAA;	
	border-bottom-width: 1px;
	border-top-color: #2A7FAA;	
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #2A7FAA;	
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #2A7FAA;	
	border-left-style: solid;
	border-left-width: 1px;
	color: #FFFFFF;
	background-color: #2A7FAA;	
}


/* Color below used to be #FFFFFF */
#sectionLinks a:hover {
	background-color: #bdbdbd;
	color: #2A7FAA;
	display: block;}
/* used to be #beb8d4  */

/*********** .relatedLinks styles ***********/
.texthighlight {
	line-height: normal;
	font-size: 12px;

}

HR {
    height:3px;
    width:100%;
    background:#0000FF;
    margin: 0px 0px 0px 0px;

}
			
.toptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* This is where the body is defined */
body {background-color: #000040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 4px;
	margin-top: 0px;
	margin-right: 2px;
	}
	
/*************** Box Over Div *********************/
       
.dvhdr1 {
background:#F3F0E7;
font-family:arial;
font-size:12px;
font-weight:bold;
border:1px solid #C8BA92;
padding:5px;
width:150px;
}
         
.dvbdy1 {
background:#FFFFFF;
font-family:arial;
font-size:12px;
border-left:1px solid #C8BA92;
border-right:1px solid #C8BA92;
border-bottom:1px solid #C8BA92;
padding:5px;
width:150px;

}
/*************** These Div "wrap" *********************/


.linksblwhead a:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
padding: 4px;
color: #FFFFFF;

}

.linksblwhead a:hover {
text-decoration: underline;

		
}

.linksblwhead a:visited {
color: #FFFFFF;

}
.textonly {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
.text10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
.text {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
}
.js_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #081042;
}
.js_text a:link {
	color: #081042;
}
.js_text a:visited {
	color: #081042;
}
.floatimgright2 {
	float:right;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
}

h1    {font-family: "Trebuchet MS", verdana, Arial, Helvetica, Geneva, sans-serif;
                 font-size: 10pt; 
                 font-weight: normal;   
                 font-style: normal; 
                 text-align: left; 
                 color: black;
                 padding-top: 0px;
                 margin-top: 0px;
                 margin-bottom: 0px;
                 padding-bottom: 0px;}
                 
h1.header     {font-family: verdana, arial, sans-serif;
                 font-size: 8pt; 
                 font-weight: normal;   
                 font-style: normal; 
                 text-align: center; 
                 color: white;
                 padding-top: 0px;
                 margin-top: 0px;
                 margin-bottom: 0px;
                 padding-bottom: 0px;}    
                             
h2		{font-family: "Trebuchet MS", verdana, Arial, Helvetica, Geneva, sans-serif;
                 font-size: 10pt; 
                 font-weight: normal;   
                 font-style: normal; 
                 text-align: left; 
                 color: black;
                 padding-top: 0px;
                 padding-bottom: 0px;
                 margin-top: 0px;
                 margin-bottom: 6px;}
                 
h3              {font-family: verdana, arial, sans-serif;
                 font-size: 9pt; 
                 font-weight: normal;   
                 font-style: normal; 
                 text-align: left; 
                 color: black;
                 padding-bottom: 0px;
                 margin-top: 0px;
                 margin-bottom: 0px;}
                 
table           {margin-left: auto;
                 margin-right: auto;}    
                 
p  	 {font-family: "Trebuchet MS", verdana, Arial, Helvetica, Geneva, sans-serif;
                 font-size: 10pt; 
                 font-weight: normal;   
                 font-style: normal; 
                 text-align: left; 
                 color: black;}
                 
.news_header  {font-family: verdana, arial, sans-serif;
                 font-size: 11pt; 
                 font-weight: bold;   
                 font-style: italic; 
                 text-align: left; 
                 color: #000040;
                 padding-top: 0px;
                 margin-top: 0px;
                 margin-bottom: 4px;
                 padding-bottom: 2px;}
                 
.news_link  {font-family: arial, sans-serif;
                 font-size: 10pt; 
                 font-weight: normal;   
                 font-style: normal; 
                 text-align: left; 
                 color: #000040;
                 text-decoration: underline;}

.smallfooter    {font-family: arial, sans-serif; 
                 font-size: 9pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text-align: center; 
                 color: black;}

.small_links  {font-family: arial, sans-serif;
                 font-size: 7pt; 
                 font-weight: normal;   
                 font-style: normal; 
                 text-align: left; 
                 color: black;
                 text-decoration: underline;}
                 
.small-links  {font-family: arial, sans-serif;
                 font-size: 7pt; 
                 font-weight: normal;   
                 font-style: normal; 
                 text-align: left; 
                 color: black;
                 text-decoration: none;}
                 
.smallerfooter  {font-family: "Trebuchet MS", verdana, Arial, Helvetica, Geneva, sans-serif;
                 font-size: 7pt; 
                 font-weight: normal;   
                 font-style: normal; 
                 text-align: left; 
                 color: black;}

.smallerfooter2  {font-family: arial, sans-serif;
                 font-size:  7pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text-align: center; 
                 color: black;}
                 