* {
	margin: 0;
}
html, body {
	height: 100%;
background: #828284;
margin: 0px auto;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
cursor: default
}
h2
{
font-size: 18px;
color: #FFFFFF;
margin: 0px 0px 10px 0px;
padding: 0px;
}
a
{ 
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}
a:hover
{ 
color: #FFFFFF;
font-weight: bold;
text-decoration: underline;
}
#global
{
width: 994px;
padding-top: 65px;
}
#brand
{
float: right;
margin-top: -2px;
margin-bottom: 40px;
margin-right: 3px;
}
#contentBloc
{
background: url(/bgs/main_bg_strip.png) no-repeat;
width: 940px;
clear: both;
height: 275px;
padding-left: 40px;
margin-bottom: 5px;
}
#contentBlocB-lo
{
width: 940px;
clear: both;
padding-left: 40px;
color: #FFFFFF;
display: block;
}
#imgHold
{
float: left;
margin-right: 10px;
height: 275px;
color: #FFf;
}

#topMsg
{
height: 82px;
font-size: 17px;
line-height: 25px;
width: 580px;
float: left;
padding: 10px 0px 0px 25px;
color: #CCCCCC;
text-align: justify;
}
#botMsg
{
height: 183px;
font-size: 13px;
float: left;
color: #fff;
padding-top: 10px;
line-height: 15px;
text-align: left;
width: 600px;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 20px; /* .push must be the same height as .footer */
	background: url(/bgs/footer_bg.png) no-repeat;
	font-size: 10px;
	padding: 5px 0px 0px 40px;
	color: #ccc;
	width: 944px;
	text-align: right;
}
.footer a
{
text-transform: none;
}
/* nav structure */
ul#globalNav
{
float: left;
list-style: none;
color: #FFFFFF;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 28px;
font-size: 11px;
}
#globalNav li
{
float: left;
border-right: 1px solid #ccc;
text-transform: uppercase;
padding-right: 11px;
padding-left: 11px;
}

#globalNav li.active a
{
font-weight: bold;
color: #333;
}

#globalNav li a
{
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}
#globalNav li a:hover
{
color: #333;
text-decoration: none;
font-weight: bold;
}
#globalNav li a:active
{
color: #333;
text-decoration: none;
font-weight: bold;
}
.newsItem
{
float: left; 
width: 175px;
margin-right: 20px;
}
.register
{
height: 15px;
background: #C5B7AA;
margin: 3px 0 10px 0;
width: 200px;
display: block;
border: 0px;
}
.submit
{
background: #606060;
width: 80px;
height: 27px;
vertical-align: middle;
padding-bottom: 2px;
color: #FFFFFF;
border: 0px;
}