body { 
background-color : #ecf9ff;
  font-size:100%;
  color: #000000;
  font-family: Verdana,Arial, Helvetica, sans-serif ;
 }
img {border:0} 
 a {  
    text-decoration:none;
	color: #43aad7;
	font-weight:bold
  }
  a:hover {
	text-decoration: underline;
	color:black;
}

.subhead a {
	text-decoration: underline;

}
#pagebackground {
	margin-left:auto;
	margin-right:auto;
	width:850px;

}

#mainpage { 
   width:850px;
   position:relative;

	}
p.subhead{

	font-size:100%;
		font-weight : bold;
	color: #43aad7;
  margin:0px 0px 0px 0px ;
  padding:0px 0px 0px ;
 }
 
 p {
 margin-top:0;
 }
 
 
 #header {
	background-image : url("image/header.jpg");
	background-repeat : no-repeat;
	position:absolute;
	top:0;
	width:850px;
	height: 300px;

}

#nav {
	width:150px;
	position: absolute;
	top:200px;
/*	left:20px;   */
float:left;
padding-left:20px;
	 font-size:80%;
}

#pagecontent{
	width:580px;
	position:relative;
	top:170px;
	float: right;
	padding-right:20px;
	font-size:80%;
	line-height : 140%;
}

 

#nav   ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}	
#nav li{ 
	padding-bottom:0.25em;
 }
#nav li a {
	text-decoration: none;
	font-weight: normal;
	color:black;
	voice-family: "\"
}\""; 
  	voice-family: inherit;

	}	
	
#nav li a:link, #navmenu li a:visited {
	display: block;
	}
	
#nav li a:hover {
	text-decoration : underline;
	color:#43aad7;
}
  
#nav li a:active  {
  color:black;

}
#nav li.head  {
	padding-top:.5em;
  font-weight:bold;
  font-size:110%;

}  
h1 {
	font-size:130%;
	font-weight : bold;
	text-align : center;
}



.floatright
{
float: right;
margin: 10px;
border: 1px solid #43aad7;
padding: 2px;
}


.floatleft
{
float: left;
margin: 10px;
border: 1px solid #43aad7;
padding: 2px;
}