body {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
font-style : normal;
font-weight : normal;
color: #000000;
line-height : 15px;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 10px;
background-image: url(../images/backgrd/main-back.gif);
background-repeat: repeat;
}

p {
font-size : 12px;
line-height: 15px;
}

.standout {
	font-weight: bold;
	color: #971E1E;
}

h1 {
font-size : 14px;
font-weight: bold;
color: #5A6030;
line-height: 16px;
}

h2 {
font-size : 14px ;
font-weight: bold;
font-style: italic;
color: #5A6030;
line-height: 16px;
}

h3 {
font-size : 12px;
font-weight: bold;
color: #5A6030;
border-bottom: 1px solid #5A6030;
}

h4 {
font-size : 12px;
font-weight: bold;
font-style: italic;
color: #5A6030;
}

h5 {
font-size : 10.5px;
}

h6 {
font-size : 9px;
}
/* Photos */
.photo_left {
border: 0;
padding: 0 5px 5px 0;
}


ol {
list-style-type : decimal;
list-style-position : outside;
font-size: 90%;
line-height: 15px;
text-indent: 0px;
margin-left: 25px;
}

ul {
list-style-image : url(../images/bullets/hr.gif);
list-style-position : outside;
font-size: 80%;
line-height: 16px;
text-indent: 0px;
margin-left: 20px;
}

ul ul {
list-style-image: url(arrow.gif);
list-style-position: outside;
font-size: 100%;
line-height: 15px;
}

li.nav {
list-style-image: none;
list-style: none;
margin-left: -20px;
}

li.navsub {
list-style-image: none;
list-style: none;
margin-left: -15px;
}
a: {
	color: #66804C;
	text-decoration: underline;
	font-weight: bold;
 }
 
a:link {
	color: #66804C;
	text-decoration: underline;
	font-weight: bold;
 }

a:visited {
	color: #66804C;
	text-decoration: underline;
	font-weight: bold;
 } 
 
a:active {
	color: #B2231B;
	text-decoration: underline;
	font-weight: bold;
  }
  
a:hover {
	color: #B2231B;
	text-decoration: none;
	font-weight: bold;
}

a.nav {
	text-decoration:none;
}

a.nav:link {
	text-decoration:none;
}

a.nav:visited {
	text-decoration:none;
}

a.nav:active {
	text-decoration:none;
}

a.nav:hover{
	text-decoration:none;
}

