@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color: #459C27;
}
#container  {
	width: 1000px;  
	background: #FFFFFF; 
	border: 1px solid #000000;
	text-align: left; 
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#sidebar  {
	float: left; 
	width: 215px; 
	background: #ffffff;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#header {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
	position: relative;
	padding-top: 10px;
}	
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	left: -9000px;
	position: absolute;
}
#nav {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #B4F0A0;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#nav a {
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
	text-decoration: underline;
}
#nav a:active {
	color: #333333;
	text-decoration: none;
}
#nav a:visited {
	color: #000066;
	text-decoration: none;
}
#mainContent  {
	margin: 0 0 0 250px;
	padding: 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;
}
h3 {
	text-decoration: underline;
	font-weight: bold;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
h4 {
	font: 14px Verdana, Arial, Helvetica, sans-serif #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}
.NFL {
font: 11px Verdana, Arial, Helvetica, sans-serif #000000;
}