/* CSS Document */
#wrapper #main div#subc {
	/*border: thin 1px solid;*/
	padding:0px;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:20px;
	clear:both;
}

#wrapper #main #subc div a.zlink {
	text-align:right;
	display:block;
}
/* End hide from IE5-mac */
/* in order for Moz to work, this div must NOT be floated, but use margins instead
	in order for IE pre 7 to work, the *html hack must be used since IE pre 7 does not honor min-height */
div#datazone {
	padding:5px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	margin:10px;
	margin-top:0px;
	clear:both;
	border: 1px dotted #CC0000;
}
#wrapper #main #subc #datazone h4 {
	letter-spacing: 0.25em;
	text-align: center;
	clear: left;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom: 2px dashed #FF0000;
	color: #0000FF;
}
#wrapper #main #subc #datazone .tricol {
	float: left;
	width: 240px;
	text-align: center;
	margin-bottom: 15px;
}
#wrapper #main #subc div#zone1 {
	margin:10px;
	clear:both;
}
#wrapper #main #subc #datazone h3.ztitle{
	margin-top:0px;
	padding-top:0px;
	color: #CC0000;
}
