/* Print/NN4 Style Sheet */

body, td, div, p, address{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}
body{
	background: #fff;
	color: #333;
	font-size: 80%;
	text-align: center;
	margin: 0 0 20px 0;
}
a{
	color: #375B2D;
}
a:visited{
	color: #000000;
}
a:hover{
	text-decoration: none;
}
h3{
	font-size: 110%;
}
h2{
	font-size: 120%;
}
#container, #main, #iowamall{
	width: 95%;
}
#contents, #container, #main, #side{
	text-align: left;
	padding: 1em;
}
#contents, #side{
	padding: 15px 0;
}
#contents{
	margin-right: 30px;
}
#side p, #side h3{
	margin-left: 10px;
	margin-right: 10px;
}
#container{
	background: #fff;
	border: 5px solid #4B6B2B;
}
#side{
	background: #DEF8B5;
	color: #375B2D;	
}

/* Random styles */

.center, #message, #footerlinks, #disclaimer, #sidesplash, #footer{
	text-align: center;
}
.bold, a, #footer{
	font-weight: bold;
}
img.right{
	float: right;
	margin: 0 0 10px 10px;
}
#disclaimer{
	font-size: 90%;
	color: #999;
}
p.purchase, p.pullout{
	background: #F5F6DF;
	border: 1px solid #CDDEBB;
	padding: 0.5em;
}
ul#sitemap{
	list-style-image: url(../images/sitemapi4.gif);
}