/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
  font-weight: bold;
}
#outerWrapper #contentWrapper #content h2 a:hover {
	font-style: italic;
	background-color: transparent;
}
#outerWrapper #contentWrapper #content h2 a{
	text-decoration: none;
}
h2 {
  font-weight: bold;
}
h3 {
	color: #ee7d20;
}
h3.publichearing {
	text-transform: uppercase;
}
h4 {
	display: inline;
}
#outerWrapper #contentWrapper #content a {
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
}
#outerWrapper #contentWrapper #content a:hover {
	background-color: #ee7d20;
}
#outerWrapper #contentWrapper #rightColumn1 a {
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
}
#outerWrapper #contentWrapper #rightColumn1 a:hover {
	background-color: #ee7d20;
}

#footer a:hover {
	background-color: #006600;
}
#outerWrapper #contentWrapper #rightColumn1 a.lastyear {
	color:  #516e8c;
}
li {
  border: 2px solid #ffffff; 
  padding: 0.7em;
  margin: 0px;
  list-style: none;
}
#outerWrapper #contentWrapper #leftColumn1 a, a:link {
	color: #dee1da;
}

a:visited {
  font-weight: bold;
  text-decoration: none;
}
#outerWrapper #contentWrapper #leftColumn1 a:hover {
  text-decoration: underline;
  background-color: #006600;
}
a.anchor {
	color: #006600;
	text-decoration: underline;
	
}
a.anchor:hover {
	background-color: transparent;
}


	
#current {
	font-style: italic;
}
p.discount {
	font-weight: bold;
}
p.description {
	color: #ee7d20;
	font-weight: bold;
}
p.quote {
	font-size: small;
}
p.imagetitle{
	font-size: x-small;
}

table {
	text-align: left;
	border-bottom: solid 5px #006600; 
}

#outerWrapper {
  margin: auto auto auto 10%;
  text-align: left;
  width: 880px;

}

#outerWrapper #topNavigation {
	background-color: white;
	width: 50em;
	padding: 0 0 1em 0;
}

#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #002200; /* was 516e8c;*/
  padding: 1em;
  float: left;
  width: 15em;
  font-weight: bold;
  text-decoration: none;
  color: #dee1da;
 

}
#outerWrapper #contentWrapper #rightColumn1 {
  width: 12em;
  float: right;
  padding: 0 0 0 0;
  }
#outerWrapper #contentWrapper #content {
  padding: 0px 10px 0px 10px;
  background-color: white;
  border-top: solid #666 1px;
  color: #006600;
  margin: 0 5em 0 17em;

 
}
#outerWrapper #contentWrapper #moreContent {
	width: 100%;
	color: #006600;

}
#outerWrapper #contentWrapper #moreContent a {
	color: #006600;
}
#footer {
	background-color: #002200;
	color: #dee1da;
	clear: both;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}

-->
</style>
<style type="text/css" media="print">
<!--
body {
  background-color: #fff;
  background-image: none;
  border-color: #000;
  color: #000;
}
-->
</style>
<!--[if IE 5]>
<style type="text/css"> 
/* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. */
#outerWrapper #contentWrapper #leftColumn1 {
  width: 170px;
}

</style>
<![endif]-->
<!--[if IE]>
<style type="text/css"> 
/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper #content {
  zoom: 1;
}