body  {
	color: black;	
	font-family: Arial, Verdana, sans-serif; 
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #E4E4D6;
	}

H1	{
	padding-top: 10px;
	font-family: Arial, Verdana, sans-serif; 
	color: green;
	font-weight: bold;
	font-size: 22px
	}
	
#pagenav	{
	text-align: center;
	border: 2px solid green;
	background-color: white;
	line-height: 25px;
	width: 100%;
	}
	
#pagenav ul	{	
	display: inline;	
	text-align: center;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	}
	
#pagenav ul li	{	
	display: inline;	
	list-style: none;
	border-left: 1px solid black;
	margin: 0px;
	}

#pagenav ul li a 	{
	font-size: 14px;
	text-align: center;
	list-style: none;	
	display: inline;
	color: green;
	font-weight: bold;
   	text-decoration: none;
   	padding: 0px 3px 0px 3px;
	margin-right: 5px;
	margin-left: 5px;
	}

#pagenav ul li a:hover 	{
	display: inline;
	color: white;
	background-color: green;
	font-weight: bold;
   	text-decoration: none;
   	padding: 0px 3px 0px 3px;	
	margin-right: 5px;
	margin-left: 5px;
	}

#pagenav ul li.last	{
	margin-left: 0;
	border-right: 1px solid black;
	border-left: 1px solid black;
	list-style: none;
	display: inline;
	}

html>body ul.pagenav a {
	width: auto
	}
	
#center	{
	width: 450px;
	font-size: 15px;
	line-height: 22px;
	background-color: white;
	padding: 0px 20px 20px 20px;
	}

#left	{
	background-color: transparent;
	text-align: center;	
	}

#right	{
	background-color: transparent;
	text-align: center;	
	}
	
#lgfont	{
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 40px;
	color: white;
	background-color: #1A240F;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: right;
	height: 100%;
	}
	
.imgborder	{
	border: 3px solid #1A240F;
	margin-top: 15px;
	}
	
#footer	{
	text-align: center;
	font-size: 10px;
	color: green;
	background-color: transparent;
	}

.nectar	{
	font-size: 11px
	}
	
.bottom	{
	background-color: white;
	}
	
.toprtbox	{
	font-size: 10px;
	text-align: center;
	background-color: #1A240F;
	color: white;
	top: 25px;
	left: 5px;
	width: 125px;
	border: 1px solid black;
	display: block;
	margin-left: 8px;
	}