
BODY{
	margin: 0px;
	padding: 0px;
	background-color: #003507;
	background-repeat: repeat-x;
	background-image: url(/images/gui/body_bg.jpg);
	font-family: Verdana, "Sans Serif";
	font-size: small;
	color: #4b4b4b;
	line-height: 1.5em;
}

A{
	color: #004489}

IMG{
	border: none;
}

H1{
	font-size: 140%;
	color: #b20a0a;
}

H2{
	font-size: 120%;
	margin-bottom: -0.8em;
}

H3{
	font-size: 110%;
}

H4{
	font-size: 100%;
	margin-bottom: -0.8em;
}

#Root{
	margin: 0px auto;
	padding: 0px;
	width: 1024px;
	position: relative;
	background-image: url(/images/gui/root_bg.jpg);
	background-repeat: repeat-y;
}

#Header{
	width: 1024px;
	height: 462px;
	background-image: url(/images/gui/header_internal.jpg);
	margin-bottom: -260px;
}

#Navigation{
	background: none;
	margin-left: 40px;
	margin-top: 1px;
}

#ColumnWrapper{
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	left: 55px;
}

.columnContent{
	padding: 0px 20px 0px 20px;
}

#ColumnA{
	float: left;
	width: 687px;
	border-right: dotted #0f2758 1px;
}

#ColumnB{
	float: left;
	width: 250px;
}

#Footer{
	margin: auto;
	padding: 5px;
	width: 850px;
	color: white;
	font-size: x-small;
	line-height: 1.1em;
}

#FooterNav{
	margin-top: 1em;
	text-align: center;
}

#FooterNav A{
	color: #ffffff;
	text-decoration: none;
}

#PaidFor{
	padding: 6px;
	width: 400px;
	border: solid white 1px;
	text-align: center;
	float: left;
	margin-right: 1em;
}

#HomeLink{
	background: none;
	display: block;
	height: 124px;
}


.section{
	border-top: solid #c8c8c8 1px;
	padding-top: 1em;
	margin-top: 1em;
}

.centered{
	text-align: center;
}

.newsItem{
	margin-bottom: 1em;
}

.newsItem STRONG{
	text-decoration: underline;
}
.newsItem A{
	float: right;
}

.HeaderFB {
	position:absolute; 
    top:85px; 
    right:50px;
}

.translucent {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

#SignUpButton{
	position: absolute;
	top: 15px;
	right: 50px;
}

#SignUpForm{
	background: #fff; 
	margin: 2em; 
	padding: 1em;
	position: relative;
}

#SignUpForm DIV.formItem{
	padding: 0.5em;
}

#SignUpForm DIV.formItem LABEL{
	display: block;
	width: 180px;
	margin-right: 0.5em;
	text-align: right;
	font-weight: bold;
}

#SignUpForm DIV.formItem INPUT{
	width: 300px;
}

#SignUpFormErrors{
	color: red;
	font-weight: bold;
	position: absolute;
	top: 1em;
	right: 2em;
	width: 300px;
}

#SignUpFormThankYou{
	color: #080;
	font-weight: bold;
	position: absolute;
	top: 1em;
	right: 1em;
	display: none;
}
