/*********** COMMON FORMATTING ***********************/
body {
	color:black;
	background:white;
	font-family:"GoudyOlSt BT", "Humanst521 BT", "Trebuchet MS", sarif;
	font-style:normal;
	font-size:12pt;
	text-align:justify;
}

p { margin:20px;}
p:first-letter { font-size:16pt; color:#0a9300; }
h1 { color:white; text-align:center; background:black;}
h2, h3 { color:#0a9300; }

.note { color:0a9300; text-style:italic; padding-left:10%; padding-right:10%; display:block; }

.linkedimg { border-color:#0a9300; border-width:4px; margin-left:14px; margin-right: 14px; }

/* Green color scheme for links within body */
a:link { color:#0a9300; }     /* the default green */
a:visited { color:#064900; }  /* a darker green */
a:active { color:#00FF00; }   /* bright green */
a:hover { color:#00FF00; }    /* bright green */

/********* HEADER FORMATTING ***************************/
.headercontainer {
	/* Contains bannerimagearea and slogan area */
	display:block;
	border-bottom-color:#0a9300;
	border-bottom-width:10px;
	border-bottom-style:solid;
	min-height:104px;
}

.bannerimagearea { 
	display:inline-block;
	margin-left:12.5%;
}

.sloganarea {
	color:#0a9300;
	background:white;
	font-family:"GoudyOlSt BT", "Humanst521 BT", "Trebuchet MS", sarif;
	font-style:italic;
	font-weight:bolder;
	font-size:18pt;
	text-align:center;
}
/*************** SIDEBAR FORMATTING *******************/
.sidebar {
	float:right;
	width:200px;
	display:block;
	margin: 15px;
	text-align:left;
}

.sidebar h3 { display:inline; color:white;padding:33%; }

/* LINKS need to change colors when in the green sidebar */
.sidebar a:link { color:black; }
.sidebar a:visited { color:#064900; } /* a darker green */
.sidebar a:active { color:white; }
.sidebar a:hover { color:white; }

.sidebar dl { margin:0; padding:0; list-style-type:none; background:transparent; }
.sidebar dt { color:white; text-align:center; background: black; }
.sidebar dd { display:block; margin-left:10px; }

.endsig {
	bottom: 95%; float:right; margin-right:20px;
}

.popupimagebody {
	color:white;
	background:#0a9300;
	font-family:"GoudyOlSt BT", "Humanst521 BT", "Trebuchet MS", sarif;
	font-style:normal;
	font-size:12pt;
	text-align:justify;
}
.popupimagebody a { color:black; }

/***************************************************************************************/
/*** The Following was created from www.spiffycorners.com with permission.**************/
/* Anti-Aliased Rounded Corners for green boxes of text --- used for pullouts and sidebars */

.rsblock{
	display:block;
}

.rsblock *{
	display:block;
	height:1px;
	overflow:hidden;
	background:#0a9300;
}
.rsblock1{
	border-right:1px solid #95d091;
	padding-right:1px;
	margin-right:3px;
	border-left:1px solid #95d091;
	padding-left:1px;
	margin-left:3px;
	background:#47ae3f;
}
.rsblock2{
	border-right:1px solid #e6f4e5;
	border-left:1px solid #e6f4e5;
	padding:0px 1px;
	background:#38a730;
	margin:0px 1px;
}
.rsblock3{
	border-right:1px solid #38a730;
	border-left:1px solid #38a730;
	margin:0px 1px;
}
.rsblock4{
	border-right:1px solid #95d091;
	border-left:1px solid #95d091;
}
.rsblock5{
	border-right:1px solid #47ae3f;
	border-left:1px solid #47ae3f;
}
.rsblock_content{
	padding:0px 10px;
	background:#0a9300;
	color:white;
}
/*********************************************************************************/

/*********************************************************************************/
/****The Following was adopted from www.cssplay.co.uk with permission.************/
/*** used for menu hover animations both down and up ***/

#outer {
	display:block; 
	position:relative; 
	margin-left:0px; 
	margin-right:0px; 
	background:black; 
	text-align:center;
	min-width:810px;
}

#navigation {background:transparent; margin:0 auto; height:16pt;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
/* */ }

#navigation ul {margin:0; padding:0; list-style-type:none; background:transparent;}
#navigation li {display:block; float:left; margin-left:1px;}
.snazzy {background:transparent;}
.snazzy span {text-align:center; color:white; margin:0; font-weight:normal;}

.boxcontent {
	display:block; 
	border-left:1px solid black; 
	border-right:1px solid black;
	font-size:10pt;
}

a.menu, a.menu:visited {display:block; text-decoration:none; width:10em;}
a.menu:hover {background:transparent; cursor:pointer;}
a.menu:hover span {padding-top:5px; background:black;}
a.menu:hover b {background:black;} 

.green {background:#0a9300;}

a:hover b.green {background:black;}

.active {padding-top:5px; background:#0a9300; cursor:default;}




/**********************************************************************************/
