/* Logo */

#logo {
position: relative;
background-color: #513e1e;
background-position: center;
background-image: url('banner.jpg');
background-repeat: no-repeat;
border-bottom: 2px solid;
border-color:  #513e1e;
height: 95px;
}

body {
	margin: 0;
	padding-left: 0em;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	background-color: #cccc9a;
	color: #000000;
	border-top:  2px solid;
	border-left: 4px solid;
	border-right: 4px solid;
	border-color: #8f3302;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #385B88;
}

h2 {
	padding-bottom: 10px;
	margin-bottom: .8em;
	font-size: 2em;
	font-weight: normal;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #E08934;
}

a:hover {
	text-decoration: underline;
}

img {
}

#body-text{
margin-top: 10px;
padding-left: 16em;
}

/* Footer */

#footer {
position: static;
clear: both;
margin: 0 auto;
margin-top: 0px;
border-top: 0px;
background-color: #8f3302;
border-bottom: 0px;
height: 7px;
}