
html, body {
	margin:0px;
	padding:0px;
	font-size:12px;
	background-color:#CAE9C7;
	font-family:Arial, Helvetica, sans-serif;
}

form {
	margin:0px;
	padding:0px;
}

.maintable {
	margin:auto;
	border:1px solid #008952;
}

#nav { background-image:url(images/nav.jpg); }

.nav { padding:0px 0px 0px 275px; }

.nav a {
	padding:8px 8px 7px 8px;
	display:block;
	float:left;
	text-decoration:none;
}

.nav a:hover, .nav a.on {
	background-color:#55B949;
	color:#FFF;
}

#leftcontent {
	background-image:url(images/leftcontent.jpg);
	color:#FFF;
}

#leftcontent div {
	background-image:url(images/leftcontenttop.jpg);
	background-repeat:no-repeat;
	padding:55px 30px;
	min-height:400px;
}

#leftcontent div h1, #leftcontent div h3 { color:#FFF; }

#leftcontent a{
	color:#FFF;
	}

#rightcontent { background-image:url(images/rightcontent.jpg); }

.normal {
	padding:0px 60px 30px 60px;
	line-height:1.6em;
}

ul, ol {
	margin:0px;
	padding:0px 0px 12px 24px;
}

ul li { list-style-image:url(images/yinyang.jpg); }

p {
	margin:0px;
	padding:0px 0px 12px 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px 0px 12px 0px;
	color:#008651;
}

h1 { font-size:130%; }

h2 { font-size:125%; }

h3 { font-size:120%; }

h4 { font-size:115%; }

h5 { font-size:110%; }

h6 { font-size:105%; }





/*This is the default link style for any links that you do not apply a class to. */
a:link { color: #008651; text-decoration: underline; font-size: 12px; font-weight: normal}
a:visited { color: #008651; text-decoration: underline; font-size: 12px; font-weight: normal}
a:hover { color: #53BA47; text-decoration: underline; font-size: 12px; font-weight: normal}
a:active { color: #008651; text-decoration: underline; font-size: 12px; font-weight: normal}

*Apply this class to the links at the side.*/
.sidenav { color: #008651; text-decoration: underline; font-size: 12px; font-weight: bold}
a.sidenav:link { color: #008651; text-decoration: underline; font-size: 12px; font-weight: bold}
a.sidenav:visited { color: #008651; text-decoration: underline; font-size: 12px; font-weight: bold}
a.sidenav:hover { color: #53BA47; text-decoration: underline; font-size: 12px; font-weight: bold}
a.sidenav:active { color: #008651; text-decoration: underline; font-size: 12px; font-weight: bold}

*Apply this class to the links at the bottom.*/
.bottomnav { color: #008651; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: normal}
a.bottomnav:link { color: #008651; text-decoration: none; font-family: Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: normal}
a.bottomnav:visited { color: #008651; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: normal}
a.bottomnav:hover { color: #53BA47; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal}
a.bottomnav:active { color: #008651; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal}

img { border:none; }

.logoworksLink {
	text-align:center;
	font-size:12px;
}

.picright {
	float:right;
	border:double 3px #060;
	margin:0px 0px 12px 24px;
}

.picleft {
	float:left;
	border:double 3px #060;
	margin:0px 24px 12px 0px;
}

dl {
	margin:0px;
	padding:0px;
}

dt {
	margin:0px;
	padding:6px 12px 12px 12px;
	font-style:italic;
	text-align:justify;
	border-left:1px solid #063;
	border-top:1px solid #063;
	border-right:1px solid #063;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	background-color:#F2FAF1;
}

dd {
	margin:0px 0px 12px 0px;
	padding:6px 12px 6px 12px;
	text-align:right;
	font-weight:bold;
	border-left:1px solid #063;
	border-bottom:1px solid #063;
	border-right:1px solid #063;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	background-color:#F2FAF1;
}

.leftright {
	width:200px;
	text-align:right;
	padding-bottom:12px;
}

.leftright span { float:left; }

#autoresponder{
	margin-top:250px;
	width:240px;
	}
	
.green{ color:#008953; }

.alttable td{
	height:30px;
	padding:3px 6px;
	
	}
	
.alttable .dkgreen{ background-color:#54BB48;	}
	
.alttable .ltgreen{ background-color:#CAE9C7; 	}	
