@charset "utf-8";
body  
{
	margin: 0; 
	padding: 0;
}
#container { 
	width: 780px;  
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left; 
} 

#header 
{ 
		background:#cccccc;
		width:780px;
		height:273px;
}

#linkbar
{
		height:42px;
 		width:780px;
		background:#cccccc;
 		padding-top: 3px;
 		padding-right: 0pt;
	    padding-bottom: 0pt;
	    padding-left: 0px;
 		text-align: center; 
 		word-spacing: 1px;
}

.linkbar a:link
{
	color:#003366;
	font-family: Georgia;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: normal;
	text-decoration: none;
	letter-spacing: 2px;
}

.linkbar a:active
{ 
		color:#003366;
    	font-family: Georgia;
  		font-style: normal;
  		font-variant: normal;
  		font-weight: 500;
  		font-size: 14px;
  		line-height: normal;
  		text-decoration: none;
  		letter-spacing: 2px;
}

.linkbar a:visited
{ 
  		color:#000033;
    	font-family: Georgia;
  		font-style: normal;
  		font-variant: normal;
  		font-weight: 500;
  		font-size: 14px;
  		line-height: normal;
  		text-decoration: none;
  		letter-spacing: 2px;
}

.linkbar a:hover
{
   		color: #990033;
    	font-family: Georgia;
  		font-size: medium; 
  		font-weight: 500; 
  		font-style: normal; 
  		text-decoration: none;
  		font-size: 14px;
}
#ad
{
 width:778px;
 height:90px;
}

#sidebar1 
{
	float: left; 
	width: 200px;
	padding: 20px 10px 15px 10px;
	border-right:#F00 solid thin;
	background-color: #EBEBEB;
	background-image: url(images/nfleftback.jpg);
	background-repeat: repeat-y;
}

#sidebar2 {
	position: absolute;
	top: 411px;
	right: 151px;
	width: 160px;
}
#mainContent 
{
margin: 0 0 0 240px;
} 

#footer
{
	width:780px;
	height:auto;
	top:auto;
	text-align:center;
	background:#ccc;
   font-family: Arial;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: normal;
  text-decoration: none;
	border-top:#F00 solid thin;
}

.footer a:link
{ 
	color:#003366;
   font-family: Arial;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: normal;
  text-decoration: none;
  letter-spacing: 2px;
}

.footer a:active
{ 
	color:#003366;
   font-family: Arial;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: normal;
  text-decoration: none;
  letter-spacing: 2px;
}

.footer a:visited
{ 
	color:#003366;
  font-family: Arial;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: normal;
  text-decoration: none;
  letter-spacing: 2px;
}

.footer a:hover
{
  color: #990033;
  font-family: Arial;
  font-size: medium; 
  font-weight: 500; 
  font-style: normal; 
  text-decoration: none;
  font-size: 11px;
} 



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
