@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E1B741;
	font-size: 12px;
}

#centerbar{
	color: #FFFFFF;
	background-color: #642200;
	text-align:center;
	font-size: 14px;
	font-stretch:wider;
}

#leftmenu
{
	width: 175px;
	background-image: url("images/LeftMenu_BK.jpg");
	vertical-align: top;
	padding-top: 5px;
	padding-left: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#rightmenu
{
	width: 175px;
	background-image: url("images/RightMenu_BK.jpg");
	vertical-align: top;
	padding-top: 5px;
	padding-left: 15px;
}

#copyright
{
	text-align: right;
	color: #642200;
	font-size: 10px;
	/* background-image: url("images/BottomBar.jpg"); */
}

#footer
{
	text-align: center;
}

#wrapper
{
	width: 766px;
	border: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#table3cols{
	width: 766px;
}

#bodytext{
	vertical-align: top;
	background-color: #FFF;
	width: 386px;
	padding: 5px 10px 2px 10px;
	height:auto;
}

#recaptcha_area
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	color: #642200;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	color: #642200;
	font-size: 12px;
	font-weight: bold;
}

.emailsucessful {
	font-size: 12px;
	font-weight: bold;
	color: #00CC00;
}

.emailunsucessful {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

li {
	padding-top: 5px;	
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}

li a:link, li a:visited, li a:hover, li a {
	text-decoration: underline;
	color: #000;
}