td img {display: block;}

/* Start Navigation stuff */

a:link {
	text-decoration: none;
	color: #330033;
}
a:visited {
	text-decoration: none;
	color: #003333;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #003333;
}
img {
	border:none;
}

hr {color: #330000; background-color: #330000; height: 0.05em; }

/* End Navigation stuff */

.header {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-size: 16px;
}
.nav_text {font-family: "Trebuchet MS"; color: #FFCC00; font-size: 16px; }

.nav_text a {font-family: "Trebuchet MS"; color: #FFCC00; font-size: 16px; }


.text {font-family: "Trebuchet MS"; color: #003300; font-size: 12px; }
.text_rh {font-family: "Trebuchet MS"; color: #330000; font-size: 12px; }
.text_rh10 {font-family: "Trebuchet MS"; color: #330000; font-size: 10px; }
.text_rhinner {font-family: "Trebuchet MS"; color: #FFFFFF; font-size: 12px; }
.text_footer {font-family: "Trebuchet MS"; color: #330000; font-size: 10px; }
.text_filer {font-family: "Trebuchet MS"; color: #C4DAA3; font-size: 12px; }


.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #330000;
	font-weight: bold;
}
.style2 {font-family: Arial, Helvetica, sans-serif; color: #330000; font-weight: bold; font-size: 12px; }



body{
	background-color:#333300;

}

#wrapper{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:-10px;
	width:1000px;
	height:100%;
	background-color:#FFFFFF;
	}

#header{
	height:160px;
	width:1000px;
	background-repeat: no-repeat;
	background-position: top;
	}

#nav_bar{
	height:25px;
	width:990px;
	margin-left:5px;
	/*border: 1px solid #223520;*/
	background-color:#C4DAA3;
	background-image:url(../images/nav_banner/grassunderbanner25x990.jpg);
}

#nav_text{
	/*display:inline-table;*/
	float:left;
	/*padding-left:5px;
	padding-top:2px;*/
	width: 150px;
	height:23px;
	
}

#main_body{
	height:100%;
	width:990px;
	margin:5px;
	padding-bottom:5px;
	border: 1px solid #223520;
}

#main_content{
	width:750px;
	padding:5px;
	
}

/** inner content box **/
#txtbox{
	margin-top:0px;
	border:1px solid #223520;
	background-color:#C4DAA3;
	margin-bottom:5px;
	}
	#txtbox_head{
	background-image:url(../images/tash_update_brown.jpg);
	background-repeat:repeat-x;
	padding:2px;
	}
	#txtbox_text{
	margin:5px;
	}

#main_rightcol{
	float:right;
	width:230px;
}

#rightcol_box{
	margin:5px;
	border: 1px solid #223520;
	background-color:#C4DAA3;
	}
	
#rightcol_boxinner{
	margin:0px;
	/*height:90px;*/
	border: 1px solid #223520;
	background-color:#C4DAA3;
	}
 	#txtbox_textinner{
	margin:2px;
	}