@charset "utf-8";
/* CSS Document */

body {
	background-color:#AA712A;
	margin-top:0px;
	margin-bottom:20px;
}

#header {
	background-image:url(images/gfx_header.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	text-align:left;
	height:80px;
	width:800px;
}

#logo {
	background-image:url(images/gfx_title.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:126px;
	width:800px;
}

#bigbg {
	background-color:#B8802B;
}

.gap_width_10px{
	width:10px;
}

.content {
	background-color:#FFFFFF;
	vertical-align:top;
	text-align:left;
}

.content p {
	margin-top:0px;
	margin-bottom:15px;
}

.sidebar_top {
	background-color:#000000;
	text-align:left;
}

.sidebar_btm {
	background-color:#8D5B1D;
}

.sidebar_gap {
	background-image:url(images/gfx_sidebar-shadow.gif);
	background-repeat:repeat-x;
	background-color:#8D5B1D;
	background-position:top left;
	height:8px;
}

.txt_30px_DAA32C{
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	letter-spacing:-1px;
	color:#DAA32C;
	font-weight:bold;
	line-height:30px;
}

.txt_20px_DAA32C{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#DAA32C;
	line-height:20px;
}

.txt_20px_white{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	line-height:20px;
}

.txt_15px_black{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#000000;
	line-height:16px;
}

.txt_15px_white{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:16px;
}

.txt_12px_black{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:14px;
}

.txt_12px_b{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#b8802b;
	line-height:14px;
}

.txt_12px_white{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:14px;
}

.txt_11px_white{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height:12px;
}

.txt_11px_ffc555{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFC555;
	line-height:12px;
}

A.link01:link, A.link01:visited, A.link01:active{
	text-decoration: none ;
	color:#FFFFFF;
	}
A.link01:hover 
{
	text-decoration:underline;
	color:#FFFFFF;
}