﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #EDE0CD;
}
html, body {
    height: 100%;
}
#container {
	min-width: 600px;
	min-height:100%;
}
#masthead {
	border-bottom-style: groove;
	border-color: #663300;
	border-width: medium;
	background-color: #663300;
	font-size: x-large;
	color: #EDE0CD;
	text-decoration: none;
	font-family: "Monotype Corsiva", Garamond, sans-serif;
	text-align: center;
	height: 180px;
	position: relative;
	z-index: 0;
}
#logo1 {
	margin: 5px;
	border-color: #EDE0CD;
	position: relative;
	z-index: 1;
	float: left;
	padding: 5px;
	border-style: groove;
}
#logo1 img {
	border-width: 0px;
	height: 150px;
	width: 150px;
}
#purpose1 {
	position: absolute;
	z-index: 2;
	width: 300px;
	top: 110px;
	left: 195px;
}
#addressInfo1 {
	padding: 5px;
	font-size: small;
	text-decoration: none;
	color: #EDE0CD;
	font-family: Papyrus, Garamond, sans-serif;
	text-align: center;
	width: 200px;
	z-index: 2;
	position: relative;
	float: right;
}
#addressInfo1 a {
	color: #EDE0CD;
	text-decoration: none;
}
#top_nav {
	height: 5px;
}


#left_col {
	padding: 5px;
	border: medium double #663300;
	width: 155px;
	margin-left: 5px;
	float: left;
	background-color: #E8D7BD;
}
#button {
	width: 150px;
	border-right: 1px solid #000;
	padding: 0 0 0 0;
	margin-bottom: 0;
	font-family:  Papyrus, Garamond, sans-serif;
}

#button ul {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px
}
#button li {
	display: block;
	padding: 0px;
	margin: 0px;
	border: 1px solid #EDE0CD;
	background-color: #663300;
}
#button a {
	color: #EDE0CD;
	text-decoration: none;
	display: block;
	padding: 1px;
	border: 1px outset #663300;
	font-weight: bold;
	text-align: center;
	font-size: 100%;
	background-color: #663300;
}
#button a:hover {
	text-decoration: none;
	border: 1px solid #663300;
	color: #EDE0CD;
	font-weight: bold;
	background-color: #462300;
	font-style: normal;
	font-variant: normal;
}
#left_notes {
	position: relative;
	z-index: 4;
	width: 150px;
	margin-bottom: 5px;
	border: thin inset;
	text-align:center;
	font-family:Papyrus, Garamond, sans-serif;
	background-color:#EDE0CD;
}
#left_notes a {
	color: #663300;
	font-weight: bold;
	border-style: none;
	text-align:  center;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;

}
#left_notes a:visited {
	font-weight: bold;
	color: #775300;
	border-style: none;
	text-decoration: none;
}
#left_notes a:hover {
	font-weight: bold;
	color: #462300;
	border-style: none;
	text-decoration: none;
}
#left_notes a:active {
	font-weight: bold;
	color: #663300;
	border-style: none;
	text-decoration: underline;
}
#left_col h1 {
	font-family: "Monotype Corsiva", Garamond, sans-serif;
	font-size: x-large;
	color: #663300;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
#page_content {
	padding: 5px;
	margin-left: 180px;
	text-align: left;
	font-family: Papyrus, Garamond, sans-serif;
	color:#462300;
	margin-bottom: 5px;
}
#centreText {
	position: relative; 
	width: 99%; 
	z-index: auto; 
	margin-right: auto; 
	margin-left: auto;
}


#footer {
	clear: both;
	font-family:  Papyrus, Garamond, sans-serif;
	color: #EDE0CD;
	font-size: small;
	text-decoration: none;
	text-align: center;
	background-color: #663300;
	border-style: groove none none none;
	border-width: medium;
	border-color: #663300;
}
#footer a {
	color: #EDE0CD;
	text-decoration: none;
}
#centreText img {
	border:thin black solid;
	margin: 5px 5px 5px 5px;
}
.BBLogoText {
	font-family: "Monotype Corsiva", Garamond, sans-serif;
	font-size: larger;
	font-weight: bolder;
	color: #663300;
}
.BBBlockquote {
	font-family: "Monotype Corsiva", Garamond, sans-serif;
	font-size: larger;

}
