body {
	background-color: #298597;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #662813;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

html>body {text-align: -moz-center;}

td {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #662813;
	text-align: left;
}

.left_bg {
	background-image: url(images/bg_left.gif);
	background-repeat: repeat-y;
}

.right_bg {
	background-image: url(images/bg_right.gif);
	background-repeat: repeat-y;
}

.music {
	background-color: #85A5BC;
}

.text_top {
	background-image: url(images/text_top_bg.gif);
	background-repeat: no-repeat;
	padding: 10px;
	line-height: 15px;
}

.text_bottom {
	background-image: url(images/text_bottom_bg.gif);
	background-repeat: no-repeat;
	padding-top: 48px;
	padding-left: 10px;
	padding-right: 16px;
	padding-bottom: 4px;
	line-height: 14px;
}

.header {
	border-bottom-style: solid;
	border-bottom-color: #2A6F98;
	border-bottom-width: 1px;
}

.nav {
	border-top-width: 2px;
	border-top-color: #ffffff;
	border-top-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #B78B36;
	border-bottom-style: solid;
	background-color: #298597;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}

.indent {
	padding-top: 10px;
	padding-left: 15px;
}

.body {
	border-top-width: 5px;
	border-top-color: #ffffff;
	border-top-style: solid;
}

.contact_body {
	border-top-width: 5px;
	border-top-color: #ffffff;
	border-top-style: solid;
	background-image: url(images/contact_bg.gif);
	background-repeat: repeat-y;
	padding-left: 16px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.footer {
	background-color: #A23028;
	color: #ffffff;
	padding-top: 8px;
	padding-bottom: 16px;
}

form {
	margin-bottom: 0px;
}

.input_btn {
	background-color: #A23028;
	padding: 4px;
	border-style: solid;
	border-color: #BDC0A7;
	border-width: 1px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 0px;
}

a:link {
	color: #ffffff;
	text-decoration: underline;
}

a:visited {
	color: #ffffff;
	text-decoration: underline;
}

a:active {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}