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

body { 
	background-image: url(../images/bkg_grn.gif);
	background-repeat: repeat-x;
	background-color: #4b4811;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
} 

.Headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #4a331f;
	font-weight: bold;
}

.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #ded4c5;
	font-weight: normal;
}

.White_Headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.bodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #383609;
	font-weight: normal;
}

.header_table{
	border-right: 1px solid #5c4531;
	border-left: 1px solid #5c4531;
	border-bottom: 0px solid #5c4531;
	border-top: 1px solid #5c4531;
}

.video_table{
	background-image: url(../images/barnwood.gif);
	background-repeat: no-repeat;
	height: 46px;
}

.cellbkg {
	background-image: url(../images/bkg_2.gif);
	background-repeat: repeat-y;
	background-color: #eae3d3;
}

.brown_divider {
	background-image: url(../images/brn_divider.gif);
	background-repeat: repeat-y;
}

.nav_table{
   	color: #693a14;
	border-right: 12px solid #000000;
	border-left: 12px solid #000000;
	border-bottom: 0px solid #000000;
	border-top: 12px solid #000000;
}

.footer_table{
	background-image: url(../images/footer_bkg_1.jpg);
	background-repeat: repeat-x;
	border-right: 12px solid #000000;
	border-left: 12px solid #000000;
	border-bottom: 12px solid #000000;
	border-top: 12px solid #000000;
}

A.White:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #ded4c5;
}

A.White:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #ded4c5;
}

A.White:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #ded4c5;
}

A.White:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #ded4c5;
}

A.Tan:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #ded4c5;
}

A.Tan:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #ded4c5;
}

A.Tan:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #ded4c5;
}

A.Tan:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #ded4c5;
}

A.Brown:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #4a331f;
}

A.Brown:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #4a331f;
}

A.Brown:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #4a331f;
}

A.Brown:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #4a331f;
}

.menu {
    color: #FFFFFF;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
	vertical-align: middle;
	text-align: center;
	display: block;
	
	
	/*line-height: 30px;*/
}

.menu:hover {
/*	background-image: url(../images/navbar_bg.gif);*/
	color: #FFFFFF;
	background-position: center;

}


.navbkg {
	height: 32px;
}

.navbkg:hover {
	background-image: url(../images/nav_bkg.gif);
	background-repeat: repeat-x;
	height: 32px;
}	

