body {
	background-color: #FFFFFF;
} 

p , h1 , h2 , h3 , table , td , th , ul , ol ,a, textarea , input {
font-family :   arial, sans-serif; 
} 
table, textarea {
font-size : 12px; 
} 

h4 {
font-size : 12px;color:black; font-style: bold; font-face:  arial, sans-serif; 
} 
 
#leader a {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
}


#navlist_top a {
	display: block
	border-left: 0px solid white; border-right: 0px solid white; border-bottom: 2px solid white;
	width: 140px;
	background-color: white;
	font-weight:normal;
	padding-left:4px; padding-right:0px; padding-top:5px; padding-bottom:5px
	}
	
#navlist_top a:link {
	background-color: d2e4ba;
	color: black;
	font-weight:normal;
	text-decoration: none; 
	}
	
	#navlist_top a:visited {
	background-color: d2e4ba;
	color: black;
	font-weight:normal;
	text-decoration: none; 
	}

	
#navlist_top a:hover {
	background-color: e9cfe8;
	background-image: url('images/background.jpg');
	font-weight:normal;
	color: black	
}

#navlist a {
	display: block
	border-left: 0px solid white; border-right: 0px solid white; border-bottom: 2px solid white;
	width: 140px;
	background-color: white;
	font-weight:normal;
	padding-left:4px; padding-right:0px; padding-top:5px; padding-bottom:5px
	}
	
#navlist a:link {
	background-color: EAF4DD;
	color: black;
	text-decoration: none;
	font-weight:normal;
	}
	
	#navlist a:visited {
	background-color: EAF4DD;
	color: black;
	text-decoration: none; 
	font-weight:normal;
	}

	
#navlist a:hover {
	background-color: dfefca;
	background-image: url('images/background.jpg');
	font-weight:normal;
	color: black	
}


#navlist_bottom a {
	display: block
	border-left: 0px solid white; border-right: 0px solid white; border-bottom: 0px solid white;
	width: 140px;
	background-color: white;
	font-weight:bold;
	padding-left:4px; padding-right:0px; padding-top:5px; padding-bottom:5px
	}
	
#navlist_bottom a:link {
	background-color: EAF4DD;
	color: black;
	text-decoration: none;
	font-weight:normal; 
	}
	
	#navlist_bottom a:visited {
	background-color: EAF4DD;
	color: black;
	text-decoration: none;
	font-weight:normal; 
	}

	
#navlist_bottom a:hover {
	background-color: dfefca;
	background-image: url('images/background.jpg');
	font-weight:normal;
	color: black	
}

#content 
{
    position: absolute;
    width: 100px;
    top: 100px;
    left: 40px;  
    }
    
 #banner 
{
    position: absolute;
    /*width: 750px;*/
    top: 0px;
    left: 0px;  
    }  


.searchright {
	border: 1px solid #cccccc;
	padding: 4px;
	background: #ECF5E0;
}

input, form {
padding: 0px;
	margin: 0px;
}


