@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffe1a2;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #000;
	
	margin: 0;
	padding: 0;
}

a, a:link, a:visited {
	color: #bd5a21;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

#container {
	width: 700px;
	margin: 0 auto;
}

#header {
	width: 600px;
	height: 100px;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	
	margin-bottom: 35px;
}

#left_nav {
	float: left;
	width: 180px;
	text-align: center;
}

#left_nav ul li, #left_nav ul {
	padding: 0;
	margin: 0;
	display: block;
	list-style: none;
}

#left_nav ul li {
	background-image: url(/images/leftnav_bg.jpg);
	background-repeat: no-repeat;
	height: 30px; /* 45px - padding = 30px; */
	width: 135px;
	font-size: 12px;
	font-weight: bold;
	
	padding-top: 15px;
}

#left_nav a, #left_nav a:link, #left_nav a:visited {
	color: #000;
	text-decoration: none;
}

#left_nav a:hover {
	color: #bd5a21;
}

#content {
	float: right;
	width: 500px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #993333;
}

#content h1 {
	font-size: 15px;
	font-weight: bold;
}

#content h2 {
	font-size: 13px;
	font-weight: bold;
}

#footer {
	background-image: url(/images/br.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 15px;
	padding-top: 15px;
	text-align: center;
}

/* MEMBERSHIP FORM */
.member_fld {
	width: 98%;
}

.required {
	color: #ff0000;
	font-weight: bold;
}

/* PAYPAL RELATED */
.paypal_status {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #993333;
}

#navlist
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #572E1C;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #572E1C;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #572E1C;
}

#navlist a:hover { color: #572E1C; }