@charset "ISO-8859-1";
* {
padding: 0;
margin: 0;
} 

body {
margin:0;
padding: 0;
background-color: #000;
line-height: 20px;
}

h2 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
color: #848481;

}

h3 {
font: 14px Geneva, Arial, Helvetica, sans-serif;
font-style: normal;
color: #689a43;	
border-bottom: 1px dotted #999;

}

h4 {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 2em;
}

h5 {
padding-bottom: 5px;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 17px;
font-style: normal;
color: #689a43;
border-bottom: 1px dotted #999;

}


p {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
}



#content {
width: 800px;
margin: 0px auto;
padding: 0px;
background: #fff url(../images/content_bkg.gif) bottom no-repeat;
border: 1px solid #689a43;

}

#header {
height: 190px;
}

#logotag_wrap { 
margin: 20px auto;
padding: 0px;
width: 800px;
height: 100px;
}
#logotag_left {
float: left;
margin: 0;
padding0: 0;
}
#logotag_right {
float: right;
margin: 45px 20px 0px 0px;
padding0: 0;
}

#head_shot {
	height: 200px;
	width: 144px;
	float: left;
	margin-right: 20px;
	padding: 0;
	margin-bottom: 20px;
}



#navigation {
background: url(../images/menu.gif) repeat-x;
height: 30px;
line-height: 30px;
margin: 0px auto;


}
#navigation li {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style:normal;
float: left;
list-style-type: none;
letter-spacing: 1px;
}

#navigation li a {
display:block;
padding:0 20px;
color: #000;
text-decoration:none;
}


#navigation li a:hover {
color: #fff;
text-decoration:none;
}

#navigation #current {
background: url(../images/menuover.gif) repeat-x;
color:#fff;
text-decoration:none;
}




/* secondary nav */



.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: #4f4f4f;
margin-top: 15px;
margin-bottom: 15px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #000;
font: normal 10px Geneva, Arial, Helvetica, sans-serif;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #848481;
background-color: #F3F3F3;
}





/* secondary nav */



#rule {
width: 2px;
hight: 331;
float:left;
margin-top: 30px;
margin-right: 40px;
}
.left {
float: right;
width: 220px;
padding: 10px;
line-height: 14px;
}
.left h1 {
margin-top: 30px;
padding: 0;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
color: #689a43;

}
.left ul  {
text-align: left;
margin: 3px 0 8px 0; 
padding-left: 20px;
text-decoration: none;	
list-style-type:square;	
}
.left ul li {
padding: 2px 0 2px 0px;
margin: 0 2px;
list-style:none;	
}
.left ul a {
font-weight: 600;
color: #689a43;
}

.right { 
float: left;
width: 490px;
padding: 10px;
margin-right: 10px;
margin-left: 20px;
}
.right h1 {
padding: 2px 0 5px 0px; 
font: 24px "Times New Roman", Times, serif;
color: #689a43;	
border-bottom: 1px dotted #999;
margin-bottom: 10px;
margin-top: 15px;
}


/* FORM starts here*/


#content_col_three_form {
	height: 250px;
	width: 210px;
	float: left;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
}

#docform {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #E8E8E8;
	border: 1px solid #333333;
}




/* FORM ENDS here*/

#footer { 
color: #eaeaea;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
margin: 0px auto;
height: 30px;
padding-top: 7px;
padding-bottom: 20px;
line-height: 30px;
text-align: center;
}
#footer a {  
color: #aaa; 
text-decoration: 
none; 
}

#footer a:hover { 
color: #777; 
}