/* 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;
  font-size: 100%;
}
body {
	color: #000;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	font: 16px/20px Arial, Helvetica, sans-serif;
	background: #FFFFFF url(images_av/av-backgrd.jpg) repeat-x fixed center top;
}
h1 {
	color: #451B00;
	font: bold 20px/24px Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #451B00;
	font: bold 16px/14px Georgia, "Times New Roman", Times, serif;
}
h3 {
	color: #FEC920;
	font: bold 20px/26px Georgia, "Times New Roman", Times, serif;
}
a,  a:link {
  color: #451B00;
  text-decoration: none;
}
a:visited {
	color: #933A00;
	text-decoration: none;
}
a:hover {
  color: #89BB29;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#outerWrapper {
  background-image: url("images_av/outterwrapper-bkgrd.jpg");
  background-position: top;
  background-repeat: repeat-y;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  max-width: 850px;
  min-width: 850px;
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 850px;
}
#outerWrapper #nav {
	background-color: #89BB29;
	padding: 5px 10px;
    float: none;

}
#outerWrapper #contentWrapper {
	overflow: hidden;
	background: url(images_av/contentWrapper_bg.png) repeat-y;
}

#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #451B00;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 229px;
}
#outerWrapper #contentWrapper #leftColumn1 #leftColumnTOP {
  background-color: #FFFFFF;
  height: 136px;
  margin: 0px; 
  padding: 0px;
}
#outerWrapper #contentWrapper #leftColumn1 #leftCONTENT {
	padding: 10px; 
	font: 18px/22px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 230px;
	padding: 0px;
}
#outerWrapper #contentWrapper #content .clearFloat {
	clear: left;
	display: block;
}
#outerWrapper #contentWrapper #content #headerPhoto {
	background-image: url("images-av/header-index.jpg");
	background-position: top;
	background-repeat: no-repeat;
	height: 295px;
	width: 620px;
}
#outerWrapper #contentWrapper #content #headerPhoto2 {
  background-image: url("images-av/header-secondary.jpg");
  background-position: top;
  background-repeat: no-repeat;
  height: 174px;
  width: 620px;
}
#outerWrapper #contentWrapper #content #mainCONTENT {
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px; 
	width: 600px;
}
#outerWrapper #footer {
	background-color: #89BB29;
	padding: 10px 10px 10px 10px; 
	font: 13px Arial, Helvetica, sans-serif;
	color: #451B00;
}
#outerWrapper #footer a:link {
	color: #451B00;
	font-weight: bold;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#outerWrapper #footer a:visited {
	color: #451B00;
	font-weight: bold;
	text-decoration: none;
}
#outerWrapper #footer a:hover {
	color: #451B00;
	text-decoration: underline;
}
#outerWrapper #footer a:focus {
	color: #451B00;
	text-decoration: none;
}
#outerWrapper #footer a:active {
	color: #451B00;
	text-decoration: underline;
}

ul.left {
	list-style-type:none;
	font: 19px/28px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-left: 5px;
}
.left li {
	font: 19px/28px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background:transparent url(images_av/bullet-leaf.jpg) no-repeat;
	background-position:0 2px;
	padding: 0px;

}

.green {
	color: #89BB29;
}
.brown {
	color:#451B00;
}

