/* CSS Document */
body {
	background-image: url(images/Creme_browserbg.jpg);
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

#page {
	width: 796px;
	padding-left: 2px;
	padding-right: 2px;
	background-image: url(images/index_page_background.jpg);
	background-repeat: repeat-y;
	min-height: 500px;
}

#insidepage {
	width: 796px;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	background-image: url(images/page_background.jpg);
	background-repeat: repeat-y;
	min-height: 500px;
}

#topmenu {
	background-color: #EFE5C5;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}

#topmenu ul {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}

#topmenu ul li {
	list-style-type: none;
	display: inline;
	padding-right: 20px;
}

#topmenu ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
	color: #938D7A;
}

#topmenu ul li a:hover, #topmenu ul li a.selected {
	text-decoration: none;
	color: #000000;
}

#body_content {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

#body_content a {
	color: #AC6D53;
	text-decoration: underline;
}

#body_content a:hover {
	color: #000000;
}

#body_content #subpages ul {
	margin: 0px;
	padding: 0px;
}

#body_content #subpages ul li {
	display: inline;
	list-style-type: none;
	padding-right: 40px;
}

#body_content #subpages ul li a {
	color: #938D7A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#body_content #subpages ul li a:hover, #body_content #subpages ul li a.selected {
	color: #AC6D53;
	text-decoration: underline;
}

.page_title {
	font-size: 22px;
	font-weight: bold;
	color: #AC6D53;
}

strong.brown {
	color: #AC6D53;
}

#footer {
	width: 657px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

