@charset "utf-8";

/* CSS Document */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;
	color: #537B35;
	text-transform: uppercase;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:0 0 1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	padding:0em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
input[type=text],/* setting a consistent width, 160px; 
   control of type=file still not possible */input[type=password]{
	width:12.25em;



*width:11.9em;				background-color: #E8E8E8;
}

* { padding: 0; margin: 0; }

#wrapper {
	width: 1003px;
	margin: 0 auto;
	text-align: left;
	vertical-align: bottom;
	position: relative;
	background-color: #FFFFFF;
}

#header {
	width: 972px;
	float: left;
	padding: 30px 3px 10px 28px;
	height: 100px;
}
#header .logo {
	float: left;
}
#header  .nav  {
	float: right;

}


#leftcolumn {
	margin: 20px 0px 0px 0px;
	padding: 10px 10px 0px 70px;
	min-height: 350px;
	width: 380px;
	float: left;
	background-color: #FFFFFF;
}
#rightcolumn {
	float: right;
	margin: 20px 0px 50px 0px;
	padding: 10px 3px 0px 10px;
	min-height: 350px;
	width: 492px;
	background-color: #FFFFFF;
}
#footer {
	width: 983px;
	margin: 0px;
	padding: 15px 10px;
	color: #FFFFFF;
	background-color: #547b35;
	text-align: center;
	clear: both;
}
#rightcolumn .darkGreen {
	color: #547B35;
}
.clear {
	clear: both;
}
.greenBox {
	border-top: solid 10px #547b35;
	background-color: #86b34b;
	padding: 3px;
	color: #FFFFFF;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 140%;
	font-variant: small-caps;
	text-align: center;
}
a:link {
	text-decoration: underline;
	color: #547B35;
}
a:visited {
	text-decoration: underline;
	color: #000066;
}
a:active {text-decoration: none}
a:hover {
	text-decoration: underline;
	color: #86B34B;
}
.greenBox a:link {
	text-decoration: none;
	color: #fff;
}
.greenBox a:visited {
	text-decoration: none;
	color: #fff;
}
.greenBox a:active {text-decoration: underline}
.greenBox a:hover {
	text-decoration: none;
	color: #fff;
}
#leftcolumnCC {
	margin: 40px 0px 0px 0px;
	padding: 10px 10px 0px 70px;
	min-height: 350px;
	width: 260px;
	float: left;
	background-color: #FFFFFF;
}
#rightcolumnCC {
	float: right;
	margin: 40px 0;
	padding: 0px 3px 15px 0px;
	min-height: 350px;
	width: 660px;
	background-color: #FFFFFF;
}
textarea {
	width:100%;


*width:11.9em;	background-color: #E8E8E8;
}
.scroller {
	overflow: auto;
	height: 300px;
	padding-right: 15px;
	margin: 0 15px 15px 20px;
}
.horizRule {
	margin-top: 8px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	width: 85%;
	margin-left: 15px;
}
#leftcolumnFullPage {
	margin: 20px 0px 0px 0px;
	padding: 10px 10px 0px 70px;
	min-height: 350px;
	float: left;
	background-color: #FFFFFF;
	width: 800px;
}
#editorPage {
	margin: 20px 0px 0px 0px;
	padding: 10px 10px 0px 70px;
	min-height: 350px;
	float: left;
	background-color: #FFFFFF;
	width: 900px;
}
.picCaption {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica;
	font-size: 12px;
	text-align: right;
}
