body {
	font-size: .8em;
	margin: 5px 4px 5px 118px;
	padding: 3px;
	font-family: "Bitstream Vera Sans","Helvetica", sans-serif; 
	background: #FFFFFF;
	border: 1px #002282 solid;
	text-align: justify;
}
#nav {
   font-size: .7em;
	position: fixed !important;
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 3px;
	border: 1px #002282 solid;
	background: #95D7FF; 
	padding: 0px;
}
#nav a {
	display: block;
	width: 105px;
	font-weight: bold;
	padding: 2px;
	border-bottom: 0px solid;
}
p {
	margin-top: 0px;
	padding: 0 4px;
}
h1 {
	color: #002282;
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px;
	margin-top: 0px;
	margin-bottom: 9px;
	border-bottom: 2px solid #002282;
	font-family: "Bitstream Vera Sans","Helvetica", sans-serif; 
	text-align: right;
}
h2 {
	color: #002282;
	background: #D0EDFF;
	margin-top: -9px;
	margin-bottom: 9px;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px;
	font-family: "Bitstream Vera Sans","Helvetica", sans-serif; 
}
a:link {
	text-decoration: none; 	
	color: navy;
	border-bottom: 1px solid #ffffff;
}
a:visited { 
   text-decoration: none;    
   color: navy; 
   border-bottom: 1px solid #FFFFFF; 
}
a:hover { 
   text-decoration: none; 
   color: #00008B; 
   border-bottom: 1px solid #0FB300;
}
#nav a:visited {
   text-decoration: none; 
   color: #4040FF; 
   border-bottom: 0px solid;
}
#nav a:hover {
	background: #C8ECFF;
   text-decoration: none; 
   color: #F60909; 
   border-bottom: 0px solid;
}

img {
	border: none;
	border-bottom: 0px solid;
}
img:hover {
	border: none;
	border-bottom: 0px solid;
}
