BODY{
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url(/images/gui/BG.gif);
	font-family: Verdana, "Sans Serif";
	position: relative;
	width: 100%;
	height: 100%;
}

IMG{
	border: none;
}

#Main{
	width: 1024px;
	margin: auto;
	position: relative;
	background-image: url(/images/gui/main_bg.gif);
	padding: 0;
	padding-bottom: 300px;
}

#Footer{
	position: absolute;
	left: 12px;
	bottom: 0;
	width: 1000px;
	height: 450px;
	background-color: #eee;
	background-image: url(/images/gui/footer_bg.gif);
	background-repeat:no-repeat;
	color: white;
	overflow: hidden;
	font-size: x-small;
}

#Footer A{
	color: #7b7f6d;
}

#Footer A:hover{
	color: #ee3;
}

#FooterContent{
	padding: 12px;
	padding-top: 228px;
}

#FooterContent P{
	float: left;
	padding-top: 0.5em;
	padding-left: 1em;
	padding-right: 2em;
	border-right: dotted #7b7f6d 1px;
	height: 80px;
	line-height: 1.6em;
}

#BannerSpace{
	clear: left;
	/* background-color: #17481e; */
	width: 728px;
	height: 90px;
	margin: auto;
}

#TopImage{
	padding: 0 12px;
}

#VideoPlayer{
	position: absolute;
	top: 52px;
	left: 604px;
}

#ColumnA, #body2{
	font-family: Arial;
	width: 650px;
	font-size: small;
	line-height: 1.5em;
	position: relative;
	padding-left: 70px;
	left: 12px;
	bottom: 98px;
	z-index: 1;
}

#ColumnA h1, #body2 h1{
	font-family: Tahoma;
	font-size: large;
	color: #888;
	line-height: 1.2em;
}

#ColumnA h2, #body2 h2{
	font-family: Tahoma;
	font-size: medium;
	color: #888;
	line-height: 1.2em;
}

#Extra{
	font-family: Arial;
	width: 250px;
	position: absolute;
	left: 750px;
	top: 400px;
	z-index: 1;
}

#ExtraContent{
	padding: 0 12px;
	font-family: Georgia;
	font-size: medium;
	line-height: 1.5em;
	color: #555;
}

#Nav{
	position: absolute;
	left: 12px;
	top: 234px;
}

.clear
{
	clear: both;
}

.center
{
	text-align: center;
}

.row
{
	margin: 0px auto 0px auto;
}

.cell
{
	float: left;
	
	width: 300px;
	max-width: 300px;
}

.cell p
{
	padding: 20px;
	margin: 0px auto 0px auto;
}

.lines
{
	border: 1px solid #c7c6c6;
	border-top: none;
	border-bottom: none;
}

#body2 {
	width: 950px;
	padding-top: 40px;
	padding-left: 40px;
}

a:link
{
	color: #0f3467;
	text-decoration: none;
}

a:hover
{
	color: #00549f;
	text-decoration: underline;
}

a:active
{
	color: #00549f;
	text-decoration: underline;
}

a:visited
{
	color: #296397;
	text-decoration: none;
}

/* Contact form styles */

#cloak-remove label
{
	float: left;
	width: 8em;
}

#cloak-remove input
{

	width: 15em;
	margin: 3px 0px;
}

#cloak-remove textarea
{

	width: 25em;
	height: 10em;
}

#cloak-remove input#form_submit
{
	width: auto;
	margin-left: 9em;
}

.cloak-hidden
{
	display: none;
}

.errors, .thanks
{
	background-color: #F4F7A9;
	border: 1px solid #B4B438;
	border-left: none;
	border-right: none;
	padding: 10px;
	color: #444;
}

span.errormsg
{
	display: block;
	margin-top: 3px;
}