﻿@charset "utf-8";
html {
	background-image: url('../images/bkcolor.jpg');
	background-repeat: repeat;
}
body  {
	font: 90% Trebuchet MS, Helvetica, sans-serif;
	color: #333333;
	background-image: url('../images/bkgrnd.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px 0 0 0;
	padding: 145px 0 0 0;
	height: 643px;
	min-width: 850px;
}
.fargonlc #container { 
	width: 850px;
	border: solid #21663c 0px;
	background: white;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	text-align: left;
} 
.fargonlc #mainlinks { 
	background-image: url('../images/linkbar.png');
	width: 850px;
	background-repeat: no-repeat;
	margin: 0 0px 0px 0px;
	height: 47px;
	text-align: center;
}
.fargonlc #mainlinktext { 
	font: 120% Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	height: 47px;
	padding: 0px 0 0 15px;
	text-align: left;
}
.fargonlc #mainContent { 
	margin: 0 0 0 20px;
	padding: 15px 10px 0px 0px;
	line-height: 110%;
} 
.fargonlc #footer { 
	background-image: url('../images/btmfade.jpg');
	background-repeat: repeat-x;
	height:84px;
	text-align: Center;
}
.fargonlc #btmlinks { 
	padding: 36px;
} 
.fargonlc #btminfotext {
	font: 80% arial, Helvetica, sans-serif;
	padding: 20px 0px 0 0px;
	margin: 0;
	text-align: center;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #26781F;
	text-decoration: underline;
}
a:visited {
	color: #26781F;
	text-decoration: underline;
}
a:hover {
	color: #EFD56B;
	text-decoration: none;
}
a:active {
	color: #26781F;
	text-decoration: underline;
}
.mainlinks a:link {
	color: white;
	text-decoration: none;
}
.mainlinks a:visited{
	color: white;
	text-decoration: none;
}
.mainlinks a:hover {
	color: #EFD56B;
	text-decoration: underline;
}
.mainlinks a:active{
	color: white;
	text-decoration: none;
}
.bottomtext a:link {
	color: white;
	text-decoration: underline;
}
.bottomtext a:visited{
	color: white;
	text-decoration: underline;
}
.bottomtext a:hover {
	color: #EFD56B;
	text-decoration: none;
}
.bottomtext a:active{
	color: white;
	text-decoration: underline;
}

