﻿body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003163;
	font-size: 0.8em;
	background-image: url('images/background8.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
}
div#container {
	width: 900px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #babb93;
	border-left: 2px solid #babb93;
	background-color: #fff;
}
div#masthead {
	text-align: center;
	width: 880px;
	padding:0 10px 0 10px;
	margin:0px;
	border: 1px dotted #5c743d;
	background-color: #babb93;
}
div#navigation {
	position: relative;
	float: left;
	width: 140px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#content {
	text-align: justify;
	float: right;
	width: 715px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
div#footer {
	clear:both;
	text-align: center;
	width: 100%;
	border: 1px dotted #babb93;
}
/* Masthead Styles */
#masthead p {
	color: #633131;
	font-family: Papyrus;
	margin-top:15px;
	margin-bottom:20px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #5c743d;
	background-color: #9c3100;
}
#navigation a {
	color: #633131;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #babb93;
}
#navigation a:active {
	color: #633131;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #5D8841;
}
#navigation a:hover {
	color: #633131;
	text-decoration: none;
	background-color: #F39637;
}
#navigation a.new {
	font-family: pristina;
	color: #d0333e;
	background-color: #fff;
}
/* Content Styles */
h6 {
	color: #d0333e;
	font-family: Pristina, Harrington;
}
h5 {
	color: #633131;
	font-family: Papyrus;
	text-align:center;
}
h4 {
	color: #2e7273;
	font-family: Papyrus;
}
h3 {
	color: #633131;
	font-family: Papyrus;
}
h2 {
	color: #F64126;
	font-family: Papyrus;
}
#content h1 {
	color: #5c743d;
	font-family: Papyrus;
	font-size:12pt;
}
#quote {
width:490px;
	background-color:#FDD4CD;
	margin-left:30px
}
#quote1 {
width:490px;
	background-color:#FDD4CD;
	margin-left:30px
}
.testimonial {
	color:black;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	padding:3px;
}
/* Footer Styles */
#footer p {
	color: #633131;
}
#footer a {
	color: #5c743d;
	text-decoration: underline;
}
#footer a:hover {
	color: #babb93;
	text-decoration: none;
}
a {
	color: #633131;
	text-decoration: underline;
}
a:hover {
	color: #9c3100;
	text-decoration: underline;
}
.largetext {
	font-size: 16pt;
	font-style:italic;
}
.exlarge {
	font-size: 36pt;
	padding:0px;
	font-weight:bold;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.photo {
	border-style: none;
	margin-left: 5px;
	margin-right: 5px;
}
.copyright {
	font-size: 0.7em;
	font-style: italic;
}
