/* CSS Document */
html, body {
	margin: 0; 
	padding: 0;
	border: 0;
}
body {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 100.1%;
	color: #000000;
	background: #FFFFFF;
}
/* *** Layer 1 = main content div when NO ads, remove specs in HTML code*** */
/* *** Layer 1 = positioned at width 484, left 180px, top 90px */
div#Layer1 {
	position: absolute;
	z-index: 21;
	width: 638px;
	left: 180px;
	top: 91px;
	height: 3130px;
}
/* *** Layer 2 = main content in Template with Ads, remove specs in HTML code*** */
/* *** Layer 2 = positioned at width 360, left 180px, top 90px */
div#Layer2 {
	position: absolute;
	z-index: 21;
	width: 360px;
	left: 180px;
	top: 90px;
}
/* *** mainads = for pages with Layer 2 only - in Template_withAds*** */
/* *** mainads = positioned at width 270, left 540px, top 17px */
div#mainads {
	position: absolute;
	z-index: 22;
	width: 270px;
	left: 540px;
	top: 17px;
}
div#adsense, div#adsense2, div#adrefer, div#adfirefox, div#adsensesearch {
	text-align: center;
	margin-bottom: 20px;
}
/* *** font-size is in percent, line height is in ems*** */
p {
	font-size: 80%;
	line-height: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0px;
}
.lineup {
	font-weight: bold;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.sponsor, .centerbold {
	text-align: center;
	font-weight: bold;
	font-size: 80%;
}
.center {
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.head, h1 {
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 6px;
}
.date, h2 {
	font-size: 115%;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
}
.time, h4 {
	font-size: 95%;
	font-style: italic;
	text-align: center;
	line-height: 1.2em;
	margin-top: 10px;
	margin-bottom: 12px;
}
.subhead, h3 {
	font-size: 80%;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 6px;
}
hr {
	border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	width: 100%;
	height: 2px;
	margin: 10px auto 0 0;
}

.horzrule {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #59597F;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
img {
	margin: 0px;
	padding: 0px 10px;
}
.borderonly {
	border: 2px solid #333399;
}
.floatleft {
	float: left;
	margin-right: 8px;
	margin-bottom: 4px;
}
.floatleftborder {
	margin-right: 8px;
	float: left;
	border: 2px solid #333399;
	margin-bottom: 4px;
}
.floatright {
	float: right;
	margin-left: 8px;
	margin-bottom: 4px;
}
.floatrightborder {
	margin-left: 8px;
	float: right;
	border: 2px solid #333399;
	margin-bottom: 4px;
}
div#sponsors img {
	margin: 3px;
	padding: 0px;
	border: 2px solid #333399;
	vertical-align: top;
}
div#mainads img {
	margin: 3px;
	padding: 0px;
	border: 2px solid #333399;
}
div#mainads p {
	margin: 6px 0px 0px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	display: block;
}
