BODY {
 margin: 0pt;
 background: #B4B4CC;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 }
#wrap {
	width: 100%;
	border: 1px solid #015915;
	} 
p, table, ul, ol, div {
 font-size: 11px;
 color: #000;
 } 
p {
 padding: 0; 
 }
h1 {
	margin-top:4px;
	margin-bottom:4px;
	padding:4px;
	color: #000;
	font-size: 16px;
	border-top: 1px solid #015915; 
	border-bottom: 1px solid #015915; 
	line-height:24px;
	}
h2 {
	margin-top:4px;
	margin-bottom:4px;
	color: #015915;
	font-size: 12px;
	}
a:link {
 font-weight: bold;
 color: #000;
 text-decoration: none;
}
a:visited {
 color: #343;
 font-weight: bold;
 text-decoration: none;
}
a:hover {
 font-weight: bold;
 text-decoration: underline;
 color: #FF9933;
}


 
/*            NAV
====================================*/ 
.topnav {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: .8em;
 padding-left:13px;
 }
.topnav a:link, .topnav a:visited {
	color: #fff;
	} 
.topnav a:hover{
	color: #FFCC66;
	text-decoration: none;
	}	
#headspan {
 background:url(images/header2.jpg) left top repeat-x;
 width:100%;
 }
#nav {
  background: url(images/nav_bg.jpg) top left repeat-x;
  width: 20%;
  border-right: 1px solid #015915; 
  }
#nav h2 a { 
	color: #015915;
}
#nav ul {
  margin: 0px; padding: 10px;
  list-style-type: none;
  }
#nav li { 
  margin: 0px; padding: 2px 0px;
  border-bottom: 1px dashed #C4EABF;
  display: block;
   }
#nav li a:link, #nav li a:visited {
  background: url(images/icon_over.gif) no-repeat top left;
  color: #343;
  font-size: .85em;
  text-decoration: none;
  padding-left: 14px;
  display: block;
  font-weight: normal;
  }
#nav li a:hover {
  background: url(images/icon.gif) no-repeat top left;
  color: #000; 
  padding-left: 14px;
  display: block;
  } 
/*            CONTENT
====================================*/   
#content {
 width: 80%;
 padding: 5px 15px 5px 15px;
  }  
#main {
	}
#button {
	DISPLAY: inline;
	}
#button a{
	border: 1px solid #015915; 
	background: #ccc;
	padding:6px;
	width:120px;
	text-align:center;
		}
#button a:link, #button a:visited {
	color: #015915; 
	font-weight: bold;
	line-height: 18px;
	display:block;
	}		
#button a:hover {
	background: #333;
	color: #FF9933;
	font-weight: bold;
	line-height: 18px;
	display:block;
	text-decoration: none;
	}			
#product td{
	background: #efefef;
	}		
#product img{
		margin-right:5px;
		padding: 5px 5px 15px 5px;
		border: 1px solid #ccc;
		background: #fff;
		Float: Left;
		}
#product1 td{
	background: #efefef;
	text-align:center;
	padding:4px;
	}		
#product1 img{
		margin:5px;
		padding: 5px 5px 15px 5px;
		border: 1px solid #ccc;
		background: #fff;
		}		
		
#directory td{
	border-bottom: 1px dashed #C4EABF;
	}		
.fleft {
	float: left;
	padding-right: 6px;
	}		
.fright {
	float: right;
	padding-left: 6px;
	}
#footer td{
 border-top: 1px solid #015915;
 padding: 10px 0 8px 0;
  }
#footer, #footer p{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 text-align:center;
 font-weight: bold;
 color: #000;
}
#footer a:link {
 font-weight: bold;
 color: #000;
 text-decoration: underline;
}