/* CSS definition file containing sitestyle stylesheets */
BODY { 	padding-top: 0px; 
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px 0px 0px 0px; 
font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;   
	font-size: 12px;   
	font-style: normal;
	height: 100%;
	min-height: 200px; }
	
	
#nonfooter {clear: both;
	position: relative;
	width: auto;
	margin-left: 20px;
	top: 0px;
	margin-right: 10px;
/*	border: 4px solid fuchsia;*/
	}

#header {
height: 150px;	
background-position: center;
margin: auto;
width: 100%;
/*background-image: url(css/layout_1x1.gif);
background-repeat:  no-repeat;*/

/*border: 2px solid cyan;*/}

 #nav {
	/*  background-image: url(css/a_layout_2x1.gif);*/
  background-position: top;
  background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
	font-weight: bold;
	padding: 10px 0px;
	text-align: center;
	border-top: 3px double #53BB0F;
	border-bottom: 3px double #53BB0F;}

#nav a:link, #nav a:visited, #nav a:active {

     font-size: 12px;
	font-weight: bold;
   color: #000;
	background-color: #fff;
	text-decoration: none;
} 

	#nav a:hover{
   font-size: 18px;
	font-weight: bold;
   color: #41741D;
	background-color: #F1FDE9;
	
	text-decoration: underline;
} 


#footer {
border-top: 3px double #53BB0F;
  background-position: top;
  background-repeat: repeat-x;
  font-size: 11px;
  padding-top: 10px;
  text-align: center;}		
  
  
  
  #footer a:link, #footer a:visited, #footer, a:active {
  	   font-size: 11px;
		 color: #000;
	background-color: #fff;
	text-decoration: none;
  }
  
  #footer a:hover {
  	   font-size: 11px;
   color: #41741D;
	background-color: #F1FDE9;
	text-decoration: underline;
  }
 A:link { font-size: 12px; color: #41741D;}
 A:visited { font-size: 12px; color: #0B2437;}
  A:hover { font-size: 12px; color: #0B2437; 
  background-color: #F1FDE9;}
  A:active { font-size: 12px; color: #0B2437;}

 H1 { font-family: Barrett, Georgia, Times, serif; font-size: 24px;
 color: #41741D;}
 H2 { font-size: 18px; color: #41741D;}
 P { font-size: 12px;}
 H3 { font-size: 16px; color: #41741D;}
 OL { font-size: 12px;}
 H4 { font-size: 14px; color: #2E0B53;}
 H5 { font-size: 14px;}
 UL { font-size: 12px;}

 

 .hilight {
 	background-color: #F1FDE9;}
 }
.paddedtext {
	padding: 10px;
}
 
 .doublepaddedtext {
 	padding: 20px;
 }
 /* CSS definition file containing site wide stylesheets */
.emphasis { font-size: 12px;
            color: #0B2437; 
						font-weight: bold; 
						font-style: italic;}
						
		
.TableHeader { font-size: 14px; 
               color: #0B2437; 
							 font-weight: bold; 
							 font-style: italic; 
							 text-align: center; 
					}
 
 table.crisp {
   margin-left:5px;
	   color: #000000;
	padding: 5px 5px 5px 5px;
  border: 1px solid #000;
	border-collapse: collapse;
	font-size: 12px;
}
 table.crisp th, table.crisp th a:link, table.crisp th a:visited, table.crisp th a:hover, table.crisp th a:active {
	background-color: #B3F683;
	color: #0B2437;
 font-weight: bold; 
 font-size: 14px; 
		font-style: italic; 
		text-align: center;
}
table.crisp td {
	border: 1px;
	border-style: solid;
	border-collapse: collapse; 
}

table.crisp td a:link, table.crisp td a:visited {
   color: #41741D;
} 
table.crisp td  a:hover, table.crisp td a:active{
	background-color: #F1FDE9;
	color: #000000;
}
.tiny {
	font-size: 9px;
	
}

.Important {
	font-size: 16px;
	color: red;
	font-weight: bold;
}
div.clearfloats {
	clear:both; }	
