/* Help with this style sheet came from http://albin.net/styles/css-notes.txt */
/* Edited by Steve Peck (steve@stevepeck.co.uk) on 01.03.07 */

/* ************************
 * general xhtml elements *
 ************************ */
html, body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}
body {
	padding-bottom: 0px;
	background-color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
}
h1, h2 {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	margin-left: 0px; 
	margin-right: 0px;
	margin-top: 0px;
	color: #ffffff;
}
h3 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin: 5px;
}
p {
	margin-left: 10px; 
	margin-right: 10px;
	font-size: 12px;
	line-height: 14px;
}
ul {
	font-size: 12px;
	line-height: 18px;
	list-style-type: circle;
	list-style-position: outside;
	color: #ffffff;
	margin-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a.off {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	text-decoration: none;
}
a.on {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	text-decoration: none;
}
a.off:link {
	color: #c00;
}
a.off:visited {
	color:#c00;
}
a.off:hover {
	color:#f00;
}
a.on:link {
	color: #f00;
}
a.on:visited {
	color:#f00;
}
a.on:hover {
	color:#c00;
}

div.headerBox {
	position: absolute;
	left: 0px;
	top: -100px;
	width: 780px;
	height: 100px;
	background-color: #000;
	text-align: left;
	color: #fff;
	z-index: 1;
}
.blackBox {
	position: absolute;
	left: 80px;
	top: 180px;
	width: 780px;
	height: 340px;
	background-color: #666;
	text-align: left;
	color: #fff;
	z-index: 2;
}
.textbox {
	position: absolute;
	left: 116px;
	top: 116px;
	width: 400px;
	height: 250px;
	text-align: left;
	background-color: #666;
}

