html,body { 
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

body { 
	-x-system-font:none;
	font-family:Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;
}

h2, table {
	margin-bottom:10px;
}

h2 {
	color:#FF9900;
	font-size:20px;
	letter-spacing:-1px;
}

th {
	color:#FF9900;
	text-align:left;
}

td, th {
	border:1px solid #CCCCCC;
	padding:2px 4px;
}

a, a:link, a:visited {
	color:#0487D9;
	text-decoration:none;
}

.mainContainer { 
	min-height:100%;
	position:relative; /* needed for footer positioning*/
}

.headerContainer {
	width:100%;
	height:106px;
	background:url(../images/bg.jpg) repeat-x scroll 0 0;
}

.headerLogo { 
	position:absolute;
	left:20%;
	top:8px;
}

.contentContainer { 
	width:100%;
	background-color:#FFFFFF;
	padding-bottom:106px; /* bottom padding for footer */
}

.footerContainer { 
	position:absolute;
	bottom:0;
	width:100%;
	height:106px;
	background-color:#00263d;
}

.footerContent { 
	color:#6AB9EB;
	padding-top:30px;
	min-width:600px;
	position:absolute;
	left:20%;
}

.showJavaScriptAlert {
	position:relative;
	left:20%;
	min-width:650px;
	max-width:75%;
	margin-top:25px;
}

.hideJavaScriptAlert {
	display:none;
}

.showSystemRequirements {
	position:relative;
	left:20%;
	min-width:650px;
	max-width:75%;
	margin-top:25px;
	visibility:visible;
}

.hideSystemRequirements {
	visibility:hidden;
}


<!--[if lt IE 7]>
<style media="screen" type="text/css">
.mainContainer {
	height:100%;
}
</style>
<![endif]-->

