body {
font-family: Verdana,Arial;
font-size:1.0em;
background-color:#E7FFFF;
margin:0px;

}





div.nav {width:99.9%;padding-left:0px;background-color: #c0c0c0;border: solid 0 	px black;margin-left: auto; margin-right: auto;margin-top:0px;}
div.nav ul   {margin-left:auto;margin-right:auto;border: 0px;	width:85%;	background-color:#c0c0c0;color:white;margin-top:0px;margin-bottom:0px;}

div.nav ul li  {list-style-type:none;text-align: center; display: inline-block;height:3.0em;border: solid 1px yellow; border-radius:8px; 


	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	zoom:1; 
		
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=50);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.5;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.5;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.5;




}

div.nav ul li a {
  
    color: white;
    background-color: black;
    font-weight: bold;
    height: 3.0em;
  	 padding-top: 5px;
  	 padding-left: 3px;
  	 padding-bottom: 3px;
display: block;
    
    width:6em;
    float:left;
    margin-top:2px;
    
    
}

div.page {min-width:60%; width:80%; margin-left: auto;margin-right:auto;text-align: center;padding:0px; background-color: white;margin-top:0px;position:relative;}



/*
Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!
Note: a:active MUST come after a:hover in the CSS definition in order to be effective!!
*/
a:link {color:#4444aa; text-decoration:none;}
a:visited {color:#3333aa; text-decoration:none;}
a:hover  {color:red; text-decoration:none;}
a:active {color:#5555aa; text-decoration:none;}


	}
.heading {
	font-family: Verdana,Arial;
	font-size: 1.2em;
	font-weight: bolder;
	color: #000000;
	letter-spacing: 0.2em;
}

.normal {
	font-family: Verdana,Arial;
	font-size: 1.0em;
	color: #000000;
}

.link {
	font-family: Verdana,Arial;
	font-size: 1.0em;
	font-weight: bolder;
}



.style4 {
	color: #FFFFFF;
	font-weight: bold;
}
.style5 {
	color: #003333;
	font-weight: bold;
	}
	

h1.banner {text-align: center;}
.smalltext {font-size:0.85em;}

em, li {
font-size:0.9em; 
font-family: Verdana,Arial;
}	

#footer {text-align: center;}
