* {padding: 0; margin: 0;}
/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html, body, h1, h2, h3, h4, p, table, ul, ol, li {padding: 0; margin: 0;}
/*scrollbars - ie only*/
html {
	scrollbar-face-color: #EEEBD7;
	scrollbar-shadow-color: #402D00;
	scrollbar-arrow-color: #0E5B1C;
	scrollbar-darkshadow-color: #402D00;
}
body {
	background-color:#F0ECE0;
	color:#402D00;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	font-size: 12px;
}
h1 {
	color: #0E5B1C;
	font-size: 14px;
	padding-bottom: 2px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0E5B1C;
	font-size: 21px;
	padding: 7px 0 7px 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0E5B1C;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
p {padding-bottom: 15px;}
img { border:0}
a:link, a:visited {color: #0E5B1C; text-decoration: underline;}
a:hover {text-decoration: none; color: #9AC0A4;}
a:active {text-decoration: underline; color: #0E5B1C;}
ul li {display: inline; list-style-type: none;}
ol li {display: block; list-style-type: decimal;}

#entireArea {
	width: 866px;
	height:100%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #FDFCFB;
	background-image: url(../images/shadow_both.gif);
	background-repeat: repeat-y;
}
* html #entireArea{
height:100%;
width:868px;/* box model hack for ie5.+*/
w\idth:866px;
}

#shadowLeft {
	background-image: url(../images/shadow_left.gif);
	background-repeat: repeat-y;
	width: 10px;
	float: left;
	height: 100% !important;
	/height:auto; /*ie only*/
}
#shadowRight {
	background-image: url(../images/shadow_right.gif);
	background-repeat: repeat-y;
	width: 10px;
	float: right;
	height: 100% !important;
	/height:auto; /*ie only*/
}
#mainArea {
	background-image: url(../images/bg_ivy.gif);
	background-repeat: no-repeat;
	width: 846px;
	float: left;
	text-align: left;
	background-color: #FEFDFB;
	padding-bottom:20px;
	margin-left:10px;
}
#header {
	padding-left: 28px;
	padding-top: 11px;
	padding-right: 28px;
	height: 129px;
}
#header img {float: left;}
#header p {
	text-align: right;
	font-weight: bold;
	line-height: 16px;
}
#topNav {
	height: 43px;
	text-align: center;
	clear: both;
	padding-bottom: 13px;
}
#topNav img {
	margin-right: 15px;
	margin-left: 15px;
	vertical-align: top;
}
#mainContent ul li {
	line-height: 18px;
	display: block;
	list-style-type: none;
}

#mainContent ul li em {
	font-weight:bold;
	color: #0E5B1C;
	font-style: normal;
	margin-right:7px;
}
#mainContent ul {padding-bottom: 15px;}
#leftContent {
	width: 400px;
	float: left;
	padding-left: 43px;
	padding-top: 14px;
}
#leftContent p {line-height: 16px;}
#rightContent {
	float: right;
	padding-right: 40px;
	padding-top: 14px;
	width:320px;
}
.module {
	background-color: #E8EDE4;
	border: 1px solid #006600;
	width: 301px;
	padding: 10px 12px;
}
.module ol li {
	margin-left:25px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.module table {
	background-color: #F5F8F3;
	margin-top:5px;
}
.module th {
	padding-right: 5px;
	padding-left: 7px;
}
.module td {
	padding-right: 5px;
	padding-left: 8px;
}
#leftContentHm {
	width: 297px;
	float: left;
	padding-left: 43px;
	padding-top: 14px;
}
#leftContentHm p{
	font-weight:bold;
	line-height: 16px;
}
#rightContentHm {
	float: right;
	padding-right: 54px;
}
#footer {
	text-align: center;
	background-color: #FDFCFB;
	background-image: url(../images/shadow_both.gif);
	background-repeat: repeat-y;
}
#footer ul {
	padding-bottom: 25px;
}
#footer li {
	font-size: 11px;
	font-weight: bold;
}
#footer p {
	font-size: 10px;
}
#footer a:link, #footer a:visited {color: #0E5B1C; text-decoration: none;}
#footer a:hover {text-decoration: underline; color: #9AC0A4;}
#footer a:active {text-decoration: none; color: #0E5B1C;}

/* FORMS */
#mainContent form {padding-left: 7px;}
select {font-size: 10px;}
fieldset {
	padding-left: 5px;
	border-top: 1px solid #C1C1C1;
	border-right: 1px solid #C1C1C1;
	border-left: 1px solid #C1C1C1;
	border-bottom-width: 0px;
}
legend {
	color: #0E5B1C;
	font-size: 14px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}

#middleContent {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FEFDFB;
	padding: 10px;
	border: 1px solid #9AC0A4;
}
.items th{
	font-family: Arial, Helvetica, sans-serif;
}
.items td, .items table, .items th{
	border: 1px solid #CCCCCC;
}
.items td, .items table, .items th{
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.products {
	margin: 10px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6EEE7;
	text-align: center;
}
.view {
	margin: 5px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6EEE7;
	text-align: center;
}
.brown a:link, .brown a:visited {
	color: #402D00;
}
.module li {
	margin-top: 5px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.border {
	border: 1px solid #384E36;
}
.botPad {
	padding-bottom: 10px;
}
.red {
	color: #993300;
	font-weight: bold;
}
#matBorder {border: 35px solid #FEFDFB;}
#matBorder2 {border: 1px solid #FEFDFB;}
#noborder {border: 3px solid #666666;}
.botMarg {margin-bottom: 10px;}

.button {
	color: #FFFFFF;
	background-color: #E8EDE4;
	padding: 5px;
	border: 1px solid #006600;
	text-decoration: none;
}
.button a: hover{ 
	background-color: #FFFFFF;
}.indent {
	padding-left: 19px;
}
.longUnderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336600;
	padding-right: 45px;
}

