/*****  Zero Out For Uniformity Across Browsers ***************************/
:link, :visited, :hover {
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size:1em;
}
h1, h2, h3, h4, h5, h6, pre, form, body, html, p, br, fieldset, input {
	margin:0px;
	padding:0px;
}
a img, :link img, :visited img {
	border:none;
}
address {
	font-style:normal;
}

	
/***** Color Notes
       Dark Green - #005511
   	   Light Green - #22BB44
	   Red - #FF0000
       Brown - #AA9955
	   *****/

/***** Page defaults - brown background and shadow *****/
body {
	font-family:verdana, arial, helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background:#aa9955 url("background.gif") top repeat-x;
}
a {
	color:#005511;
	font-weight:bold;
}
a:visted {
	color:#22BB44;
	font-weight:bold;
}

/***** Begin top page format - including crest and title - page depth *****/
#topBanner {
	width:950px;
	margin:0px auto;
	padding:0px;
	position:relative;
	voice-family:inherit;
	background-image:url(header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
/***** Format top navigation *****/
#topLinks {
	position:relative;
	left:180px;
	top:160px;
	width:750px;
	height:40px;
	background-color:#FF0000;
	margin:0;
	padding:0;
	text-align:center;
}
ul#topLinks_list {
	width:750px;
	height:40px;
	margin:0;
	padding:0;
	text-align:center;
}
#topLinks_list li {
	float:inherit;
	display:inline;
	height:50px;
    line-height:40px;
	list-style-type: none;
	padding: 0;
	margin:0 0 0 9px;
	color:#ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
}
#topLinks_list li a {
	display:inline;
	line-height:40px;
	margin:0;
	padding:0;
	text-decoration:none;
	color:#ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
}
#topLinks_list li a:hover,#topLinks_list li a.off:hover  {
	color:#005511;
    text-decoration:underline;
}

/***** Left Side Navigation *****/
#leftNav {
	position: relative; 
	width: 160px;
	top: 200px;
	left: 30px;
	color:#005511;
}

#leftNav ul {
	border-top:1px solid #FF0000;
	list-style-type: none;
	/*margin-left: 20px;*/
	margin:0px;
	padding:0px;
}

div#leftNav ul li {
	font-family: Arial, Helvetica, sans-serif;
	width: 160px;
	background-color:#CCBB77;
	font-weight:bold;
}

#leftNav li a {
	display: block;
	text-decoration: none;
	color: #005511;
	padding: 10px 5px 10px 2px;
	text-indent:5px;
	border-bottom: 1px solid #FF0000;/*plain border for IE pc*/

}

#leftNav li a:hover, #nav li a:focus {
	background-color: #ddcc77;
	color: #FF0000;
	text-decoration:none;
}
#leftNav li.on {
	color:#FF0000;
	background-color:#ddcc77;
}

/***** Footer - Contact information *****/
#footer {
	border-top-style:solid;
	border-top-color:#FF0000;
	background-color:#005511;
	margin:0px auto;
	height:80px;
	text-align:center;
	font-size:small;
	color:#FFFFFF;
}
#footer p {
	text-align: center;
	padding: 4px 23px 25px 0;
	margin: 0 13px;
	padding-bottom:0;
}
#footer a {
	color:#AA9955;
}


/******* Begins content layout ***********/
#content {
	position:absolute;
	float:left;
    margin-top:200px;
	margin-left: 245px;
	width: 650px;
}
#content a  {
    text-decoration:none;
}

#content a:hover,#content a.off:hover  {
    text-decoration:underline;
}
#content p {
	padding-bottom:15px;
}

#content a img {
	border:none;
	}
#content h1 {
	font-size: 180%;
	margin: 0px 0 15px 0;
	color:#005511;
	}
#content h2 {
	font-size: 120%;
	margin: 12px 0 10px 0px;
	color: #000000;
	border-top: 1px dotted #005511;
}
#content h3 {
	font-size: 120%;
	margin: 12px 0 10px 0px;
	color: #000000;
}

.dottedhead {
	font-size: 120%;
	margin: 12px 0 0 0px;
	color: #000000;
	border-top: 1px dotted #005511;
}
.bullet {
	list-style:disc;
	margin-left:40px;
}
#content.picture {
  float:right;
  position:relative;
  width: auto;
  background: #AA9955;
  margin: 0.5em;
  padding: 0.5em;
}
#content.picture p {
  text-align: left;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}



/****** Ends the content layout ********/
