	.indextable {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #47433e;
	}
	.indextable table {
		border: 1px solid #666666;		
	}
	.indextable #tablecont {
		padding: 5px;
		background-color: #CCC;
		border: 1px solid #666666;
		vertical-align: middle;
	}
	.indextable #tablehead {
		background-color: #F1E1C8;	
	}
	
	.indextable #tablecont {
		background-color: #cccccc;
	}
	.ratetable {
		font-family: "Times New Roman", Times, serif;
		font-size: 13px;
		color: #47433e;
	}
	.ratetable table {
		border: 1px solid #666666;		
	}
	.ratetable #tablecont {
		padding: 5px;
		background-color: #CCC;
		border: 1px solid #666666;
		vertical-align: middle;
	}
	
	
	.ratetable #tablecont {
		background-color: #cccccc;
	}
	
	.ratetable #tablehead {
		background-color: #F1E1C8;	
	}

/* NAV */
.extraspace {
	padding-left: 0px;
	padding-right: 20px;
}
.h_nav_container {
	width: 100%;
	
}
.h_nav {
	padding-left: 90px;	
}
#navbg {
	width: 800px;
	height: 37px;
	vertical-align: top;
	background-image: url(../images/nav_bg_800.jpg);
	background-repeat: no-repeat;	
	
}
.h_nav a {
	float: left;
	display: block;	
}
.h_nav img {
	display: block;
	float: left;
}



/*END NAVIGATION */
#content {
	background-image: url(../images/leaf_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 494px;
	border-left: 6px solid #ffffff;
	border-top: 6px solid #ffffff;
	border-bottom: 6px solid #ffffff;
	padding: 17px;
	vertical-align: top;
}

#content a {
	color: #a07e58;
	font-weight: bold;
}

#content a:hover {
color: #435732;	

}
#container 
{
	margin-left: auto;
	margin-right: auto;
	width:800px;
}

#center
{
	text-align: center;
}

#body
{
	padding-top: 15px;
	padding-left:30px;
	padding-right:30px;
}


 .r_col_box #gtitle{
	color: #4e5f3b;
}
 .r_col_box #text{
	color: #47433e;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
}
.r_col_box img {
	border: solid 3px #ffffff;	
}
.r_col_box #link a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #a2754d;	
}
.r_col_box #link a:hover {
	color: #435732;	
}

.imgpad {
	padding-right: 5px;	
}

/* RIGHT COLUMN */
.right_column {
	width: 300px;
	padding: 11px;
	border: solid 6px #ffffff;
	background-color: #f2eee3;
	text-align: left;
	vertical-align: top;
}
/*END RIGHT COLUMN */
/* FOOTER */
#footer 
{
	background-color: #435732;
	font-size:11px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	color:#ffffff;
	height:24px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}


#links  
{
	text-decoration:none;
	padding-left: 10px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;

	color:#ffffff;
}

#links  a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: underline;
	text-align:left;
	color:#ffffff;
	padding-left: 10px;
	padding-right: 10px;
}

#links a:hover {
	color: #a2754d;
	text-decoration: underline;

}

#copy
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-align:left;
	float:right;
	padding-right: 10px;
}

.error 
{
  border: 1px solid #8B2628;
  background-color: #FEFEF3;
  width: 98%;
  padding: 5px;
  font-size: 12px;
  font-family:Arial, Helvetica, sans-serif;
}

.fix 
{
 font-size:13px;
 color: #8B2628;
 font-weight:bold;
}

#bg
{
	background-color: #a2754d;
	color:#FFFFFF;
	font-weight:bold;
	padding:4px
}


