/* CSS Document */

body {
	margin-top: 0px;
	background-color: #336633;
	background-repeat: repeat-x;
	}

td.middle {
	background-image: url(images/home_nav/fill.gif);
	}
	
td.middle2 {
	background-image: url(images/fill2.gif);
	}
	
td.bottom {
	background-image: url(images/home_nav/bottom.gif);
	}
	
td.bottom2 {
	background-image: url(images/inside_nav/bottom2.gif);
	}

td.content {
	background-image: url(images/content_back.jpg);
	}
	
p.body {
	margin-top: 10px;
	margin-right: 50px;
	margin-left: 66px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6c8755;
	font-size: 12px;
	font-weight: normal;
	}
	
p {
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6c8755;
	font-size: 12px;
	font-weight: normal;
	}
	
blockquote {
	margin-top: 10px;
	margin-right: 62px;
	margin-left: 66px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6c8755;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	}
	
blockquote.ent {
  margin: 0 62px 0 76px;
}
	
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6c8755;
	font-size: 12px;
	font-weight: normal;
	list-style-type: none;
	padding-left: 0px;
	}
	
a.links {
	text-decoration: none;
	border-bottom:1px dotted;
	color: #663333;
	}
	
a:hover.links {
	text-decoration: none;
	border-bottom:1px dotted;
	color: #6c8755;
	}
	