@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #7fc176;
}
td {
	vertical-align: top;
}

.debug {
	margin: 1em auto;
	border: 1px solid #666;
	display: block;
	/* display: none; */
	background-color: #DFD;
	padding: 0.5em 1em;
}
#ad_in_html {
	display: block;
	background-color: white;
	background-image: url(/sandbox/teatreepower_dot_com/images/bkgnd_blue_gradient.png);
	background-repeat: repeat-x;
	margin: 1em auto;
	width: 731px;
	height: 1050px;
	border: 3px solid #005696;
	padding-top: 2em;
	text-align: center;
}
#ad_in_html table {
	margin: 0 auto;
}
#ad_in_html h1.banner, #ad_in_html h2.banner, #ad_in_html h3.banner, #ad_in_html h4.banner {
	margin: -0.25em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	/* font-stretch: condensed; */
	color: #ffcb08;
	text-align: center;
}
#ad_in_html h1.banner {
	font-size: 81pt;
}
#ad_in_html h2.banner {
	font-size: 68pt;
}
#ad_in_html h3.banner {
	font-size: 48pt;
}
#ad_in_html h4.banner {
	margin: 0.5em auto;
	color: white;
	font-size: 40pt;
	text-transform: capitalize;
}
a, :visited {
	color: inherit;
}
a:hover {
	color: red;
}
table.rules {
	margin: 1em auto;
	border-collapse: collapse;
	border: 1px solid #666;
	background-color: #dfd;
	padding: 1em;
}
table.rules td, table.rules th {
	padding: 0.25em 1em;
}
table.rules tr.divider td {
	/* height: 3px; */
	margin-bottom: 0.25em;
	border-bottom: 3px double #666;
}
table.rules th {
	padding-top: 0.5em;
	border-bottom: 1px solid #666;
	text-align: left;
	font-weight: normal;
	font-size: smaller;
	text-transform: uppercase;
}
blockquote p {
	text-align: left;
	color: white;
}
blockquote .author {
	padding-left: 3em;
	font-style: italic;
	font-size: smaller;
}
#footer {
	display: block;
	border: 1px solid #666;
	background-color: #DFD;
	padding: 0.5em 1em;
}
.divider {
	padding-top: 0.5em;
	border-bottom: 1px solid #999;
	margin-bottom: 0.5em;
}
