@charset "utf-8";
/* CSS Document */
/*Colors
brick red: #7b2e00
creme: #fae8b8
green: #005826
*/


body {
	font-family: "Trebuchet MS", "Serifa BT";
	margin:0;
	background-image: url(/images/background/bodyBGL.gif);
	background-repeat: repeat-x;
	background-color: #fbefcd;
}

.header2 {
	background-image: url(/images/header/dry_creek.jpg);
	background-repeat: no-repeat;
	height:160px;
	width:780px;
	background-position: left top;
}

.c_table_lt {
	background-image: url(/images/content/lt.png);
	background-repeat: repeat-y;
	width:22px;
}

.c_table_rt {
	background-image: url(/images/content/rt.png);
	background-repeat: repeat-y;
	width:19px;
	
}

.c_table_left_but {
	background-image: url(/images/content/lt_button.png);
	background-repeat: no-repeat;
	width:22px;
	height:27px;
}
.c_table_right_but {
	background-image: url(/images/content/rt_button.png);
	background-repeat: repeat-y;
	width:19px;
	height:27px;

}
.c_table_bt {
	background-image: url(/images/content/bot.png);
	background-repeat: repeat-x;
	height:21px;
}
.c_table_left_bt {
	background-image: url(/images/content/lt_bot.png);
	background-repeat: no-repeat;
	width:22px;
	height:21px;
	}
.c_table_rt_bt {
	background-image: url(/images/content/rt_bot.png);
	background-repeat: no-repeat;
	width:19px;
	height:21px;
}
.c_table_mid {
	background-image: url(/images/content/mid.png);
	background-repeat: repeat;
}
.button {
	width:600px;
	background-image: url(/images/button/button_bkgrd.gif);
	background-repeat: repeat-x;
	}

.button_text {
	color:#7b2e00;
	text-align:center;
	}
.button_text a:hover {
	color:#005826;
	background-image: url(/images/button/button_bkgrd_ov.gif);
	background-repeat: repeat-x;
	}
.main_table {
	background:#fae8b8;
	font-family:"Trebuchet MS", "Serifa BT"; 
	color:#000000;
}

.right_nav_mid {
	background-image:url(/images/rt_nav/mid.png);
	background-repeat:repeat-y;
	width:151px;
}
.right_nav_bot {
	background-image:url(/images/rt_nav/bottom.png);
	background-repeat:no-repeat;
	width:151px;
	height:15px;
}
/*HEADER TEXT*/

.heading {
	font-size:16px;
	color:#7b2e00;
}

.heading a:link {
	font-size:16px;
	color:#7b2e00;
	text-decoration:none;
}
.heading a:hover {
	font-size:16px;
	color:#005826;
	text-decoration:none;
}

/*MAIN CONTENT TEXT*/

.content   {
	color: #000000;
	font-size:12px;
	line-height:22px;
	text-align:justify;
	text-decoration:none;
}

.content a:link {
	color: #7b2e00;
	font-size:12px;
	line-height:22px;
	text-align:justify;
	text-decoration:none;
}

.content  a:hover {
	color: #005826;
	font-size:12px;
	line-height:22px;
	text-align:justify;
	text-decoration:none;
}

.content  a:visited {
	color: #7b2e00;
	font-size:12px;
	line-height:22px;
	text-align:justify;
	text-decoration:none;
}



/*FOOTER*/

.footer, .footer a:link, .footer a:visited {
	font-size:12px; 
	color: #7b2e00;
	text-decoration:none;
}

.footer a:hover {
	font-size:12px; 
	color: #005826;
	text-decoration:none;
}

/*FEATURED */
.featured, .featured a:link, .featured a:visited {
	color: #fae8b8;
	font-size: 12px;
	text-decoration:none;
}
.featured a:hover {
	color: #ffffff;
	text-decoration:none;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #005826;
}