body {
	background-color: #FF7F00;
	font:75% Trebuchet, Arial, Helvetica, sans-serif;
	margin: 25px;
}
/*
body {
	background-color: #FFF;
	font:75%/1.3em Trebuchet, Arial, Helvetica, sans-serif;
}
*/
table {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
}

p {
	line-height:1.3em;
	margin: 1em 0px;
	padding: 0em;
}
h1, h2, h3 {
	padding: 0px;
	margin: 0.5em 0px;
	font-family: Trebuchet, Helvetica, sans-serif;
	color:#007500;
}
h1 {
	font-size: 1.3em;
	color:#007500;
}
h2 {
	font-size: 1.2em;
	color:#007500;
}
h3 {
	font-size: 1.0em;
	color:#007500;
}
a { 
	color:#007500;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #00AA00;
}

ul
{
	position: relative;
	list-style-type: none;
	padding: 0 10px;
	margin: .5em 0 .5em 0;
}

li
{ 
	background-image: url('images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 2em;
}

input.txt, textarea {
	width: 250px;
	background-color: #FFF7D7;
	border: 1px solid #999;
}

/* ============== main page setup ================= */
#pagewrap {
padding: 0px;
width: 100%;
margin: 0px auto;
position:relative;
}
/* ============== Body Area ================= */
#bodywrap {
	background-color: #FFFFFF;
	margin: 0px;
	width: 100%;
}
#bodycontent {
	width: 90%;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0px 1px;
	position: relative;
	overflow: visible;
}
/* ============== menubar ================= */
#mnuwrap {
	width: 100%;
	clear:both;
}
/* ============== Footer ================= */
#footwrap {
	clear:both;
	height: 53px;
	width: 100%;
	color: #666666;
	padding-top: 25px;
}
#footwrap a {
	color: #999999;
	font-size: .95em;
}
/* ============== Left Box Orange Top ========== */
#bodyleftbox {
	float: left;
	width: 220px;
	margin-right:10px;
	background-color: #FFFFFF;
	background-image: url(images/boxbg.jpg);
	background-repeat: repeat-y;
	left: -15px;
	position: relative;
	clear: none;
}
.bodyleftboxtop {
	background-image: url(images/boxtop.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 220px;
	position: relative;
}

#boxmenu {
	width: 185px;
	padding: 0;
	margin: 0 0 0 18px;
	font-family: Trebuchet, Arial, Lucida, Geneva, Helvetica, sans-serif;
	color: #333;
	}
#boxmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
		}
#boxmenu li {
		border-bottom: 1px solid #000;
		margin: 0;
		padding: 0;
		}
#boxmenu li a {
		display: block;
		padding: 5px 5px 5px 5px;
		border-left: 10px solid #333;
		border-right: 10px solid #999;
		color: #fff;
		text-decoration: none;
		width: 155px;
		}
		
#boxmenu li a.on {
		border-right: 10px solid #0F0;
}		
#boxmenu li a:hover {
		border-left: 10px solid #6A3500;
		border-right: 10px solid #FFA74F;
		}		
#boxmenu li a.on:hover {
		border-right: 10px solid #0F0;
}				
		
/* ============== Left Box General Use ========== */
.bodyleftbox2 {
	float: left;
	width: 220px;
	margin-right:20px;
	left: -15px;
	position: relative;
	clear: none;
}
.bodyleftbox2 ul { 
	font-size:.95em;
}

/* ============== Ecoblast TV Box ========== */
#ecotv {
	width:360px;
	height:300px;
	background-image:url(images/ecoblast-tv.jpg);
	background-repeat: no-repeat;
	float:right
}
