body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
	background-image: url(/images/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #ccc;
}

h2 { font-size: 21px; }
h3 { font-size: 16px; }

p, ol, ul {
	line-height: 21px;
}

a {
	border: none;
	text-decoration: none;
	color: #BFBFBF;
}

a:hover {
	border-bottom: 1px solid #eee;
}

.box {
	margin-bottom: 9px;
	padding: 5px 40px 20px 50px;
	background: #111;
	border: 1px solid #ccc;
}

.box h2, .box h3 {
	margin-left: -30px;
}

#header {
	width: 600px;
	height: 175px;
	margin: 0 auto;
}

#header h1 {
	margin: 0;
	position: absolute;
	font-size: 28px;
	left: -9999px;
}

#header h2 {
	margin: 0;
	position: absolute;
	font-size: 16px;
	left: -9999px;
}

#content {
	width: 575px;
	margin: 0 auto;
	padding: 2px;
}

#left_col {
	float: left;
	width: 170px;
	text-align: right;
}

#left_col p {
	line-height: 14px;
	font-size:10px;
}

#left_col h3 {
	text-decoration: underline;
}

#left_active {
	font-weight: bold;
}

#left_col ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 11px;
	line-height: 21px;
}

#right_col {
	float: right;
	width: 390px;
}

#right_col ul {
	line-height: 18px;
}

strong {
	color: #ccc;
}

em {
	color: #bbb;
}

#footer {
	clear: both;
	width: 575px;
	margin: 0 auto;
	padding-top: 15px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 9px;
}

#footer * {
	color: #333;
}

.input-box {
margin-bottom: 5px;
background: #e8e8e8;
border: #ccc solid 1px;
}

.submit-button {
margin-bottom: 10px;
background: #e8e8e8;
border: #ccc solid 1px;
}

.table {
border-width:1px;
border-style:solid;
border-color:#666;
margin-bottom: 10px;
width: 100%;
border-collapse: collapse;
color: #999;
}

.table tr td {
padding: 5px;
text-align: center;
border-bottom: 1px solid #666;
border-left: 1px solid #666;
}

.table tr td.left {
text-align: left;
border-bottom: 1px solid #666;
border-left: 1px solid #666;
}

.table tr td.right {
text-align: right;
border-bottom: 1px solid #666;
border-left: 1px solid #666;
}

.table tr td.col {
background: #111;
border-bottom: 1px solid #666;
border-left: 1px solid #666;
}

.title td {
color: #fff;
background: #333;
border-bottom: 1px solid #666;
border-left: 1px solid #666;
}