body {  
   padding: 0px;   
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 76%; 
   font-style: normal; 
   font-weight: normal; 
   color: #000000;
   background-color:#FFF8CA  
   }

p {
  font-size: 1em;
  text-align:justify; 
  }   

.italic {
  font-style:italic;
  }
  
.bold {
  font-weight:bold;
  }
  
.bolditalic {
  font-style:italic;
  font-weight:bold;
  }

h1 {
  font-family: Georgia, "Times New Roman", Times, serif; 
  font-size: 1.5em; 
  font-style: normal;
  /*font-variant:small-caps;*/ 
  font-weight: bold; 
  color: #006633;
  margin-top:  5px;
  margin-bottom:  0px;
  padding-top: 10px;
  /*border: 1px solid #871E31;*/
  /*padding: 10px;*/
}

h2 {
 font-family: Georgia, "Times New Roman", Times, serif; 
 font-size: 1.33em; 
 font-style: normal; 
 font-weight: bold;
 margin-bottom:  0px;
 color: #006633; 
}

h3 {
 font-family: Georgia, "Times New Roman", Times, serif; 
 font-size: 1.16em; 
 font-style: normal; 
 font-weight: bold;
 margin-bottom:  0px;
 color: #006633;
 }

h4 {
 font-family: Georgia, "Times New Roman", Times, serif; 
 font-size: 1em; 
 font-style: normal; 
 font-weight: bold;
 margin-bottom:  0px; 
 color: #006633;
 }

 .blockquote {
 font-size: 1em;
 display: block;
 padding: 3px; 
 background-color:#006633;
 border: 2px solid #000000; 
 }
 
 td { 
 vertical-align:top;
 padding: 2px;
 font-family: Tahoma, Arial, Helvetica, sans-serif; 
  font-size: 0.9em; 
  font-style: normal; 
  font-weight: normal;
  text-align: left; 
  color: #000000;
 
 }
 .councilmember {
 background-color:#CCCCCC;
 }
 
 th {
 vertical-align:top;
 padding: 2px;
 font-family: Tahoma, Arial, Helvetica, sans-serif; 
  font-size: 0.9em; 
  font-style: normal; 
  font-weight: bold;
   text-align: left;
  color: #000000;
 
 }
 
 caption {
 text-align: left;
 font-weight: bold;
 padding-bottom:5px;
 }
.headfoot {
  font-family: Tahoma, Arial, Helvetica, sans-serif; 
  font-size: 0.8em; 
  font-style: normal; 
  font-weight: normal;
  text-align: left; 
  color: #000000;
}

.headfoot a {
   text-decoration: none;
   color: #666666;
}

.headfoot a:hover {
   text-decoration: underline;
   color: #666666;
}


.picturexright {
  float: right;
  padding-top: 5px;
  padding-left: 20px;
  padding-bottom: 10px;
  }
  
.picturexleft {
  float: left;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 10px;
  }

a {
	color:#000099;
	font-size:1em;
	text-decoration:none;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#000099;}
a:visited {color:#6666CC;}
a:hover {text-decoration:underline;}

#maincontainer {
    width: 770px;
	margin: 0 auto;   
    text-align: left;
	border: solid;
	border-color:#006633;
	border-width:1px;
	
	}
#header {
	margin:0px 0px 0px 0px;
	padding:0px;
	width: 100%;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:100px; /* 31px + 17px + 2px = 33px */
	/*border-style:solid;
	border-color:#00299C;
	border-width:0px 0px 2px 0px; /* top and bottom borders: 1px; left and right borders: 0px 
	line-height:11px;*/
	background-color:#006633;
	/*background-image:url(../images_new/header_bg.gif);*/

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:100px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:100px;}

.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:745px;
	margin:20px 10px 0px 10px;
	/*border:1px solid black;
	background-color:white;*/
	padding:0px;
	
	
	z-index:4; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
#Content {
	position:relative;
	top:120px;
	margin:120px 50px 50px 50px;
	/*padding:5px;*/
	width:745px;
	z-index: 5;
	}

body#conduct a#conductnav,
body#home a#homenav,
body#contact a#contactnav,
body#links a#linksnav,
body#member a#membernav {
color: #003366;
background: #00CCFF;
/*font-weight: 600;*/
}
  
#navcontainer ul
{
    position:absolute;
	top:100px;
	margin-left: 0px;
	width:770px;
	float: left;
    padding-left: 0px;
    background-color: #036;
	color: #ffffff;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.9em;
	font-weight:800;
	border-top: 1px solid #006633;
	border-bottom: 1px solid #ffffff;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
    padding: 0.2em 1em;
	background-color: #036;
	color: #ffffff;
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	float: left;
	border-right: 1px solid #ffffff;
}

#navcontainer ul li a:hover
{
    background-color: #369;
	color: #ffffff;
}

