/* TMB Homepage Styles */

body {
	background-image:url(images/bckd.jpg);
	background-repeat:repeat-y;
	background-position:left;
	margin:0px auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}
/* Nav Styles */
.home_logo	{
	padding-top:10px;
	}
.content_wrap	{
		width:761px;
		margin:auto;
		}
.content_left	{
		float:left;
		width:201px;
		height:845px;
		background-color:#FFFFFF;
		padding-right:5px;
		}
		
/* Main Content Styles */
.content_right	{
		float:right;
		width:555px;
		height:845px;
		background-color:#D7D6DC;
		}
.text_head {
		font-weight:bold;
		color:#8a5733;
		}
.text	{
		margin-top:10px;
		padding:7px;
		font-family:"Times New Roman", Times, serif;
		font-size:14px;
		}
.copyright {
	color: #8a5733;
	width:450px;
}

ul		{
		margin-top:0px;
		list-style:square;
		}

.news_date	{
	font-size:10px;
	}
	
/* Link Styles */
a	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 15px;
	color: #8A5733;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 15px;
	color: #8A5733;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
	text-decoration: underline;
}
a.nav	{
		font-size:12px;
		color:#FFFFFF;
		text-decoration:none;
		padding-left:18px;
		}
a.nav:hover	{
		font-size:12px;
		color:#B38564;
		padding-left:18px;
		background-image:url(images/nav_roll_index.jpg);
		background-position:left;
		background-repeat:no-repeat;
		text-decoration:none;
		
		}
a.nav:visited	{
		font-size:12px;
		color:#FFFFFF;
		text-decoration:none;
		padding-left:18px;
		}
a.nav:visited:hover	{
		font-size:12px;
		color:#B38564;
		padding-left:18px;
		background-image:url(images/nav_roll_index.jpg);
		background-position:left;
		background-repeat:no-repeat;
		text-decoration:none;
		}
.nav_head	{
		width:100%;
		background-color:#314637;
		text-align:center;
		height:18px;
		padding-top:5px;
		padding-bottom:10px;
		line-height:20px;
		}
a.morelink	{
		float:right;
		padding-right:35px;
		}
a.home	{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 15px;
	font-weight:bold;
	color: #8A5733;
	text-decoration:none;
}
a.home:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 15px;
	color: #8A5733;
	text-decoration: none;
}
a.home:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
}


