body,html {font-family:arial, helvetica, sans-serif; font-size: 14px; line-height: 15px; color:#000; padding:0; border:0; margin:0; overflow:auto; background:#214D07 url(../images/greenbgmain.png) repeat-x;}
td {font-family:arial, helvetica, sans-serif; font-size: 14px; line-height: 15px; color:#000;}
a {color:#000;}
a:visited {color:#111;}
a:active {color:#222;}
a:hover {text-decoration:none;}
#wrapper {width:1000px; background:#e8efe0; margin:10px auto; text-align:left;}

a.header, a.header:visited {color: #000; text-decoration:none; font-family:verdana, arial, sans-serif; font-size:13px; font-weight:bold; font-variant:small-caps;}
a.header:hover  {color:#2E772E; text-decoration:none;}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #055583;
	font-weight:bold;
	margin-bottom:20px;
}

p.opening	{
	margin-top: 15px;
	text-align: justify;
	background: url(../images/firelogo_fade.gif) center bottom no-repeat;
}

.maincontent
{
	font-size: 12px;
	font-family: Arial;
	border: 4px solid #000000;
}

.bordertop { border-top: 4px solid #000000; }
.borderbottom { border-bottom: 4px solid #000000; }
.borderleft { border-left: 4px solid #000000; }
.borderright { border-right: 4px solid #000000; }

.borderthree
{
	border-right: 4px solid #000000;
	border-left: 4px solid #000000;
	border-bottom: 4px solid #000000;
}

.bordertwo
{
	border-right: 4px solid #000000;
	border-left: 4px solid #000000;
}

.borderrightbottom
{
	border-right: 4px solid #000000;
	border-bottom: 4px solid #000000;
}

.borderleftbottom
{
	border-left: 4px solid #000000;
	border-bottom: 4px solid #000000;
}

.form {
}

.shaded {
	background-color: #648F70;
	border: solid 1px;
	border-color:#54785E;
	color:#EDFCDD;
	padding:5px;
	margin-top: 5px;
	margin-bottom:10px;
}

.divider {
	border-top: 1px solid #b0aeae;
	padding: 5px 0;
}

.form td {
	padding: 5px;
	}

.box, .box2 {
	border: 1px solid;
	border-color: #2C8559;
	width: 230px;
	padding: 0px 5px;
	margin: 0px 5px 0px 5px;
	float: left;
	height: 130px;
}

.box3 {
	border: 1px solid;
	border-color: #2C8559;
	width: 230px;
	padding: 0px 5px;
	margin: 20px 5px 0px 5px;
	float: left;
	height: 200px;
}

#left a, #left a:visited	{
	text-decoration: none;
}

#left a:active, #left a:hover	{
	text-decoration: none;
	line-height: 22px;
	color: #E96D15;
}

#left h2, #left_content h3, #left_content p {
padding: 0px 10px 10px 0px;
margin: 0;
margin-bottom: 3px;
}

#left h2 {
	font-size: 100%;
	font-weight:normal;
	color:#000000;
	background: #E0F8E0;
	height: 20px;
	line-height:22px;
	width:230px;
	text-align:center;
	padding: 0;
	margin: 0px 5px 10px 0px;
	border: solid 1px;
	border-color:#54785E;
	}

#right	{
	margin: 0;
	margin-top: 10px;
	padding: 0;
	top: 0;
	min-height: 390px;
	height: 390px;
}

/*********************
	FORMS
*********************/



input {
	border: groove 1px;
	border-color:#999999;
}


.formbutton {
	cursor:pointer;
	border: outset 1px #ccc;
	color:#666;
	padding: 1px 2px;
	background: url(../images/button_bg.gif) bottom left repeat-x;
	font-size:10px;
	height:20px;
	font-weight:bold;
	float:right;
	margin-top:0.5em;
}

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 130px;
}

.cssform textarea{
width: 250px;
height: 150px;
	border: groove 1px;
	border-color:#999999;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.linkbutton {
	cursor:pointer;
	color: #E6F0F9;
	font-weight:bold;
	background:url(images/button.jpg) left center no-repeat;
	border: outset 1px #ddd;
	height: 30px;
	width: 100px;
	border:none;
	font-size:10px;
	margin: 10px 0px 30px 25px;
	padding-bottom:2px;
}

dl.curved {background:#648F70; border: 1px solid; border-color: #2C8559; margin:5px 0; padding:0; width:100%;}
dl.curved dt {background:#648F70; border-bottom: 1px solid; border-color: #2C8559; padding:10px; text-align:center; color:#fff;}
dl.curved dd {background:#fff; padding:0; margin:0;}
dl.curved dd p {margin:0; padding:10px; line-height:1.3em;}
dl.curved dd p.last {background:transparent; text-align:left;}



