html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	position: relative;
	background-color: #f5debe;
	font-size: 80%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #632521;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
div#container {
	padding: 0px;
	width: 80%;
	min-width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 1em;
	position: relative;
}
div#header {
	padding: 0px;
	min-width: 770px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
div#nav {
	float: right;
	text-align: right;
	width: 555px;
	margin-top: 45px;
}
#nav p {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
}
#header #nav a:link {
	text-decoration: none;
	color: #632521;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
#header #nav a:visited {
	text-decoration: none;
	color: #632521;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
#header #nav a:active {
	text-decoration: none;
	color: #632521;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
#header #nav a:hover {
	color: #632521;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
#nav .bar {
	font-size: 2em;
	color: #BCB58D;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}




img#logo {
	float: left;
}
#nav hr {
	margin: 0px;
	padding: 0px;
	height: 1px;
	background-color: #97836c;
	color: #97836c;
}
div#leftNav {
	padding: 0px;
	float: left;
	height: 217px;
	width: 146px;
	background-image: url(../images/leftnavBox.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 35px;
	margin-left: 0px;
}
#leftNav p {
	position: relative;
	margin: 0px;
	padding-top: 26px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 40px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-variant: small-caps;
}
#container #leftNav a:link {
	text-decoration: none;
	color: #632521;
}
#container #leftNav a:visited {
	text-decoration: none;
	color: #632521;
}
#container #leftNav a:active {
	text-decoration: none;
	color: #632521;
}
#container #leftNav a:hover {
	text-decoration: underline;
	color: #632521;
}
div#rightBox {
	padding: 0px;
	float: right;
	width: 243px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 35px;
}



.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 2em;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 1.5em;
}
.bold {
	font-weight: bold;
}
.boldunderline {
	font-weight: bold;
	text-decoration: underline;
}
.bolditalics {
	font-style: italic;
	font-weight: bold;
}


.italics {
	font-style: italic;
}
.boldUppercase {
	font-weight: bold;
	font-variant: small-caps;
}
.underline {
	text-decoration: underline;
}


p.border {
	margin: 0px;
	padding: 3px;
	border: 1px solid #632521;
}


form#contact {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 181px;
	position: relative;
}
div#contactBox {
	padding: 0px;
	width: 450px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	font-weight: bold;
}
div.contactBoxes {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 225px;
}
.contactbox {
	background-color: #EEEEEE;
	border: 1px solid #632521;
	font-weight: normal;
	background-image: url(../images/formBgNormal.jpg);
	background-repeat: repeat-x;
}
.contactbox:focus {
	background-color: #FFFFFF;
	border: 1px solid #d3c8c4;
	font-weight: normal;
	background-image: url(../images/formBgFocus.jpg);
	background-repeat: repeat-x;
}
.commentbox {
	background-color: #F3DFC4;
	border: 1px solid #632521;
	font-weight: normal;
}
.commentbox:focus {
	background-color: #EEEEEE;
	border: 1px solid #d3c8c4;
	font-weight: normal;
}
.contactbutton {
	color: #FFFFFF;
	background-color: #217A69;
	border: 1px solid #FFFFFF;
	font-weight: normal;
}
.contactbutton:active {
	color: #CCCCCC;
	background-color: #154F43;
	border: 1px solid #CCCCCC;
	font-weight: normal;
}
.contactbutton:hover {
	color: #217A69;
	background-color: #FFFFFF;
	border: 1px solid #217A69;
	font-weight: normal;
}
#container a:link {
	text-decoration: none;
	color: #217A69;
}
#container a:visited {
	text-decoration: none;
	color: #217A69;
}
#container a:active {
	text-decoration: none;
	color: #217A69;
}
#container a:hover {
	text-decoration: underline;
}
ol.upperAlpha {
	list-style-type: upper-alpha;
}
ol.lowerAlpha {

	list-style-type: lower-alpha;
}
ul.square {
	list-style-type: square;
}
div.tdbox {
	margin: 0px;
	float: left;
	width: 250px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
div#contentMain {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 181px;
}
p#beingthere {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	font-style: italic;
}

#slide{
	min-width: 770px;
	padding: -90px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:center;
}

#smslide{
	min-width: 770px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:center;
}

div#footer {
	padding: 15px;
	margin: 0px;
	text-align: center;
	clear: both;
}
div#footer p {
	text-align: center;
}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #217A69;
}
#footer a:hover {
	text-decoration: underline;
}