html, body {
	margin:0;
	border:0;
	padding:0;
	color:#579516;
	font-family: Geneva, Tahoma, Verdana, sans-serif;
	font-size:12px;
	line-height:1.3;
	height:100%;
	background-image:url(images/bg-rpt.gif);
	background-repeat:repeat;
}

.shell {
	width:950px;
	margin:auto;
	background-color:#5a9615;
	min-height:100%;
	_height:100%;
	border-left:3px solid #333333;
	border-right:3px solid #333333;
}

.banner {
	height:229px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
}

.banner h1 {
	font-size:36px;
	padding:90px 0 0 20px;
}

.nav {
	height:86px;
	background-image:url(images/nav.jpg);
	background-repeat:no-repeat;
	background-color:#579516;
	color:#FFFFFF;
}

.navleft h1 {
	font-style:italic;
	font-weight:normal;
	font-size:28px;
	padding:0;
	line-height:1;
}

.navleft h2 {
	font-size:22px;
	padding:0;
	line-height:1;
}

.navleft {
	width:402px;
	float:left;
	padding:12px 0 0 28px;
}

.navright {
	width:480px;
	float:right;
	text-align:right;
}

.lcol {
	width:656px;
	margin-left:12px;
	background-image:url(images/lc-rpt.gif);
	background-repeat:repeat-y;
	float:left;
	height:100%;
}

.lcol-top {
	background-image:url(images/lc-top.gif);
	height:25px;
}

.lcol-content {
	padding:0 25px;
}

.lcol-divider {
	background-image:url(images/lc-divide.gif);
	height:21px;
}

/* simple dividing columns within lcol */
.topcol1 {width:132px; float:left;}
.topcol2 {width:175px; float:left;}
.topcol3 {width:299px; float:left;}

.seccol1 {width:179px; float:left;}
.seccol2 {width:145px; float:left;}
.seccol3 {width:150px; float:left;}
.seccol34 {width:282px; float:left;}
.seccol4 {width:132px; float:left;}
.seccol1 h1, .seccol2 h1, .seccol3 h1, .seccol4 h1, .seccol34 h1 {
	background-image:url(images/arrow.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:30px;
	font-size:16px;
	height:25px;
}
/* end simple dividing columns within lcol */

.rcol {
	width:254px;
	margin-right:18px;
	background-image:url(images/rc-rpt.gif);
	background-repeat:repeat-y;
	float:right;
}

.rcol-top {
	background-image:url(images/rc-top.gif);
	height:25px;
}

.rcol-main {
	padding:0 15px;
}

.rcol-hr {
	height:1px;
	border-bottom:1px solid #006600;
	padding-top:8px;
}

.rcol-btm {
	background-image:url(images/rc-btm.gif);
	height:14px;
}

.clear {clear:both;}

.footer {
	background-image:url(images/foot.jpg);
	background-repeat:no-repeat;
	height:55px;
}

.footertext {
	width:250px;
	padding:14px 18px 0 18px;
	float:right;
	text-align:center;
	color:#666666;
}

/************* TEXT STYLES ****************/
p, h1, h2, h3, h4, h5 {margin:0;}
p, h2, h3, h4, h5 {padding-top:8px;}
h1, h2, h3, h4, h5 { font-family:"Trebuchet MS", Arial, Helvetica, "Sans Serif"}
h1 {font-size:24px;}
h2 {font-size:20px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5 {font-size:12px; font-weight:normal;}
a{color:#584b0e;}
a:hover{text-decoration:none;}
li {
	padding:6px 0 0 0;
	margin-left:0;
}
ul {
	padding-left:10px;
	margin-left:10px;
	padding-bottom:5px;
	margin-top:0;
}
img {border:none;}
.darktext {color:#342626;}
.lighttext {color:#d2d2d2;}
.orangetext {color:#ff8800;}
.bigtext { font-size:16px;}
/*********** END TEXT STYLES **************/

/* FORMS */
input, textarea {
	border:1px dashed #669933;
	margin:3px;
}
.inputnormal {
	width:150px;
	height:22px;
	padding:0;
}
.textareanormal {
	width:150px;
	height:100px;
	padding:0;
}
/* END FORMS */