﻿body, td, th {
	padding: 0 0 0 0;
	background-color: #F2BF7D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3B594C;
	font-size: 12px;
}
.container {
	border-width: 0;
}
.wave {
	background-image: url('wave.gif');
	background-repeat: no-repeat;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
a {
	color: #864D3F;
	text-decoration: underline;
}
a:visited {
	color: #864D3F;
	text-decoration: underline;
}
a:active {
	color: #2C5E51;
	text-decoration: none;
}
a:hover {
	color: #E99727;
	text-decoration: none;
}
.nav {
	border: 0px;
	padding-left: 15px;
}
.logo {
	border-width: 0px;
	margin-left: 18px;
}
.subtitle {
	font-size: 14px;
	color: #864D3F;
	font-weight: bold;
}
.xxsmall {
	font-size: xx-small;
}
.right_picture {
	border-width: 0;
}
.page_title {
	text-align: center;
	color: #FFD997;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background: url('page_top.gif') repeat-y;
	height: 125px;
	width: 242px;
	vertical-align: middle;
}
.footer {
	text-align: center;
	font-size: 9px;
}
.right_sidebar {
	background-color: #39594C;
}
/*Navigation */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.buttonmenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 160px;
}
.buttonmenu li a {
	color: #864D3F;
	display: block;
	width: 100%;
	padding: 5px 4px 5px 4px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid;
	border-color: #F3CC9A #5A3A54 #5A3A54 #F3CC9A;
/*light dark dark light*/	background-color: #FFCE86;
	text-decoration: none;
	text-align: center;
}
.buttonmenu li a:visited {
	color: #864D3F;
	text-decoration: none;
}
.buttonmenu li a:hover, .buttonmenu li a:active {
	color: #FFCE86;
	background-color: #3C594C;
	text-decoration: none;
}
