/* 
This file is for any styles used in the layout of the template. Content classes 
should be saved it the SITE_content.css file.  This is done so that the content css
styles can be imported to the wysiwyg editor.
 */


body{	
	font: normal 13px "Trebuchet MS", tahoma, verdana, arial;	
	/*background: url(../img/tf_bg_ltgreen_3.jpg) repeat-x top;*/  
	background: url(../img/tf_bg_shadow_2.jpg) repeat-x top center;
	margin:0;
}

#container{
	margin-left: auto;
	margin-right: auto;

}

#banner{
	background-color: white;
	border-bottom: 5px solid gray;
}

#topnav{
	
}

#content{
	padding: 10px 20px;
}

#bottomnav{
	font: bold 11px tahoma, verdana, arial;
	text-align: center;
	margin-top:50px;
}
#bottomnav a{
	color: black;
	display: inline;
	margin: 2px 5px 2px 5px;	
}
#bottomnav a:hover{
	
}

#footer{
	color:#383838;
	font: normal 11px tahoma ,helvetica;
	text-align: center;
}
#footer a {
	color:#383838;
}