/* Body style */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #293111;
	background-color: #CCCCCC;
	margin:20px auto;
}
.special {
display:none;
}
/* Wrapper for the main site area */
#display {
	margin: 20px auto;
	padding: 50px;
	width: 950px;
	text-align: left;
	background-color: #FFFFFF;
}
#imagedisplay {
	margin: 0px;
	padding: 0px;
	width: 720px;
	text-align: left;
	
}
/* Layout is divided into 3 areas - header, main and footer */
#header {
	margin: 0px;
	padding: 0px;
	height: 130px;
	width: 950px;
	background-color: #FFFFFF;
	text-align: center;
}
#main {
	width: 950px;
	text-align: left;
	background-color: #FFFFFF;
}

#footer {
	text-align: center;

    clear: both
	background-color: #FFFFFF;
}
/* Main area is sub-divided into 2 columns */
#menuarea {
	width: 199px;
	float: left;
}
#menuarea td{
	padding-left:1px;
}
#pagearea {
	width: 720px;
	float: right;
}
/* Menu area links */
#menuarea a {
	color:#293111;
	text-decoration: none;
}
#menuarea a:hover {
	color:#FF6600;
}
#menuarea a:active {
	color:#315985;
}
/* Page area chunks */
#pageheader {
	padding-top: 10px;
	line-height: 16px;
	height: 50px;
	width: 519px;
	padding-left: 1px;

}
#pagecols {

}
#leftcol {
	width: 340px;
	float: left;

}
#rightcol {
	width: 340px;
	float: right;
	color: #000000;
	
}
#fullcol {
	width: 700px;
	float: left;
	padding-left: 1px;

}

#formleftcol {
	width: 440px;
	float: left;

}
#formrightcol {
	width: 80px;
	float: right;
	
}
.thincol {
	width: 200px;
	margin-top: 3px;
	line-height: 18px;
	margin-bottom: 15px;
}
.fatcol {
	width: 280px;
	margin-top: 3px;
	line-height: 18px;
	margin-bottom: 15px;
}.blackbold {
	font-weight: bold;
	text-decoration: underline;
}
p a {
	font-weight: normal;
	text-decoration: underline;
	color:#293111;
}
p a:hover {
	color:#FF6600;
}
/* Footer styles */
#footer a {
	color:#293111;
	text-decoration: none;
}
#footer a:hover {
	color:#FF6600;
}
#footer a:active {
	color:#315985;
}.address {
	line-height: 18px;
	margin-top: 2px;
	margin-bottom: 10px;
}
#prodheader {
	padding-top: 10px;
	line-height: 16px;
	height: 26px;
	width: 520px;
	margin-top: 0px;
}
#prodreport {
	text-align: left;
	padding-left: 50px;
	line-height: 18px;
}
.prodcol {

	width: 240px;
	margin-top: 3px;
	line-height: 18px;
	margin-bottom: 15px;
}

.info {
display:none;
}

h1
{
font-size: 1em;
font-weight: normal;
}
