/* Boone County Conservation District CSS Document */
  body {
	  font-family:  Arial, Verdana, sans-serif;
		color: #000000;
		background-color: #6779B3;
		/* background-color: #50904B; */
	}
	
	#topNavMenu {
  padding: 0;
  margin: 6px 0 0 0;
  list-style: none;
  }	
	#topNavMenu li {
		display: inline;
		padding: .25em;
		border: 1px solid #000000;			
	}	
	#topNavMenu li:hover {
    background-color: #000000;
		color: #E4DA78;
	}
	#leftNavMenu {
    padding: 0;
    margin: 6px 0 0 0;
    list-style: none;		
  }
	#leftNavMenu li {
		display: block;		
		border: 1px solid #000000;		
	}	
	#leftNavMenu li a {
	  display: block;
		margin: 0px;
		padding: .25em;
	}
	p#contactInfo {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: x-small;
	}
	#leftNav {
	  float: left;
		width: 160px;
		clear: left;
		background-color: #E4DA78;
		padding-left: .25em;
		padding-right: .25em;
		margin-top: 3px;
		margin-bottom: 1em;
	}
	#content {
	  float: left;
		margin: 0em .5em 1em .5em;
		padding-top: 1em;	
		width: 80%;		
	}
 	a:link {
	  color: #E4DA78;
		text-decoration: none;
		font-weight: bold;
	}     /* unvisited link */
  a:visited {
	  color: #E4DA78;
		font-weight: bold;
		text-decoration: none;
	}  /* visited link */
  a:hover {
	  color: #E4DA78;
		background-color: #000000;
		text-decoration: underline;
		font-weight: bold;
	}   /* mouse over link */
  a:active {
	  color: #0000FF;
		font-weight: bold;
	}   /* selected link */	
	#leftNavMenu {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: .80em;
	}
	#leftNavMenu a:link {
	  color: #000000;
		text-decoration: none;
		font-weight: bold;
	}     /* unvisited link */
  #leftNavMenu a:visited {
	  color: #000000;
		font-weight: bold;
		text-decoration: none;
	}  /* visited link */
  #leftNavMenu a:hover {
	  color: #E4DA78;
		background-color: #000000;
		text-decoration: underline;
		font-weight: bold;
	}   /* mouse over link */
	#leftNavMenu li.over a{
	  color: #E4DA78;
		background-color: #000000;
		border-color: #FF0000;
	}
  #leftNavMenu a:active {
	  color: #0000FF;
		font-weight: bold;
	}   /* selected link */		
	#navBar {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: .70em;
	}
	#bccdFooter {
	  background-color: #E4DA78;
		color: #000000;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: .75em;
		clear: both;
		position: relative;
		bottom: 1em;
		width: 98%;
		padding: .5em;
	}
	.center
	{
	  text-align: center;	
	}
