

body  { 
background-color: #221572; 
margin: 0px 0px 0px 0px }

BODY, TD { 
color: #000033;
font-family: georgia; 
font-weight: normal; 
font-size: 14px;  } 

.main  { 
background-color: #C1D7DE; 
margin: 0px 10px 0px 10px;
border-bottom: 2px solid #000033;
}

h1 { font-size: 28px; font-weight: normal; line-height: 34px;  }

.head1 { font-size: 20px; font-weight: normal; COLOR: #003333; }

.head2 { font-size: 18px; font-weight: normal; }

.head3 { font-size: 16px; font-weight: bold; COLOR: #006666; }

.head4 { font-family: arial; font-size: 14px; font-weight: bold; COLOR: #006666; }

a:link    { text-decoration: underline; font-weight: bold; color: #000066; }
a:visited { text-decoration: underline; font-weight: bold; color: #000066; }
a:hover   { text-decoration: underline; font-weight: bold; color: #000033; }

.header a:link    { font-family: georgia; text-decoration: none; font-weight: normal; color: #000066; }
.header a:visited { font-family: georgia; text-decoration: none; font-weight: normal; color: #000066; }
.header a:hover   { font-family: georgia; text-decoration: underline; font-weight: normal; color: #000033; }

.sub1 { font-family: arial; font-size: 10px; font-weight: bold; }

.submit { font-family: arial;  color:#F6F3E3; font-size: 12px; font-weight: bold; background-color:#7187AD; }

.box1 {
background-color: EEEEFF;
border: 1px solid #155063;
padding: 10px 10px 10px 10px;
text-align: center;
margin: 0px;
}




 /*  -------BEGIN PARENT------- */

.menu ul { 
margin: 0; 
padding: 0; 
list-style-type: none; 

}

.menu ul li { 
 position: relative; 
 display: inline; 
 float: left; 
 background-color: #155063; 
 font-weight: bold; 
 font-size: 12px; 
 font-family: verdana; 
 color: #FFFFEE; 
 }

 .menu ul li a { 
background-color: #155063; 
color: #FFFFEE; 
display: inline; 
padding-top:  4px;
padding-right:  9px;
padding-bottom:  4px;
padding-left:  9px;
border-left: 1px solid #C1D7DE;
text-decoration: none;
text-align: center;
 }
 
 /* -------BEGIN CHILD------- */
 
.menu ul li ul { 
margin: 0; 
left: 0; 
position: absolute;
display: block;
visibility: hidden; 
zindex: auto;
}

.menu ul li ul li { 
display: list-item; 
float: none; 
}

.menu ul li ul li a { 
background-color: #155063;
display: block;
text-align: left;
text-indent: 4px;
padding-top:  5px;
padding-right:  0px;
padding-bottom:  5px;
padding-left:  0px;
border-right: 1px solid #C1D7DE;
border-left: 1px solid #C1D7DE;
border-bottom: 1px solid #C1D7DE;
}

 /* -------END CHILD------- */

.menu ul li a:visited { 
color: #FFFFEE; 
text-decoration: none; 
}

.menu ul li a:hover {  
background-color: #76A2B0;
color: #000033;  
text-decoration: none; 
}

/*Background image for top level menu list links */
.menu .mainfoldericon{
background: #155063; }

.menu .subfoldericon{
background: #155063; }

* html p#iepara { /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/*  IE fix */
* html .menu ul li { float: left; height: 1%; }
* html .menu ul li a { height: 1%; }



 /*  -------BEGIN LIGHTBOX---------   */

#lightbox {
	
background-color:#155063;
font-family: arial;
color: #E9DDAF;
font-size: 14px;
font-weight: bold;
padding: 1px;
border-bottom: 1px solid #155063;
border-right: 10px solid #155063;
border-left: 10px solid #155063;
border-top: 10px solid #155063;}
	
#lightboxDetails { font-size: 0.8em; padding-top: 0.4em; }
	
#lightboxCaption { float: left; }

#keyboardMsg { float: right; }

#closeButton { top: 5px; right: 5px; }

#lightbox img { border: 10px; clear: both;} 

#overlay img { border: none;}

#overlay { background-image: url(overlay.png); }

* html #overlay {
background-color: #155063;
back\ground-color: transparent;
background-image: url(shim.gif);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale"); }

 /*  -------END LIGHTBOX---------   */
 
 a.nav:link, a.nav:visited {
 display: block;
 background-color: #155063;
 vertical-align: middle;
 font-family: arial; 
 font-size: 12px;
 font-weight: bold; 
 color: #FFFFEE;
 text-align: center;
 padding-top: 3px;
 padding-left: 0px;
 padding-right: 0px;
 padding-bottom: 3px;
 width: 100%;
 text-decoration: none;
 }
 
 a.nav:hover {
 background-color: #76A2B0;
 color: #000033;
 text-decoration: none;
}