/* BODY AND CONTAINER */

		body {
			background-color: #ffffff;
			}

		#container {
			width: 750px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			line-height: 1.6em;
			color: #ffffff;
			background-color: #475b8c;
			border: 4px solid #948979;
		}
		
	     td.munis	{
	     color: #ffffff;
         font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	     line-height: 3.5em;
	     font-size: 5px;
	     font-weight: normal;
	     padding: 5px;
	      
		
	    }
	
		
/* GENERAL STYLES */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #ffffff;
			margin-bottom: 30px;
			padding-left: 10px;
		}
		
		h2 {
			color: #ffffff;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #475b8c;
		}
		
		h3 {
			color: #ffffff;
			font-size: 14px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #475b8c;
			text-align: center;
		}


		a {
			color: #66749A;
			text-decoration: none;
		}
		
	

		a:hover {
			color: #a72a16;
		}

	    a.list{
			color: White;
			text-decoration: none;
		}
		
	

		a.list:hover {
			color: #66749A;
		}
		
		/*form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
			padding-right: 10px;
		}*/
		
		input {
			background-color: #D1C9BE;
			color: #000000;
			border: 1px solid #000000;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* IMAGES */

		
		a img{
	  		border: none;
	  	}

		img.left,img.center,img.right {
	  		padding: 4px;
	  		border: 1px dashed #D1C9BE;
	  		margin: 0px;
	  	}

		img.left {
	  		float: left;
	  		margin: 0 12px 5px 0;
	  	}

		img.center {
			display: block;
	  		margin: 0 auto 5px auto;
	  	}
	
		img.right {
	  		float: right;
	  		margin: 0 0 5px 12px;
	  	}
	  	
	  	/*The following was added by Janine so that text wraps around small pics */
	  	
	  	IMG.small
{
    
    
  FLOAT: left;
    MARGIN: 0px 6px 1px 0px;
    padding-bottom: 1px;
    clear: left;
    
    
    
}

IMG.smallright
{
    
    
  FLOAT: right;
    MARGIN: 0px 6px 1px 0px;
    padding-bottom: 1px;
    clear: left;
    
    
    
}		
		
/* HEADER */

		#header {
			border-bottom: 4px solid #948979;
			padding-top: 1px;
			clear: both;
			margin-bottom: 10px;
			
			background-color: #f3ecd5;
		}
		
		


	
				
/* NAVIGATION */
	
		
		#navigation a:link, a:visited {
        		color: #ffffff;
        		
		}

		#navigation a:hover, a:active {
        		color: #FFF;
        		text-decoration: none;
       		}

		#navigation {
        		/*background: #f3ecd5; -- taken out by Janine to fix border 9/19/06*/
        		border-bottom: 0px;
        		margin: 1em 0 0;
        		padding: 0.6em 0 0;
        		font-weight: bold;
			font: 12px Georgia, sans-serif;
		}

		#navigation ul, #navigation ul li {
        		list-style: none;
        		margin: 0;
        		padding: 0;
		}

		#navigation ul {
        		padding: 5px 0 5px;
        		text-align: center;
		}

		#navigation ul li {
        		display: inline;
		}

		#navigation ul li a {
        		background: url(images/tabgrey.gif) no-repeat;
			
        		text-decoration: none;
        		padding: 0px 0px 0px 0px;
        		margin: 0px 0 0px 0px;
		}
		#navigation ul li a:hover {
        		background: url(images/tabred.gif) no-repeat;
			
        		text-decoration: none;
        		padding: 0px 0px 0px 0px;
        		margin: 0px 0 0px 0px;
		}

		#navigation ul li span {
        		background: url(images/tabgrey.gif) no-repeat;
        		padding: 5px 5px 5px 5px;
        		margin: 0px 0 0px 0px;
		}

		#navigation ul li a:hover span {
        		background: url(images/tabred.gif) no-repeat;
        		padding: 5px 5px 5px 5px;
        		margin: 0px 0 0px 0px;
        		}

		/* #navigation ul li a:hover {
        		background-position: 0 -75px;
		}

		#navigation #current a {
        		background-position: 0 -150px;
		}

		#navigation #current a span {
		        background-position: 100% -150px;
		}*/ 


/*- Internet Explorer...It's Hacktastic!--------------------------- */

/*\*//*/
		#navigation ul li a {
        		display: inline-block;
        		white-space: nowrap;
        		width: 1px;
		}

		#navigation ul {
        		padding-bottom: 0;
        		margin-bottom: -1px;
		}
/**/

/*\*/
		* html #navigation ul li a {
        		padding: 0;
		}


/* CONTENT */

		#content {
			width: 525px;
			margin-left: 15px;
			margin-right: 200px;
			
	
		}
		
		#content p {
			padding-bottom: 10px;
			border-bottom: 1px dashed #ffffff;
			
		}
		
		#content a {
			color: #0f1c4b;
			text-decoration: none;
			border-bottom: 1px dashed #66749A;	
			font-weight: 500;	
		}
		
		#content a:hover{
			color: #ffffff;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
		}

		
/* SIDEBAR */

		#sidebar {
			float: right;
			width: 165px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			margin-right: 10px;
			border-bottom: 1px dashed #D1C9BE;
			text-align: center;
		}
		
		#sidebar a {
			color: #0f1c4b;
			text-decoration: none;
			border-bottom: 1px dashed #66749A;	
			font-weight: 500;	
		}
		
		#sidebar a:hover{
			color: #ffffff;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
		}
		
		#sidebar h2{
			font-family: Georgia, sans-serif;
			font-weight: normal;
			font-size: 24px;
			color: #000000;
			text-align: center;
			line-height: 1em;
		}

		#sidebar h3{
			color: #ffffff;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #475b8c;
			padding-bottom: 0em;
		}
/* FOOTER */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color: #f3ecd5;
			padding: 0px 5px 0px 5px;
			text-align: center;
		}
		
		#footer p {
			color:#89817f;
			padding: 5px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
		}
		
	    p.top
		 {
		 margin-top: 0px;
		 border-top: 0px;
		 text-align: top;
		 padding-top: 0px;
		 padding-bottom: 1px;
		 vertical-align: top;
		 clear: left; 
	
		 
		 }
