body { font-family: Arial, Helvetica, sans-serif;
	   background:#637E79;
	   font-size:12px;}

p { font-size: 12px;
	line-height: 20px;}

h1 { font-size: 22px;
	 font-weight: bold;
	 margin-top:0;
	 font-family:Georgia, "Times New Roman", Times, serif;
	 color:#333333}

h2 { font-size: 18px;
	 font-weight: bold;
	 color:#666666;}

h3 { font-size: 14px;
	 font-weight: bold;
	 color:#555555;
	 line-height:22px;}

h4 { font-size: 12px; 
	 font-weight: bold;}

a { font-weight: bold;
	text-decoration: none;
	color:#888888;}

a:hover { text-decoration: underline;}

li { font-size: 12px;
	 line-height: 18px;
	 padding-bottom:5px;}

.imgborder { BORDER: #C04E01 1px solid;}

.smalltext { font-size: 10px;
	         line-height: 14px;}

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}
			  
hr {color:#777777;
	background:#777777;
	height:1px;
	border:0;}

.nomargin {margin:0;}
.docs p, .docs h3 {margin:0;}

.docs p {font-size:11px; line-height:18px;}

.mission li {margin-left:-10px;}

.faqs p {margin-top:0;}

.frames h3 {margin-top:0;}
.frames p {margin:0;}

/* Template Features */
			  
#bodycontainer {width:895px;
				margin:0 auto;}

#banner {width:895px;
		 height:59px;
		 background:url(assets/Img/banner.jpg) top no-repeat #F76301;}

#navbg {width:895px;
		min-height:20px;
		height:auto;
		background:#000000;
		padding:4px 0 4px 0;}

*html #navbg {height:20px;}

#body {width:875px;
	   min-height:50px;
	   height:auto;
	   background:#FFFFFF;
	   padding:10px;}

*html #body {height:50px;}

#blackstripe {width:895px;
			  height:15px;
			  background:#000000;}

#bottomwhite {width:895px;
			  min-height:110px;
			  height:auto;
			  background-color:#FFFFFF;}

*html #bottomwhite {height:110px;}

#bottompics {width:545px;
			 height:107px;}

#bottomform {width:300px;
		     height:107px;
			 float:right;
			 padding:10px 20px 0 0;}

.nav a {color:#F76301;
	    font-size:13px;
	    font-weight:bold;
	    text-transform:uppercase;
	    text-decoration:none;
		padding:0 12px 0 12px;}

.nav a:hover {color:#FFFFFF;
	    	  text-decoration:none;}

.bottomlinks {color:#FFFFFF;
			  font-size:11px;
			  font-weight:normal;
			  text-decoration:none;
			  line-height:18px;}

.bottomlinks a {color:#FFFFFF;
			  font-size:11px;
			  font-weight:bold;
			  text-decoration:none;
			  line-height:18px;}

/* End Template */	

/* Drop Down Menus */

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background:#CCCCCC;
color:#000000;}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#F76301;
text-decoration:none;
color:#000000;
}

/* End Drop Down Menus */  
			 
/* Custom Forms -- Just change the colors */

.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: #CCCCCC 1px solid;
	background-color: #FFFFFF;
	padding:3px;
}
 input.submit
{
	border: 1px solid #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color: #CCCCCC;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input.submit:hover
{
	border: 1px solid #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color: #000000;
	color: #CCCCCC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Custom Forms End */