@charset "utf-8";
/**
* Global
**/
* {
	margin:0;
	padding:0;
}
html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body {
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
.clearer {
	clear:both;
}
/**
* Styles
**/
h1 {
	margin:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:normal;
	letter-spacing:0;
	text-align:left;
	color:#fff;
}
h2 {
	margin:0 0 20px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	letter-spacing:0;
	text-align:left;
	text-decoration:underline;
	color:#06d93c;
}
h3 {
	margin:0 0 20px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	letter-spacing:0;
	text-align:left;
	text-decoration:underline;
	color:#06d93c;
}
h4 {
	margin:0 0 0.5em 0;
	font-size:0.9em;
	color:#666666;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	line-height:18px;
	font-size:15px;
	text-align:left;
	color:#999999;
}
ul {
	margin-top:10px;
	margin-bottom:20px;
}
li {
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 10px 40px;
	line-height:18px;
	font-size:15px;
	text-align:left;
	color:#999999;
}
a {
	color:#00CCFF;
	text-decoration:underline;
}
/**
* Container
**/
.container {
	width:960px;
	min-height:100%;
	margin:0 auto;
	text-align:center;
	background:#000;
}
/**
* Header
**/
.header {
	float:left;
	width:960px;
	height:200px;
	margin:0 0 0 0;
	background:url(../images/logo_sml.jpg) no-repeat center center #000000;
}
/**
* Module
**/
.module {
	float:left;
	margin:0 0 10px 0;
	padding:10px 10px 10px 10px;
	text-align:left;
}
/**
* Content
**/
.content {
	float:left;
	width:620px;
	margin:10px 0 0 10px;
}
div.content div.module {
	width:600px;
}
/**
* Column
**/
.column {
	float:left;
	width:300px;
	margin:10px 0 0 20px;
}
div.column div.module {
	width:220px;
}
/**
* Form
**/
form {
	float:left;
	text-align:left;
}
form h3 {
	margin:0 0 20px 0;
}
form table {
	float:left;
	margin:0 0 20px 0;
	border:1px solid #111;
	border-bottom:none;
}
form th {
	width:100px;
	padding:5px 5px 5px 5px;
	vertical-align:middle;
	background:#000;
	border-bottom:1px solid #111;
	font-weight:normal;
	color:#666666;
}
form td {
	padding:5px 5px 5px 5px;
	vertical-align:middle;
	border-bottom:1px solid #111;
	background:#000;
	color:#666666;
}
form input {
	padding:2px;
	font-size:15px;
	border:1px solid #00CC00;
	color:#000;
}
form input.textField {
	width:300px;
}
form select {
	padding:2px;
	border:1px solid #CCCCCC;
	font-size:15px;
	color:#333;
}
form textarea {
	width:550px;
	font-size:15px;
	border:1px solid #CCCCCC;
	color:#333;
}
/*****************************************************************/
/* FOOTER									     			     */
/*****************************************************************/
.clearFooter {
   height:70px;
   clear:both;
}
div.footer {
	width:960px;
	height:50px;
	margin:-50px auto;
}
.footer p {
	font-size:0.7em;
	text-align:center;
	color:#666666;
}
.footer p span#highlight {
	color:#FFFFFF;
}
