/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0 0; 
    padding: 0 0; 
    border: 0; 
}

/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */

/* html section - selectors for html code */
body {
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
	background: url(../images/body_bg.jpg) top center no-repeat fixed black;
	text-align:center;
}

h1 {
	text-align:center;
	color: #1963ac;
	font-size: 20px;
	font-style:italic;
	padding: 15px 0 0 0;
	margin: 0 0 0 0;
}

h2 {
	text-align:center;
	color: #1963ac;
	font-size:16px;
	padding: 5px 0 0 0;
	margin: 0 0;
}

h3 {
	color: black;
	font-size: 12px;
	padding: 4px 10px 0px 10px;
	margin: 0;
}

p {
	color: #000000;
	font-size: 12px;
	padding: 4px 10px 5px 10px;
	margin: 0 0;
	line-height: 1.35em;
}

ul {
	color: #000000;
	font-size: 12px;
	padding: 4px 10px 5px 10px;
	margin: 50 50 50 50;
	line-height: 1.35em;
}
dl {
	color: #000000;
	font-size: 12px;
	padding: 4px 10px 5px 10px;
	margin: 50 50 50 50;
	line-height: 1.35em;
}

hr {
	text-align:center;
	margin: 10px auto;
	padding: 0 0;
}

form {
	font-size: 12px;
}

blockquote {
	font-size:12px;
}

address {
	font-size:12px;
	text-align:center;
	margin:0 auto;
}
signature {
    font-size:14px;
    font-family:fantasy;
}
/*classes*/

.footerlinks {
	text-align:center;
	margin-bottom: 5px;
}

.details {
	font-size:12px;
}

.heading {
	text-align: center;
	padding: 0 0 0 0;
	margin: 0 10px 0 10px;
}

.imagelink {
	border-bottom:0;
}

.image {
	padding: 0 0 0 0;
	margin: 0 10px 5px 10px;
}

.imageleft {
	float: left;
	padding: 10px 20px 1px 0;
}

.imageright {
	float: right;
	padding: 10px 0 1px 20px;
}

.conformul {
	font-size: 12px;
	padding: 2px 20px 5px 15px;
	list-style: disc;
	list-style-position:inside;
}

.clear {
	clear:both;
} 

.leftcolumn_text {
	font-style: italic;
	font-size: 10px;
	font-stretch: extra-condensed;
	font-weight: bold;
}

/*link section - for regular links not the navigation */
a:link {
	color: #1964ac;
	text-decoration: none;
	border-bottom:0;
}

a:visited {
	color: #1964ac;
	text-decoration: none;
	border:0;
}

a:hover {
	color: #a63a06;
	text-decoration: none;
	border-bottom:0;

}

a:active {
	color: #a63a06;
	text-decoration: none;
}

/*this effects the wrapper | subwrapper | shadow divs*/
#wrapper {
	margin: 0 auto 0 auto;
	padding: 0 0;
	width: 1022px;
	text-align: center;
	border: none;
}
/*
html>body #shadow_top {
	background: url(../images/shadow_top.png) bottom center no-repeat;
	height: 9px;
	width:950px;
	margin: 0 0;
	padding: 0 0 0 0;
}

html>body #shadow_main {
	background: url(../images/shadow_main.png) top center repeat-y;
	width: 950px;
	margin: 0 0;
	padding: 0 0 0 0;
}

html>body #shadow_bottom {
	background: url(../images/shadow_bottom.png) top center no-repeat;
	height: 9px;
	width: 950px;
	margin: 0 0;
	padding: 0 0 0 0;
}

#subwrapper {
	height: 100%;
	margin: 0 0;
	padding: 0 0;
	text-align: center;
}*/

/*masthead elements*/
#masthead {
	background: url(../images/masthead_bg.gif) top center no-repeat;
	height: 289px;
	margin: 0 0;
	padding: 0 0;
}

html>body #masthead {
	background: url(../images/masthead_bg.png) top center no-repeat;
	height: 289px;
	margin: 0 0;
	padding: 0 0;
}

/* navigational elements */
#navigation {
	background:url(../images/navigation_bg.gif) top center no-repeat;
	width:900px;
	height: 30px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}

html>body #navigation {
	background:url(../images/navigation_bg.png) top center no-repeat;
	width:900px;
	height: 30px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}

#mainlinks {
	margin: 0 0;
	padding: 0 0 0 0;
	text-align:center;
}

#mainlinks ul {
	margin: 0 0;
	list-style: none;
	font-size: 12px;
	color: black;
	padding: 4px 5px 5px 5px;
	font-weight: bold;
}

#mainlinks ul li {
	display: inline;
}

#mainlinks ul li a {
	color: #032453;
	text-decoration: none;
	padding: 0 6px 0 6px;
	border-bottom:none;
}

#mainlinks ul li a:visited {
	color: #032453;
	text-decoration: none;
	padding: 0 6px 0 6px;
	border-bottom:none;
}


#mainlinks ul li a:hover, #mainlinks ul li a:focus {
	color: #a63a06;
	text-decoration: underline;
	border-bottom:none;
}

/* content section */

#content {
	width:900px;
	background: url(../images/content_bg.gif) top center repeat-y;
	margin: 0 auto 0 auto;
	padding: 0 0;
	text-align:left;
}

html>body #content {
	width:900px;
	background: url(../images/content_bg.png) top center repeat-y;
	margin: 0 auto 0 auto;
	padding: 0 0;
	text-align:left;
}

#sub-content{
	width:800px;
	background: #fefefe url(../images/sub_content_bg.gif) top center no-repeat;
	margin: 0 auto;
	padding: 0 0;
}

html>body #sub-content{
	width:800px;
	background: #fefefe url(../images/sub_content_bg.png) top center no-repeat;
	margin: 0 auto;
	padding: 0 0;
}
html>body #sub-content-cornbelt{
	width:800px;
	background: url(../images/cornfield2.jpg) top center no-repeat;
	margin: 0 auto;
	padding: 0 0;
}
#contentcolumn{
	margin: 0 30px 0 30px;
}
#eventscolumn{
	margin: 0 30px 0 200px;
}
#sponsors {
	margin-top:10px;
	text-align:center;
	height: 120px;
}

#contact {
	text-align:center;
}

/*reserved for later

#maincontent {
	margin: 10px 160px 10px 160px;
}

#coloumn_left {
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	float:left;
	text-align:center;
}


#coloumn_right {
	width: 150px;
	height: auto;
	text-align:left;
	float: right;
	margin: 0 0 10px 15px;
	padding: 0 5px 0 0;

}

iframe
#dynamic_content {
	margin:0 0 0 0;
	padding: 0 0 0 0;
	border:none;
	text-align: center;
}

html>body #dynamic_content {
	margin:0 0 0 7px;
	padding: 0 0 0 0;
	border:none;
	text-align: center;
}*/

/* footer section */

#footer {
	background: url(../images/footer_bg.gif) top center no-repeat;
	min-height:200px;
	width:900px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
}

html>body #footer {
	background: url(../images/footer_bg.png) top center no-repeat;
	min-height:200px;
	width:900px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
}

#footer_text{
	width:600px;
	margin:133px auto 0 auto;
}

#footer p {
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	font-size: 10px;
	color: #CCCCCC;
}

.footerlinks a{
	font-size:12px;
	color:#ccc;
	border-bottom:none;
}

.footerlinks a:visited{
	color:#ccc;
	border-bottom:none;
}

.footerlinks a:hover, .footerlinks a:focus{
	color: #666666;
	border-bottom:none;
}
