body
{
	background-color: #000000;
	font-family: Arial, Verdana, sans-serif;
	color: #FFFFFF;
}

#header
{
	text-align: center;
}

#indexContent
{
	text-align: center;
}

#leftBar
{
	width: 250px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
	position: absolute;
	top: 135px;
	left: 0px;
}

#mainContent
{
	text-align: left;
}

#mainWrapper
{
	width: 700px;
	position: absolute;
	top: 135px;
	left: 270px;
}

#footer
{
	text-align: center;
	font-size: 12px;
}

#hqLeft
{
	float: left;
	margin-right: 20px;
}

table.tableMain
{
	border: solid 2px #DDDDDD;
	margin-bottom: 3px;

}
table.tableMain td
{
	border: solid 1px #DDDDDD;
}

table.powerBar
{
	background-image: url('images/power.gif');
	background-repeat: no-repeat;
}
table.powerBar td
{
	border-style: none;
	border-width: 0px;
}

td.barColourLight
{
	background-color: #515682;
}
td.barColourDark
{
	background-color: #313361;
}		
tr.barColourLight td
{
	background-color: #515682;
}
tr.barColourDark td
{
	background-color: #313361;
}

td.barColourRed
{
	background-color: #C60A00;
}

.barColourGreen
{
	background-color: #055D13;
}
p
{
	margin: 0px 0px 0px 0px;
}

img
{
	border: 0px;
}

.smallWidth
{
	width: 50px;
}

input.main, select.main, textarea
{ 
	background-color:#000000;
	margin-bottom:1px;
	margin-top:1px;
	margin-right:-1px;
	margin-left:-1px;
	border: solid 2px #FFFFFF;
	color: #FFFFFF;
}
input.num
{ 
	
	background-color:#000000;
	margin-bottom:1px;
	margin-top:1px;
	margin-right:-1px;
	margin-left:-1px;
	border: solid 2px #FFFFFF;
	color: #FFFFFF;
	width: 30px;
}

td.newsSubject
{
	font-size: 16px;
	text-align: left;
	width: 75%;
}

td.newsDate
{
	text-align: right;
	font-size: 14px;
	width: 25%;
}

td.newsBody
{
	font-size: 14px;
}

.smallBlock
{
	border: solid 1px #DDDDDD;
	margin-bottom: 3px;
	background-color: #313361;
	text-align: center;
}

.textCenter
{
	text-align: center;
}

.map
{
	border: solid 1px #DDDDDD;
}

.spacer
{	
	clear: both;
}

.floatSmallMargin
{
	float: left;
	margin-right: 3px;
}

table.typeBar
{
	margin: 3px;
	border-collapse: collapse;
}

table.typeBar td
{
	border: 0px;
}


u
{
	text-decoration: none;
	border-bottom: 1px dashed #FFFFFF;
}

.dottedUnderline
{
	text-decoration: none;
	border-bottom: 1px dashed #FFFFFF;
}

h1, h2, h3
{
	margin: 0px;
	font-variant: small-caps;
}
a:link {color: #FFFFFF; text-decoration: underline;}
a:visited {color: #ECECEC; text-decoration: underline;}
a:hover{color: #FFFFFF; text-decoration: underline;}
a:active {color: #FF8989; text-decoration: underline;}