html {
	width: 100%;
	height: 100%;
}
body {
	background-color: #333333;
}

p, a, div, td, th, li {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	line-height: 16px;
}
a {
	color: #58c2f4;
	text-decoration: underline;
}
a:hover {
	color: #88d1f4;
}
img {
	behavior: url(common/iepngfix.htc);
	display: block;
}



.container {
	position: relative;
	width: 900px;
	margin: 5px auto 5px auto;
	background-color: black;
	border: 5px solid #e77918;
}
.header {
	width: 95%;
	margin: 5px auto 5px auto;
}
.header img {
	position: absolute;
	top: 0px;
	left: 0px;
}
.header p {
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	padding: 60px 0 30px 150px;
	margin: 0 0 0 0;
}
.horizontalbar {
	width: 95%;
	margin: 5px auto 5px auto;
	height: 5px;
	background-color: #e77918;
	font-size: 0px;
}
.content {
	width: 95%;
	margin: 5px auto 5px auto;
}
p.firstline {
	padding: 0 200px 0 100px;
	font-style: italic;
	font-size: 14px;
}
.databox {
	float: right;
	border: 3px solid #e77918;
	background-color: #999999;
	margin: 5px 10px 5px 10px;
	padding: 5px 5px 5px 5px;
}
.databox td, th {
	color: black;
}
.databox td:hover {
	background-color: #666666;
}
.databox tr.white {
	background-color: white;
}

.footer {
	width: 100%;
	height: 70px
}
.divider {
	float: left;
	width: 50%;
	height: 60px;
	text-align: center;
}
.divider a img {
	margin: 0 auto 0 auto;
	border: none;
}

