@charset "utf-8";
body  {
	  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
#container { 
	width: 1003px;  
    background-image: url(images/contentbg.jpg);
	margin: 0 auto; 
	text-align: left;
	
} 

#container .header { 
	background-image:url(images/omahatop.jpg);
	background-repeat:no-repeat;
	height: 90px;
	
} 



h1 {
	
	font-size: 18px;
}


#sidebar1 {
	float: left;
	width: 130px;
	height: auto;
	padding: 0 0 0 20px;
	
	
	
}
#sidebar2 {
	float: right; 
	width: 131px; 
	height: auto;
	padding: 0px 10px 0px 0px; 
}


#mainmenu
{
	width: 130px;
	background-color:#FFF;
	border-bottom: double #020180;
	border-left: double #020180;
	border-right: double #020180;
	border-top: double #020180;
	line-height: 20px;
	margin-left: -7px;
	height: auto;
}

#mainmenu a:hover
{
	text-decoration:underline;
}

#affmenu
{
	width: 131px;
	background-color:#FFF;
	border-bottom: double #020180;
	border-left: double #020180;
	border-right: double #020180;
	border-top: double #020180;
	line-height: 20px;
	margin-left: -7px;
	height: auto;
}

#affmenu a:hover
{
	text-decoration:underline;
}

#topbanner
{
	font-size: 11px;	
	
}

#mainContent { 

	float:left; 
	padding: 0 0 0 18px; 
} 

#mainContent p
{
	padding: 0 10px 0 10px;
	line-height: 16px;
	
}

#mainContent ol
{
	line-height: 17px;
}

#contentborder
{
	border-bottom: double #666;
	border-left: double #666;
	border-right: double #666;
	border-top: double #666;
	width: 660px;
	
}



#fcontent
{
	width: 682px;
	height: 215px;
	padding-left: 158px;
	
	
}
#footer { 
	background-image: url(images/footer.jpg);
	height: 215px;
	width: 1003px;


} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
.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: #020180;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #020180;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a {
	font-weight: bold;
}

