
/* Horsemen of Iowa Stylesheet */ 

body{
    margin: 0;
	padding:0;
	background: #1E3463 ;
	font-family : Arial, Helvetica, sans-serif;
	font-size:10pt;
	color : #1E3463;
    }
	
.scrollbars {
	            scrollbar-face-color: #1E3463;  
               scrollbar-highlight-color: #C9D8F7; 
               scrollbar-shadow-color: #000000; 
               scrollbar-arrow-color: #E1D4C0; 
               scrollbar-base-color: #5A3421;
               scrollbar-3D-light-color: #ffffff; 
               scrollbar-dark-shadow-color: #ffffff;
  
	         }
	 
	 h4  {
	color: #68350F;
}

p	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color : #1E3463;
}

.cssnav { 
position: relative;
font-family: arial, helvetica, sans-serif;
background-image: url(images/down.gif);
background-repeat: no-repeat;
white-space: nowrap;
display: block;
width: 145px;
height: 30px;
margin: 0; 
padding: 0; 
}

.cssnav a {
display: block;
color: #000000;
font-size: 12px;
width: 145px;
height: 30px;
display: block;
float: left;
color: black;
font-weight : bold;
text-decoration: none;
}

.cssnav img {width: 145px; height: 30px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}

.cssnav span {
position: absolute;
left: 30px;
top: 8px;
margin: 0px;
padding: 0px;
cursor: pointer;
}

a:link  {
	color : #68350F;
	 text-decoration : none;
}

a:visited  {
	color : #68350F;
	text-decoration : none;
}

a:hover {
	color : #68350F;
	text-decoration : none;
	font-style : italic;
}
