/********************************************************
					TAG DEFINATIONS
********************************************************/
body {
	background-image: url(images/IowaBackground.jpg); 
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #abaca4;
	font-size:12px;
}

p {
	margin-bottom:0px;
	padding-top: 0px;
	padding-bottom: 5px;
}

h1 {
	padding: 15px 30px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #D69C03;
	margin-top: 0px;
	text-transform: uppercase;
	
}

h2 {
	padding: 15px 30px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	text-transform: capitalize;
}


h3 {
	padding: 15px 30px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	text-transform: capitalize;
}

h4, h5, h6 {
	padding: 15px 30px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	text-transform: uppercase;
}

ul {
	padding-top: 0px;
	padding-left: 40px;
}

a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}


/********************************************************
					DIV ID's
********************************************************/

#top {
	width: 905px;
	height: 217px;
	padding: 0px;
	margin: 0px auto;
}
#menu {
	height: 58px;
	width: 905px;
	margin: 0px auto;
	padding: 0px;
}
#menu ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 20px 0 0 0px;
	font-size:12px;
}
#menu li{
	width:129px;
	float: left;
	text-align:center;
	color: #666666;
}

#main{
	width: 905px;
	background-repeat: repeat-y;
	background-image: url(images/IowaMiddle.gif);
	padding: 0px;
	text-align: left;
	margin: 0px auto;
}

#main p{
	padding: 0px 30px 5px 30px;
}

#main a:link {
	color: #0066FF;
	text-decoration: none;
}
#main a:visited {
	color: #0066FF;
	text-decoration: none;
}
#main a:hover {
	text-decoration: underline;
	color: #0066FF;
}
#main a:active {
	color: #000000;
}

#main img {
	margin-right:0px;
}

#main blockquote {
	margin-left: 80px;
	padding: 10px 0px 10px 0px;
} 


#main ul {
	padding-top:5px;
	padding-left:60px;
	padding-bottom:5px;
}


#bottom {
	background-image: url(images/IowaMiddle.gif);
	margin: 0px auto;
	width: 905px;
	height: 20px;
	padding-top:60px; 
}
#bottom p {
	font-size: 11px;
	color: #000000;
	text-align: right;
	padding-right: 19px;
	padding-bottom: 17px;
	margin: 0px;
	padding-bottom: 0px;
}


