body{
  font-family: Arial,sans-serif;
  font-size: 90%;  
  color: #333333;
  line-height: 1.166; 
  margin: 0px;
  padding: 0px;
}


.link{
  color: #006699;
  text-decoration: none;
}

.link:link{
  color: #006699;
  text-decoration: none;
}

.link:visited{
  color: #006699;
  text-decoration: none;
}

.link:hover{
  color: #006699;
  text-decoration: underline;
}

.linkButton {
	box-shadow: 0px 10px 14px -7px #276873;
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	background-color:#599bb3;	
	border-color:#599bb3;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:5px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.linkButton:hover {
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	background-color:#408c99;
}
.linkButton:active {
	position:relative;
	top:1px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 200%;
 color: #334d55;
 margin: 0px;
 padding: 0px;

}

h2{
 font-family: Arial,sans-serif;
 font-size: 175%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 150%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

#header{
  padding: 10px;
  border-bottom: 1px solid #E2EAEF;
  height: 150px;
  width: 100%;
/*  
  background-image: url('images/banner1.jpg'); 
  background-repeat: no-repeat;
  background-position: top right;
*/  
}

#content{
	clear:both;
}

#nav {
  padding: 5px;
  border-bottom: 1px solid #E2EAEF;
  border-top: 1px solid #E2EAEF;
  border-right: 1px solid #E2EAEF;
  background-color: #FFE3AA;
  float: left;
  width: 15%;
  min-height: 275px;
  min-width: 235px;
  }

#main {
  padding: 10px;
  border-top: 1px solid #E2EAEF;
  float: left;
  width: 45%;
  }

#news {
  padding: 5px;
  border-top: 1px solid #E2EAEF;
  border-left: 1px solid #E2EAEF;
  background-color: #FFE3AA;
  float: right;
  width: 25%;
  min-height: 275px;
  overflow-y: scroll; 
  height: 600px;
  }

#footer {
  clear: both;
  text-align: center;
  padding: 7px;
  border-bottom: 1px solid #E2EAEF;
  border-top: 1px solid #E2EAEF;
  background-color: #f3f6f8;
  width: 100%;

  }