
body{
	margin:0;
	background-color:#4a7302;
	font-family:Arial, sans-serif;
	font-size:14px;
	
}

/* Main Navigation */

a:link{
	color:#4a7302;
	text-decoration:underline;
}
a:visited{
	color:#4A7302;
	text-decoration:underline;
}
a:hover{
	color:#CCCCCC;
	text-decoration:underline;
}
a:active{
	color:#4A7302;
	text-decoration:underline;
}

/* Main Navigation Links */

.mainNav a:link{
	color:#FFFFFF;
	text-decoration:none;
}
.mainNav a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.mainNav a:hover{
	color:#91AC1E;
	text-decoration:none;
}
.mainNav a:active{
	color:#FFFFFF;
	text-decoration:none;
}

/* Main Navigation Links */

.secondaryNav a:link{
	color:#FFFFCC;
	text-decoration:none;
}
.secondaryNav a:visited{
	color:#FFFFCC;
	text-decoration:none;
}
.secondaryNav a:hover{
	color:#FFCC00;
	text-decoration:none;
}
.secondaryNav a:active{
	color:#FFFFCC;
	text-decoration:none;
}

/* Footer Navigation */

.lnk_navbtm{
	color:#1D7ECD;
	text-align:center;
	padding-top:5px;
}
.lnk_navbtm a:link{
	color:#FFFFFF;
	text-decoration:none;
	padding:2px;
}
.lnk_navbtm a:visited{
	color:#FFFF00;
	text-decoration:none;
	padding:2px;
}
.lnk_navbtm a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#668B21;
	padding:2px;
}
.lnk_navbtm a:active{
	color:#FFFFFF;
	text-decoration:none;
	padding:2px;
}

/* Headers (H1, H2, H3, H4) */

h1{
	color:#667E1C;
	font-weight:bold;
	font-size:18px;
	margin:0;
	padding:0;
	font-style:italic;
}
h2{
	color:#668B21;
	font-weight:bold;
	font-size:16px;
	margin:0;
	padding:0;
}
h3{
	color:#AABC6B;
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding:0;
}

/* Horizontal Line, Bullets, and Images */

HR{
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
}
img{ 
	border-color : #005D41;
	border:0; 
}
ul{
	list-style-type: none;
	padding-left: 20px;
	margin: 0;
}
li{ 
	color: #d20a11;
	/* list-style-type: circle; */
	padding-left:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px
}

/* Forms */

.frm_input{
	width:250px;
	height:22px;
	padding:2px;
	margin:1px;
	border-width:1px;
	border-style:solid;
	border-color:#7F923D;
	background:url('images/frmbg.jpg') repeat-x;
	background-color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	font-family:Arial, sans-serif;
}
.frm_textarea{
	width:350px;
	padding:2px;
	margin:1px;
	border-width:1px;
	border-style:solid;
	border-color:#7F923D;
	background:url('images/frmbg.jpg') repeat-x;
	background-color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	font-family:Arial, sans-serif;
}
.frm_reset{
	width:50px;
	height:22px;
	padding:2px;
	margin:1px;
	border-width:1px;
	border-style:solid;
	border-color:#7F923D;
	background:url('images/frmbg.jpg') repeat-x;
	background-color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	font-family:Arial, sans-serif;
}
.frm_submit{
	width:70px;
	height:30px;
	padding:2px;
	margin:1px;
	border-width:1px;
	border-style:solid;
	border-color:#7F923D;
	background:url('images/frmbg.jpg') repeat-x;
	background-color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	font-family:Arial, sans-serif;
}

/* Main Layout Styles */

#mainWrapper{
	width:1024px;
	background-color:#668b21;
	margin:0 auto;
}
#headerWrapper{
	width:1024px;
	background-color:#006600;
}
#navMainWrapper{
	width:1024px;
	height:35px;
	font-size:medium;
	font-weight:bold;
	background-color:#668b21;
	vertical-align:middle;
}
#navMainWrapper ul{
	padding:5px;
	margin:0;
}
#navMainWrapper li{
	list-style:none;
	display:inline;
}
#secondaryNavMainWrapper{
	width:1024px;
	height:0px;
	font-size:medium;
	font-weight:bold;
	background-color:#FFFFFF;
	vertical-align:middle;
}
#secondaryNavMainWrapper ul{
	padding:5px;
	margin:0;
}
#secondaryNavMainWrapper li{
	list-style:none;
	display:inline;
}
#logoWrapper{
	width:1024px;
	height:130px;
	background-color:#FFFFFF;
}
#contentMainWrapper{
	width:1024px;
	background-color:#668b21;
}
#indexDefault{
	width:1024px;
	background-color:#FFFFFF;
}
#navSuppWrapper{
	width:1024px;
	height:30px;
	background-color:#668B21;
}
#navSuppWrapper ul{
	padding:5px;
	margin:0;
}
#navSuppWrapper li{
	list-style:none;
	display:inline;
}
#siteInfoLegal{
	width:1024px;
	font-size:10px;
	text-align:center;
	background-color:#4a7302;
}

#
# Cake Stuff
#

div.paging {
	color: #ccc;
	margin-bottom: 2em;
	font-size: .8em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
	font-size: .8em;
}
div.paging span {
	font-size: .8em;
}
div.paging span.current {
	color: #000;
	font-size: .8em;
}
div.paging span a {
	font-size: .8em;
}

label {
	display: block;
	font-size: .9em;
	font-weight: bold;
}

/* topnav details */
#middlenav {
	background: #667E1C;
	background-repeat:repeat-x;
	height: 20px;
	margin-right: 0px;
	text-align: center;
	font-weight:bold;
	font-size:.9em;
}

#middlenav ul {
	list-style-type: none;
}

#middlenav li{
	display: inline;
}

#middlenav a {		
	padding: 10px 10px 10px 10px;
	color: #FFFFFF; /*lgt green*/
	font-size:.9em;
	text-decoration: none;

}
#middlenav a:link, #topnav a:visited {
	padding: 0 10px 0 10px;
	color: #d1ebd1; /*lgt green*/
	text-decoration: none;
}	

#middlenav a:hover {
	color: #000000; /*lgt purple*/	
	border: 1px solid #066;
}
#middlenav a:active {
	color: #ffffff;	
	border: 1px solid #066;
	}

/*  Actions  */
div.actions ul {
	margin: 10px 0;
	padding: 5px;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	white-space: nowrap;
	width:70px;
	height:30px;
	padding:2px;
	margin:1px;
	border-width:1px;
	border-style:solid;
	border-color:#7F923D;
	background:url('images/frmbg.jpg') repeat-x;
	background-color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	font-family:Arial, sans-serif;
}
div.actions ul li a {
	font-size:13px;
	font-weight:bold;
	color:#000000;
	font-family:Arial, sans-serif;
	text-decoration: none;
}
div.actions ul li a:hover {
	font-size:13px;
	font-weight:bold;
	color:#000000;
	font-family:Arial, sans-serif;
	text-decoration: none;
}

fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	font-size: 1.1em;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 1.0em;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}

table tr td {
	/*
	border-right: 1px solid #ccc;
	*/
	padding: 4px;
	margin: 4px;
	vertical-align: top;
	font-size: 1.0em;
}
