/* ff6600 - orange
   cc7114 - orange with a hirer contrast
          645b0c - brown
          a6b816 - light green
          665b0c - dark green
          665a0e - page text
*/
/*
 to allow the user of <font> tag, and force 
 any by HTML to the correct font face at least
*/
font{
	font-family: arial, helvetica, sans-serif;
}
/*
default style for all text on page
*/
body{
	background-color: #fffae6;
}
p,body, td, span,div {
 font-family: arial, helvetica, sans-serif;
 font-size: 12px;
 color: #000000;
 line-height:130%;
/* For Exploiter only */
scrollbar-3dlight-color: #FFB400;
scrollbar-arrow-color: #81121B;
scrollbar-base-color: #FFFAE6;
scrollbar-track-color: #FFFAE6;
scrollbar-darkshadow-color: #FFB400;
scrollbar-face-color: #FFFAE6;
scrollbar-highlight-color: #FFFAE6;
scrollbar-shadow-color: #FFFAE6;
}
/*
  to offset the subnavigation from its parent
	in the main navigation
*/
.subnavblock{
  /*margin-left: 10px;	*/
	position:relative;
	left: 10;
 /*  top: -17;*/
}
/*
 the link style for the first level of navigation
*/
.mainnav1{
	color: #f8f8b3;
	font: bold 8.5pt Verdana;
	text-decoration: none;
}
/*
 the hover style for the 1st level of navigation
*/
.mainnav1:hover {
	color:#fbfe00;
	font: bold 8.5pt Verdana;
	text-decoration: none;
  /* color:#fff; */
}
/*
  linke style for 2nd level navigiaton 
*/
.mainnav2 {
	color:#f8f8b3;
	font: 8.5pt Verdana;
	text-decoration:none;
}
/*
 hover style for 2nd level navigaton
*/
.mainnav2:hover {
	color:#fbfe00;
	font: 8.5pt Verdana;
	text-decoration:underline;
}
/*
  style for common bolded tags, and 
	paragraph headers.
*/
 b,strong,.paratitle,#paratitle{
 color:#665b0c;
 font-weight: bold;
 }
.paratitle {
	color:#cc7114;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}
 /*
  the main page header - title of the document
 */
 #pagetitle,.pagetitle {
     color:#cc7114;
     font-weight: bold;
     font-size: 16px;
 line-height:130%;

 }
/* the light green under the navigtion */
.navlight {
	background-color: rgb(116,180,139);
}
/* the dark green under the navigtion */
.navdark {
	background-color: #3f6e4f;
}
/* the slogon */
.sealcaption {
 font-weight: bold;
 color: #007527;
 font-size: 17px;
}
/*
 form field styles
*/
input, textarea {
 border: 1px solid  #ff9114;
 width: 200px;
}

input {
 height: 22px;
}

.button{
 border: 2px solid  #ff9114;
 width: 100px;         
}
/* make ul a little more read able (lists)*/
ul{
 line-height:130%;
}
/*move the position of the faq header around the screen*/
.faqhead{
 margin-top:5px;
}
/*#########################################3
 sitemap styles ###########################3
 
 tree is the root level items
 */
.tree, a.tree{
	color: #feb600;
	font: bold 8.5pt Verdana;
	text-decoration: none;
  display:block;
  background-color:#665b0c;
  padding:3px 3px 3px 3px;
}
/* contains the first level items 
*/
blockquote{
 margin-left: 10px;
 margin-top: -10px;
 line-height:130%;
}
/* styles for the first level documents */
 a.subtree{
 line-height:130%;
	color:black;
	line-height:150%;
  padding:3px 3px 3px 3px;
}
/* highlight a block of links that also has
children */
.subtreewithchild{
 background-color:#eeeeee;
}
/* second level container */
.subsubtree{
 line-height:130%;
  margin-left:30;
	margin-bottom:10;
}
