html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #333333;
  background-color: #5e6c6f;
}
ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }
html, body, p, th, td, li, dd, dt {
  font: 100.1% Arial, Helvetica, sans-serif;
}
/*h1, h2, h3, h4, h5, h6 {
font-family: serif;
}*/

#wrapper {
width: 900px;
margin-top:10px;
margin-left:15px;
background-image: url(../images/wrap.jpg);
background-repeat: repeat-y;
text-align:left;
}
#head {
height: 68px;

}
#head h1 {
width : 900px;
height : 68px;
margin : 0;
padding : 0;
background : url(../images/logo.jpg) no-repeat;
text-indent : -9999px;
}
#content {
width: 600px;
margin-top: 0px;
margin-left:5px;
margin-right:0px;
margin-bottom: 0px;
float:left;
padding:5px;
}
#content p {
font-size: 80%;
padding: 2px 5px 5px 5px;
}
#content h1 { font-size: 110%;
	letter-spacing: .05em;
	color: #2B6B94;
	padding-bottom: 8px;

 }
#content h2 { font-size: 95%; 	
padding: 5px 5px 8px 5px;
color: #88AF16;

 }
#content h3 { font-size: 70%; }
#content ul li {
	font-size: 80%;
	list-style: disc;
	list-style-position: inside;
	padding-left: 5px;	padding-bottom: 3px;

}
#content a:link { color: #000;
text-decoration: underline; }
#content a:visited { 
color: #5E6C6F; text-decoration: underline;
 }
#content a:hover { color: #525d61; }
#content a:active { color: #A4D515; }
#rightcol {
margin-left:615px;
margin-top: 10px;
}
#navbox {
background-image: url(../images/nav_bottom.jpg);
background-position: left bottom;
background-repeat: no-repeat;
	
}
#nav {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/}
#nav a, #nav a:visited {
          height: 30px;
display: block;
        padding: 10px 0 0 37px;
background:  url(../images/nav_div.jpg) no-repeat 20px;
color: #fff;
text-decoration: none;
}
#nav a:hover {
background-image:url(../images/nav_hov.jpg);
outline: none;
}
#top {
width: 225px;
/*	margin-left:2px;
*/	/*margin-right:12px;*/
}
#top p{
padding: 10px 0 10px 0;
text-align: center;
font-size:99%;
font-weight: bold;
Color: #fff;
}
#box {
width: 225px;
/*	margin-left:2px;
*/	/*margin-right:12px;*/
}
#box p{
padding-left:10px;
font-size:80%;
Color: #CBE971;
}
#box a {
	color: #99CCFF;
}
#box a:hover, #box a:focus{
color:#CBE971;
text-decoration:none;
}
#footer {
clear: both;
	height: 70px;
	background: url(../images/foot_bg.jpg) no-repeat;
}
#fcontent {
width:775px;
margin-left:5px;
padding-top:50px;
}

#fcontent p{
font-size: 75%;
color:#FFFFFF;
text-align:left;
}

#fcontent a{
color:#FFFFFF;/*set an underline to show on hover and focus*/
text-decoration:underline;
}

#fcontent a:hover, #fcontent a:focus{
color:#CBE971;
text-decoration:none;
}
#bottom {
	background-color: #5e6c6f;
}
#bcontent {
width:800px;
margin-left:20px;
padding-top:5px;
}

#bcontent p{
font-size: 75%;
color:#FFFFFF;
text-align:left;
}

#bcontent a{
color:#FFFFFF;/*set an underline to show on hover and focus*/
text-decoration:none;
}

#bcontent a:hover, #fcontent a:focus{
color:#FFFFFF;
text-decoration:underline;
}

.blue {
	color: #2B6B94;
}
.green {
	color: #88af16;
}
.red {
	color: #FF0000;	
}
.left {
	float: left;/*float the image to the left*/
	margin: 5px 5px 0 0;/*set a margin to the top and right to give clearance against the text the top margin aligns the image with the top of the p element*/
}
.right {
	float: right;/*float the image to the right*/
	margin: 5px 5px 0 5px;/*set a margin to the top and left to give clearance against the text the top margin aligns the image with the top of the p element*/
}
.clearit{
clear: both;
}

/* CSS File for Dagon Design Formmailer Script */
/* http://www.dagondesign.com */

/* COLOR/BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
	color: #606060;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #606060;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #404040;
}

form.ddfm .required {
	color: #FF0000;
}

.ddfmerrors {
	color: #FF0000;
}

/* TEXT CSS */

.ddfmwrap {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

form.ddfm h1,
form.ddfm h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {
	font-size: 140%;
}

form.ddfm h2 {
	font-size: 115%;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-size: 100%;
	font-weight: bold;
}

form.ddfm .credits {
	font-size: 90%;
}

form.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

.ddfmwrap {
/*	margin: 15px auto 15px auto;
*/	width: 450px; 
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
}

form.ddfm {
	text-align: left;
	padding: 15px;
	width: 430px; 
}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}


/*
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  */

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
    float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	margin-right: 10px;
	width: 95%;
}

form.ddfm .submit {
	margin-top: 15px;
	margin-right: 10px;
	text-align: right;
	clear:both;
	width: 95%;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
	text-align: left;
}

