body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(go/o/bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-size: small;
}
* html body{
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

h1 {font-size:160%;	color:#04611A;margin-bottom:0px;}
h2 {font-size:130%;	color:#04611A;margin-bottom:0px;}
h2 {font-size:120%;	color:#04611A;margin-bottom:0px;}

a {
	color:#04611A;
}
.show-table{
	font-size: 80%;
	border: 1px solid #cccccc;
}

th{
	background-color:#66CC33;
	
}

div#outer {
	width:780px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	}
	
div#header {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

/* *************************************************************** */

div#thebody {
	background-image:url(go/o/bg-body-content.gif); /* bars for right hand side */
	background-repeat:repeat-y;
	height:100%;
	width:780px;
	margin-top:14px;

} 

div#thebodyleft {
	padding-top:20px;
	width:180px;
	text-align:center;
	float:left;
}

div#thebodycontent {
	float:left;
	padding-left:40px;
	padding-right:10px;
	width:440px;	 			
	}

div#thebodyright {
	padding-top:20px;
	float:right;
	width:100px;
	}
/* *************************************************************** */

#menu-graphic{
	background-image:url(go/o/menu.jpg);
	background-repeat:no-repeat;
	
	width:780px;
	height:179px;
} 
html>body #menu-graphic {
/*	margin-top:5px;  		 making it work in Modzilla - which screws up firefox */
	}
	
#menu { 
	width:186px; 
	background-color:#053C1D;
	float:left;
	font-size:106%;
}

#menu ul {
	width:187px; 
	text-align:right;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right:0px;
	list-style-type: none;
}

#menu li {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	
/*		
font-weight:bold;
letter-spacing:.5px; */
	line-height:122%;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#588E5A;
}

#menu a:link, #menu a:visited {
	color: #FFF;
	text-decoration: none;
	margin-right:16px;
}

#menu a:hover {
	text-decoration: underline;
}
/* *************************66CC33************************************** */
div#productmenu {
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #053C1D;
	height:18px;
	background-color:#053C1D;
	color:#ffffff;
}
div#productmenutwo {
	margin-top:14px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #053C1D;
	height:18px;
	background-color:#053C1D;
	color:#ffffff;
}
a:hover.productmenu, a:link.productmenu, a:visited.productmenu {color:#ffffff;}

div#product {
	border: 1px solid #053C1D;
	width: 140px;
	height:160px;
	text-align:center;
	margin-top: 10px;
	float:left;
	cursor:hand;
}

div#productspacer {
	float:left;
	padding-left:2px;
}


/* *************************************************************** */

div#news {
	margin-left:5px;
	text-align:left;
	border-bottom-width:1px;
	border-bottom-color:#666;
	border-bottom-style:dotted;
	margin-bottom:10px;
}
div#news h1 {
	font-size:105%;
	color:#04611A;
	margin-bottom:0px;
}
div#news p {
	font-size:90%;
	margin-top:2px;
	margin-bottom:5px;
}

/* *************************************************************** */

.spcr{clear:both;height:0;line-height:0;overflow:hidden;}

div#footer {

	margin-left: auto;
	margin-right: auto;
	width:780px; 
	font-size:80%;
	
	border-top-width:1px;
	border-top-color:#666;
	border-top-style:dotted;	
	
}
div#footertext {
/*	margin-left: 200px; */
	text-align:left;/**/
	color:#999999; 
}

.devWarning{
	color:#FF0000;
	font-weight:bold;
	}