/* Stylesheet for Iowa TRAIN */

#Content {
	display:inline-block;
	position: absolute;
	width: 795px;
	min-height: 400px;
	color: black;
	background-color:white;
	border: 0px;
	}
#Sidebar {
	float:left;
	width: 190px;
	min-height: 400px;
	padding: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
    border: 0px solid black; 
	font-size:12px;
	font-family: arial, helvetica, sans-serif;	
	color: 000000;
	}

#Blog {
	text-align:justify;
	font-size:12px;
	font-family:verdana, arial, helvetica, sans-serif;
	margin-left:10px;
	color:black;
	background-color:transparent;
	border:0px;
	min-height: 400px;
	}
	
#Blog h1 {
	font-size:20px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:black;
	font-weight: bold;
	}
	
#Blog h2 {
	font-size:16px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:black;
	font-weight: bold;
	}

#Blog h3 {
	font-size:12px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:black;
	font-weight: bold;
	}

#Footer {
	text-align: center;
	font-size: 10px;
	font-family:verdana, arial, helvetica, sans-serif;
	width: 795px;
	}
body, td, p {
   font-family: arial;
   font-size: 12px;
   color: #000000;
   margin-top: 0px;
}

td a {
   font-family: arial;
   font-size: 12px;
   color: black;
   text-decoration: none;
	}

td a:link {
	font-family: arial;
	font-size: 12px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	}

td a:visited {
	font-family: arial;
	font-size: 12px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	}

td a:hover {
	font-family: arial;
	font-size: 12px;
	color: red;
	font-weight: bold;
	}

.subhead {
	font-family: arial;
	font-size: 20px;
	color: #FFC511;
	font-weight: bold;
}

.nav-nolink {
   font-family: arial;
   font-size: 11px;
   color: #000000;   
   /* black */
}

.nav-links {
   font-family: arial;
   font-size: 15px;
   color: black;
   text-decoration: none;
}

a.nav-links {
   font-family: arial;
   font-size: 15px;
   color: black;
   text-decoration: none;
   /* color: #E53B47 */   
   /* red */
}

a.nav-links:link, a.nav-links:visited {
   font-family: arial;
   font-size: 15px;
   color: black;
   text-decoration: none;
   /* color: #E53B47 */   
   /* red */
}

a.nav-links:hover {
   font-family: arial;
   font-size: 15px;
   color: red;
   /* color: #387EAA */
   /* blue */
   text-decoration: none;
}

.copyright {
   font-family: arial;
   font-size: 10px;
   color: #666666;
}

a.copyright:link, a.copyright:visited {
   color: #387eaa;
   text-decoration: none;
}

a.copyright:hover {
   color: #efb52e;
}




