body {
  font-family: Arial, sans serif;
  font-size: 14px;  
  color: #0000FF;
}

#text {
  font-family: Arial, sans serif;
  font-size: 12px;  
  color: #000000;
  padding: 10px;
}


#headernav {
  background: #fff;
  position: absolute;
  top: 0px;
  left: 25px;
  width: 730px;
  height: 20px;
 }

#header {
  background: #000000;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 760px;
  height: 220px;
}

#headerlogo {
  background: #fff;
  position: absolute;
  top: 30px;
  left: 20px;
  width: 370px;
  height: 60px;
}


#header1 {
  background: #fff;
  position: absolute;
  top: 30px;
  left: 400px;
  width: 180px;
  height: 60px;
}

#header2 {
  background: #fff;
  position: absolute;
  top: 30px;
  left: 590px;
  width: 170px;
  height: 170px;
}

#header3 {
  background: #fff;
  position: absolute;
  top: 100px;
  left: 20px;
  width: 140px;
  height: 100px;
}

#header4 {
  background: #fff;
  position: absolute;
  top: 100px;
  left: 170px;
  width: 300px;
  height: 100px;
}

#header5 {
  background: #fff;
  position: absolute;
  top: 100px;
  left: 480px;
  width: 100px;
  height: 100px;
}

#leftcol {
  background: #fff;
  position: absolute;
  padding: 10px;
  border-top: thin solid #e5e5e5;
  border-left: thin solid #e5e5e5;
  top: 210px;
  left: 20px;
  width: 200px;  
}


#rightcol {
  background: #fff;
  position: absolute;
  padding: 10px;
  border-top: thin solid #e5e5e5;
  border-left: thin solid #e5e5e5;
  top: 210px;
  left: 240px;
  width: 500px;  
}

#footer {
  background: #fff;
  position: absolute;
  top: 635px;
  left: 25px;
  width: 730px;
  height: 30px;
  font-size: 12px;
}


a {
	font-weight: bold;
	color: #333333;
	text-decoration:none;
}

a:visited {
	color: #999999;
	text-decoration:none;
}


a:hover {
	color:#0000FF;
	text-decoration: underline;	
}


a:active {
	background: #FFFFCC;	
}


a.bluelink {
	color: #0000FF;
	font-weight: normal;
	text-decoration:undeline;
}

a.bluelink:visited {
	color: #999999;
	
}


a.bluelink:hover {
	color:#0000FF;
	text-decoration: none;	
}


a.bluelink:active {
	background: #FFFFCC;	
}


ul { 
   margin-top: 2; margin-bottom: 10; 
}

li {	
	color: #000000;
	font-size: 12px;
}