@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../imgs/bg_main.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1{	/*headlines*/
	font-family: Georgia, 'times new roman', serif;
	font-size: 2.5em;
	margin: 0px;
	
}
h2{	/*sub head*/
	font-family: 'trebuchet MS', verdana, sans-serif;
	font-size: 1.8em;
	margin: 0px;
	
}
.bodycopyheader{	/*body copy headers*/
	font-family: Georgia, 'times new roman', serif;
	font-size: 1.2em;
	line-height: 1.4em;
	color:#333333;
	
}
.bodycopy{	/*body copy*/
	font-family: Georgia, 'times new roman', serif;
	font-size: .8em;
	line-height: 1.4em;
	color:#333333;
}
a:link{	/*body copy*/
	font-family: Georgia, 'times new roman', serif;
	font-size: .8em;
	line-height: 1.4em;
	color:#333333;
	text-decoration:underline;
}
a:hover{	/*body copy*/
	font-family: Georgia, 'times new roman', serif;
	font-size: .8em;
	line-height: 1.4em;
	color:#333333;
	text-decoration:none;
}
a:active{	/*body copy*/
	font-family: Georgia, 'times new roman', serif;
	font-size: .8em;
	line-height: 1.4em;
	color:#333333;
	text-decoration:underline;
}
a:visited{	/*body copy*/
	font-family: Georgia, 'times new roman', serif;
	font-size: .8em;
	line-height: 1.4em;
	color:#333333;
	text-decoration:underline;
}
.boxtext{	/*text under the boxes on the home page*/
	font-family: Georgia, 'times new roman', serif;
	font-size: 1em;
	color:#666666;
}
.newsheader{	/*news header*/
	font-family: Georgia, 'times new roman', serif;
	font-size: 1em;
	color:#581e0e;
}
.news{	/*news headline*/
	font-family: 'trebuchet MS', verdana, sans-serif;
	font-size: .9em;
	color:#581e0e;
}
a.news:link{	/*news headline*/
	font-family: 'trebuchet MS', verdana, sans-serif;
	font-size: .9em;
	color:#581e0e;
	text-decoration:underline;
}
a.news:hover{	/*news headline*/
	font-family: 'trebuchet MS', verdana, sans-serif;
	font-size: .9em;
	color:#581e0e;
	text-decoration:none;
}
a.news:active{	/*news headline*/
	font-family: 'trebuchet MS', verdana, sans-serif;
	font-size: .9em;
	color:#581e0e;
	text-decoration:none;
}
a.news:visited{	/*news headline*/
	font-family: 'trebuchet MS', verdana, sans-serif;
	font-size: .9em;
	color:#581e0e;
	text-decoration:underline;
}
.table_home{
	background-color:#FFFFFF;
	background-image:url(../imgs/bg_field.jpg);
	background-repeat: no-repeat;
}
.table_topnav{
	background-image:url(../imgs/topnav_bar.gif);
	background-repeat: no-repeat;
}
a.topnav:link{
	font-family: 'trebuchet MS', verdana, sans-serif;
	font-size: .8em;
	color:#FFFFFF;
	text-decoration: none;
}
a.topnav:hover{
	font-family: 'trebuchet MS', verdana, sans-serif;
	font-size: .8em;
	color:#FFFFFF;
	text-decoration: underline;
}
a.topnav:visited{
	font-family: 'trebuchet MS', verdana, sans-serif;
	font-size: .8em;
	color:#FFFFFF;
	text-decoration: none;
}
a.topnav:active{
	font-family: 'trebuchet MS', verdana, sans-serif;
	font-size: .8em;
	color:#FFFFFF;
	text-decoration: underline;
}
.footer{	/*footer */
	font-family: 'trebuchet MS', verdana, sans-serif;
	font-size: .8em;
	color:#000000;
}
a.footer:link{	/*footer*/
	font-family: 'trebuchet MS', verdana, sans-serif;
	font-size: .8em;
	color:#000000;
	text-decoration:underline;
}
a.footer:hover{	/*footer */
	font-family: 'trebuchet MS', verdana, sans-serif;
	font-size: .8em;
	color:#000000;
	text-decoration:none;
}
a.footer:active{	/*footer */
	font-family: 'trebuchet MS', verdana, sans-serif;
	font-size: .8em;
	color:#000000;
	text-decoration:none;
}
a.footer:visited{	/*footer */
	font-family: 'trebuchet MS', verdana, sans-serif;
	font-size: .8em;
	color:#000000;
	text-decoration:underline;
}
