@charset "utf-8";
body, td, th {
	font-family: Arial, sans-serif;
	font-size: 12px;
}
body {
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(../img/bg-sub.gif);
	background-repeat: repeat-x;
	background-color: #FFDC00;
}
/*******************************************************************************
* MAIN CONTAINER
*******************************************************************************/
.thrColFixHdr #container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
/*******************************************************************************
* HEADER
*******************************************************************************/
.thrColFixHdr #header {
	background: url(../img/header.jpg) no-repeat left top;
	height: 92px;
}
.thrColFixHdr #header #tagline {
	font-size: 14px;
	color: #000000;
	float: left;
	width: 450px;
	margin-top: 55px;
	margin-left: 15px;
	display: inline;
}
.thrColFixHdr #header #navContainer {
	margin-top: 30px;
	float: right;
	margin-right: 15px;
	display: inline;
}
/*******************************************************************************
* INDEX BANNER
*******************************************************************************/
.thrColFixHdr #indexBanner {
	height: 333px;
	background-image: url(../img/index-banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	color: #FFFFFF;
	display: block;
}
#contBanner {
	font-size: 30px;
	color: #FFFFFF;
	margin-left: 430px;
	margin-top: 130px;
	text-align: center;
	width: 500px;
	float: left;
	display: inline;
}
/*******************************************************************************
* TECHNICAL BANNER
*******************************************************************************/
.thrColFixHdr #technicalBanner {
	height: 230px;
	background-image: url(../img/technical-banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	color: #FFFFFF;
	display: block;
}
#techBanner {
	font-size: 30px;
	color: #FFFFFF;
	margin-top: 100px;
	text-align: left;
	width: 150px;
	float: right;
	display: inline;
}
/*******************************************************************************
* CONTENT
*******************************************************************************/
.thrColFixHdr #mainContent1 {
	width: 900px;
	margin-left: 30px;
	margin-top: 10px;
	float: left;
	text-align: justify;
}
.thrColFixHdr #mainContent1 a:link, .thrColFixHdr #mainContent1 a:visited, .thrColFixHdr #mainContent1 a:active {
	color: #0033FF;
}
.thrColFixHdr #mainContent1 a:hover {
	color: #FF3300;
}
/*******************************************************************************
* FOOTER
*******************************************************************************/
.thrColFixHdr #footer {
}
.thrColFixHdr #footer #footerImg {
	background-image: url(../img/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 260px;
}
.thrColFixHdr #footer #footerNav {
	padding: 10px;
	background-color: #ffdc00;
	height: 80px;
}
.thrColFixHdr #footer a:link, .thrColFixHdr #footer a:visited, .thrColFixHdr #footer a:active {
	color: #000000;
}
.thrColFixHdr #footer a:hover {
	color: #000000;
	text-decoration: none;
}
/*******************************************************************************
* HACKS
*******************************************************************************/
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.thrColFixHdr #container #contContainer {
	display: block;
}
