/* ------------- "generic" styles */

body {
	margin-left: 10px; margin-top: 0; margin-right: 0; margin-bottom: 0; padding: 0;
	background: #f3fbc7; color: #333;
	font: small "Verdena", Arial, sans-serif;
}
a {
	text-decoration: none;
}
a, a:active, a:link, a:visited {	
	font-weight: bold; color: #495b2d;
}
a img {
	border: none;
}
p {
	margin: 0 0 1em; line-height: 1.2em;
}
.footer {
	font-size: 10px; color: #485b2d;  text-align: center;
}
.green {
	color: #495b2d; font-weight: bold;
}
.center {
	text-align: center;
}
.validateError {background-color: #FF3333; }
ul { display: block;  list-style: square inside;  white-space: inherit;   }

H2 {
	color: #485B2d; padding: 0.5em; border-bottom: 1px;  
}
hr {
	width: 85%; color: #485b2d; text-align: center;
}
/* ------------- masthead styles */

#masthead {
	margin-bottom: 1.75em; padding-top: 15px; background: #2a441d; height: 166px; padding-left: 20px;
	
}
#navlinks {
	margin: 0; margin: 0; padding: 0.5em 1em;
	background: #cce972; color: #485b2d; width: 725px;
	font-size: 9pt;
	text-align: right;
}
#navlinks li {
	display: inline;
	margin-right: 0.5em; padding-right: 0.75em;
	border-right: 1px solid #99C;
	font-weight: bold;
	width: 750px;
	list-style: none;
}
#navlinks li.last {
	border-right: 0;
}
#today {
	margin-top: -1.66em; padding: 0 2em 0 0;
	color: #f3fbc7;
	font-weight: bold;
	text-align: right;
	line-height: 1;
}
/* ------------- main column styles */

#wrapper {
	width:100%;
	margin:20px;
	border: 8px solid #485b2d;	
}
#container {overflow: auto;}

#content {
	padding: 0 20em 4em 3em;
	float: left;
}
#content li {
	line-height: 20px;
}

#content p.float {
	float: left;
	margin: 1em 1em 1em 0;
}

#content img.illus {
	float: left;
	margin: 1em 1em 1em 0;
}

#content img.illusRt {
	float: right;
	margin: 1em 1em 1em 0;
}

#content h1 {
	margin: 0 33% 1.25em -2em; padding: 0.5em 2em;
	background: #FFF; color: #686397;
	font-size: 1.5em;
}

#content h1 b {
	color: #B0D742;
}

#content h2 {
	margin: 0.5em 0; padding-bottom: 0.25em;
	border-bottom: 1px solid #B0D742;
	font-size: 1.5em;
	line-height: 1.2em;
}

#content img.illus {
	float: left;
	margin: 1em 1em 1em 0;
}

#index {
	margin-left: 15px; margin-right: 15px;
	padding: 2em;
	line-height: 1.2em;
}
#index h2 {
	margin: 0.5em 0; padding-bottom: 0.25em;
	border-bottom: 1px solid #B0D742;
	font-size: 1.5em;
}
/* ------------- sidebar styles */

#sidebar {
	margin: 0 0 4em -18em;
	float: left;	
	}

/* ------------- footer styles */

#footer {
	clear: both;
	padding: 1.5em 3em;
	background: #cce972;
}