body {
	margin:0;
	padding:0;
	background-color:#725a0a;
	font-family:Arial, Helvetica, sans-serif;
}


.error {
	color: red;
	font-weight: bold;
}

div.error {
	width:80%;
	height:40px;
	background-color:#FAEAEC;
	border:1px solid #F0BEC3;
	text-align:center;
	padding-top:18px;
}

.navigation {
	height:44px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	letter-spacing:-1px;

}

.navigation a {
	color:#ddd6bf;
	text-decoration:none;
	outline:none;
}

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

.current {
	background-image:url(images/tab-middle.gif);
	color:#ddd6bf;
	text-align:center;
}
.current a {
	color:#ddd6bf;
	text-decoration:none;
}
.current a:hover {
	color:#ddd6bf;
	text-decoration:none;
}


.spacer_right {
	width:5px;
}

.spacer_left {
	width:5px;
}

#content {
	font-size:13px;
	color:#415806;
	padding:0px 30px 30px 30px;
	line-height:21px;
}

#content a {
	color:#95813f;
}
#content a:hover {
	color:#b89112;
}




#content h1 {
	color:#65a92e;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:-1px;
	margin-top:24px;
}

#content h2 {
	font-size:13px;
	color:#8c7e50;
	text-transform:uppercase;
}

#content .small {
	font-size:11px;
	color:#788653;
	line-height:16px;
}

#green_box {
	color:#ffffff;

}	

#green_box a {
	color:#afee7c;
}	
#green_box a:hover {
	color:#c8fc9d;
}

#green_box ul {
	margin-left: 5px;
	padding-left: 0;
	list-style: none;
}

#green_box ul li {
	padding-left: 15px;
	background-image: url(images/green_box-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}  
#footer {
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	color:#fff4d1;
	font-size:11px;
}
#footer a {
	color:#fff4d1;
}
.left {
	float:left;
	margin: 0 35px 15px 0;
}
div.left {
	width:245px;
	text-align:center;
}
.right {
	float:right;
	margin: 0 0 15px 35px;
}
div.right {
	width:320px;
	text-align:center;
}