 body {
	font-size: 12pt;
	margin-right: 20px;
	font-family: Gill Sans, sans-serif;
	max-width: 840px;
	min-width: 840px;
	width:840px;
	border: solid 2px black;
	border-right: solid 2px black;
}
body { 	
	width: expression((document.body.clientWidth < 839)? "840px" : (document.body.clientWidth > 841)? "840px" : "auto");
	max-width: 840px;
	min-width: 840px;
	}
	
p {
	text-align: left;
	margin-left: 30px;
}

   #page {background-image: url(images/greensperm.gif); border: 2px solid black}

   #logo {float: left; border-bottom: 1px solid black; border-right: 1px solid black}
   #logo img {height: 203px}
   #logo a {color: black; text-decoration: none}

   #linklist {background-color: black; color: white; font-size: 11pt; text-align: center; padding: 2px; border-bottom: 2px solid black}
   #linklist a {color: white; text-decoration: none}
   #linklist a:hover {color: #009933; text-decoration: underline}

   #title {color: white; font-size: 32pt; height: 200px; margin: 0 30px 0 220px}
   #title span {font-size: 44pt}
   #title p {font-size: 14pt; float: left}
   #title img {
	float: right;
	border: 2px solid #000000;
	height: 160px;
}
   #title img {height: 165px}
   #title a {color: white; text-decoration: underline}
   #title a:hover {color: black; text-decoration: underline}

   #content {
	background-color: white;
	clear: left;
	border: 2px solid black;
	padding: 10px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	min-height: 300px;
}
* html #content {height:300px;}
   #content a {color: #009933; text-decoration: none}
   #content a:hover {color: black; text-decoration: underline}
   
   #catagorymenu {text-align:center; margin: 0 30px 0 30px}
   
   #code {color:#009933; padding:5px; float:right; text-align:center; margin:10px 10px 10px 10px; border: 2px solid black; font-size:18px}

   #address {color: white; background-color: black; text-align: center; font-size: 11pt; padding: 5px; clear: both}
   #copy {color: white; text-align: right; font-size: 10pt; padding: 5px}
