﻿*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}

body
{
	background: #000000 url(../gfx/bg.png) repeat-y center;
	color: #ffffff;
}

#superContainer
{
	background: #ffffff url(../gfx/conatinerbg.png) repeat-y;
	color: #000000;
}

#superContainer, #topContainer, #menuContainer, #separator
{
	width: 800px;
	margin: auto;
}

#topContainer
{
	background: #ffffff url(../gfx/topbg.png) repeat-x bottom;
	padding-bottom: 3px;
	margin-top: 9px;
}

#separator
{
	clear: left;
	background: #55050e;
}

#content
{
	width: 529px;
}

#content h1
{
	font-size: 12pt;
	margin: 20px 0px;
}

#content h2
{
	font-size: 10pt;
	margin-bottom: 1em;
}

#content hr
{
	background: #800000;
	border: 0px;
	width: 95%;
	margin: 5px auto;
}

#footer
{
	text-align: center;
	font-size: 7pt;
	color: #ffffff;
	background: #000000;
	clear: both;
}

.sidebar
{
	width: 270px;
	clear: right;
	float: right;
}

.text
{
	padding: 0px 10px;
}

/*.text img
{
	display: inline;
	margin: auto;
}*/

.text ul, .sidebar ul
{
	padding-left: 0px;
	list-style: none;
}

.text ul li ul li, .sidebar ul li ul li
{
	padding-left: 10px;
}

.text hr
{
	clear: left;
}

.subHead
{
	background: url(../gfx/subheadbg.gif) repeat-x;
	font-weight: bold;
	font-size: 10pt;
	padding-left: 10px;
	letter-spacing: 3pt;
	line-height: 20px;
	margin-bottom: 8px;
}

.news
{
	padding: 10px;
}

.news .date
{
	color: #92242d;
}

.news .headline
{
	margin-bottom: 1em;
	font-size: 8pt;
	font-weight: bold;
	cursor: pointer;
}

.news .headline a, .news .headline a:link, .news .headline a:visited, .news .headline a:active, .news .headline a:hover
{
	text-decoration: none;
	font-size: 8pt;
	color: #000;
}

.news .headline a:hover
{
	text-decoration: underline;
}

.training
{
	padding-left: 5px;
	font-weight: bold;
}

.trainingColumn
{
	padding: 3px 4px;
}

.time
{
	width: 80px;
	text-align: center;
}

.alternating
{
	background: #ebebeb;
}

.newsArchive
{
	text-align: right;
	padding: 2px 4px;
}

.newsArchive a, .newsArchive a:link, .newsArchive a:visited
{
	color: #000;
	text-decoration: none;
}

.newsArchive a:hover, .newsArchive a:active
{
	text-decoration: underline;
}

.author
{
	margin: 5px 40px;
	text-align: right;
	font-style: italic;
}
