html
{
	height: 100%;
}

body
{
	background-color: #000;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 0 0 0;
	height: 100%;
	
	text-align: center; /* IE fix */
	
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a
{
	color: #2da5cd;
	text-decoration: none;
}

a:hover
{
	color: #35cdff;
}

p
{
	margin: 0px;
}

p.center
{
	text-align: center;
}

img
{
	border: 0px;
}

#headline
{
	width: 970px;
	height: 200px;
	padding: 5px;
	text-align: center;
}

img#headline-image
{
	width: 960px;
	height: 200px;
}

#header
{
	width: 980px;
	height: 243px;
	margin: 0 auto;
	background-image: url('images/header.png');
	text-align: right;
}

.header-link
{
	margin: 0 0 0 0;
	padding: 6px 6px;
}

img.news-image
{
	width: 685px;
	height: 220px;
	margin: 5px 0;
}

img.class
{
	width: 18px;
	height: 18px;
	padding: 2px;
	vertical-align: middle;
}

#content
{
	position: relative;
	width: 980px;
	margin: auto auto;
	height: auto;
	background-color: #0f0f0f;
	text-align: left;
}

#left-column
{
	float: left;
	margin: 10px;
	width: 250px;
}

#right-column
{
	float: right;
	margin: 10px;
	text-align: left;
	width: 690px;

}

#foot
{
	text-align: right;
	font-size: 8pt;
	clear: both;
	border-top: 1px dotted #a0a0a0;
	width: 960px;
	margin: auto;
}

#foot-text
{
	padding: 5px;
}

.module
{
	text-align: left;
	margin: 0 0 10px;
}
.post
{
	width: 685px;
}

p
{
	margin: 5px 0;
}

h1
{
	font-size: 13pt;
	font-weight: bold;
	padding: 0 0;
	margin: 0 0;
}

.module h1, .module h2, .post-title
{
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	padding: 0 0;
	margin: 0 0;
	color: #2da5cd;
}

.module h1
{
	border-bottom: 1px dotted #a0a0a0;
}

.module h2
{
	font-size: 11pt;
	color: #fff;
	margin: 0 0 2px 0;
}

.post-author
{
	border-bottom: 1px dotted #a0a0a0;
	padding: 0 0 5px 0;
}

#pad
{
	padding: 5px 20px;
}

th.centered
{
	text-align: center;
}

div.exp
{
	font-size: 7pt;
	color: #ccc;
}

a.huge
{
	font-size: 25pt;
	font-weight: bold;
}


form
{
	font-size: 14px;
	padding: 5px;
}

div.form-row, div.form-row-small
{
	padding: 5px 0;
}

div.form-row
{
	border-top: 1px dotted #a0a0a0;
}

div.expl
{
	font-size: 10px;
	color: #8b8b8b;
}

div.error
{
	color: #cc0000;
}

div.emph
{
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #35cdff;
}

div.submit
{
	text-align: center;
}

label
{
	font-size: 10pt;
}

span
{
	font-size: 10pt;
}

label.app
{
	display: block;
	width: 100%;
	color: #2da5cd;
	font-size: 15px;
	font-weight: bold;
}

textarea
{
	width: 920px;
	height: 100px;
}

textarea.small
{
	width: 675px;
}

input
{
	padding: 2px;
	/*color: #2da5cd;*/
	vertical-align: middle;
}

input[type=text]
{
	width: 200px;
}

input[type=checkbox]
{
	margin: 5px 0;
}

table.bordered, table.bordered th, table.bordered td,
table.bordered-light, table.bordered-light th, table.bordered-light td
{
	text-align: left;
	border-collapse: collapse;
	padding: 5px;
	margin: 5px 0;
}

table.bordered, table.bordered th, table.bordered td
{
	border: 1px solid #a0a0a0;
}

table.bordered-light, table.bordered-light th, table.bordered-light td
{
	border-top: 1px solid #444;
}

div.message
{
	font-weight: bold;
	border: 1px solid #2da5cd;
	padding: 10px;
	text-align: center;
	color: #2da5cd;
	margin: 5px 0;
}

input.small
{
	font-size: 10px;
	
}
