body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	color: #555555;
	background-color: #fffff3;
     text-align: left;
     min-width: 740px;
     padding: 0;
     margin: 0;
 }

ul {  
    font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a {
	color: #000000;
	text-decoration: underline;
}

link {
	color: #000000;
}

h2 {
	color: #005500;
}

h3 {
	color: #005500;
}

.content{
	background-color: #999999;
	margin: 1px;
	padding: 1px;
	width: 740px;
	height: 660px;

}
#navbox {
	background-color: #CCCCCC;
	padding: 5px;
	width: 122px;
	clear: none;
	margin-top: 0px;
	position: absolute;
	top: 21px;
	left: 20px;
	height: 660px;

}

.mainbox {
	background-color: #DDDDDD;
	margin: 1px;
	padding: 5px;
	width: 480px;
	position: absolute;
	left: 141px;
	top: 20px;
	height: 600px;




}
.rightbox {
	background-color: #CCCCCC;
	margin: 1px;
	padding: 5px;
	width: 111px;
	position: absolute;
	left: 621px;
	top: 20px;
	height: 660px;





}
#footbox {
	position: absolute;
	float: left;
	background-color: #CCCCCC;
	margin: 1px;
	padding: 5px;
	width: 734px;
	left: 21px;
	top:660;
	height: auto;
	font-size: small;






}

.lbg {
	color: #000000;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #003300;
	background-color: #CCFFFF;
}




p {
	font-family: Arial, Helvetica, sans-serif;
}

.lighttext {
	color: #E8E8E8;
}

.small {
	font-size: 70%;
}
.nav {
	font-size: .8em;
	
}
.whitebgtext {
	color: #000000;
	font-size: .8em;
}

a:hover 
{ 
  background-color: #999999
}

.current
{ 
  color: #CCFFCC;
  background-color: #111111
}
