@charset "utf-8";
* {
	/*overwrite all default browser settings*/
	margin:				0;
	/*global font settings*/
	font-family: 		arial,helvetica,sans-serif;
}
html,body {
	/*part 1 of 100% height hack*/
	height:				100%;
	width: 100%;
	text-align: center;
}
#home-flash {
	position: relative;
	height: 500px;
	width: 900px;
	z-index: 500;
}
#sub-flash {
	position: relative;
	height: 205px;
	width: 900px;
	z-index: 500;
}
#home-mainpic {
	height: 300px;
	background-color: #333333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 8px;
}

#sub-mainpic {
	height: 205px;
	background-color: #333333;
}
#content-div {
	width: 900px;
	background-color: #6F6F6F;
	background-image: url(../img/content-bg.jpg);
	background-repeat: repeat-x;
}
#bottom-div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: right;
	width: 900px;
	margin-top: 10px;
	margin-bottom: 30px;
	clear: both;
}
#head-div #menu-div {
	margin-top: 0px;
	/*margin-top: 84px;*/
	height: 36px;
	width: 433px;
	display: inline;
	float: right;
}

#console-logo {
	/*background-color: #ffff00;*/
	margin-top: 0px;
	/*height: 36px;*/
	width: 600px;
	text-align: right;
	display: inline;
	float: right;
}

#main-table td {
	text-align: center;
}



body {
	background-color: #000000;
	font-size: 12px;
	color: #AEAEAE;
	padding:			0;
	margin:				0;
	text-align: center;
}
/*html, body {
	font-family: Arial, Helvetica, sans-serif;

	margin:0px;
	padding:0px;
	width:100%;
	height:100%;


	vertical-align: middle;
}*/

em {
	font-style:			italic !important;
}
.floatright {
	float: 				right;
	display:			inline; /*to avoid IE double margin bug*/
}
.floatleft {
	float: 				left;
	display:			inline; /*to avoid IE double margin bug*/
}
.alignright {
	text-align:			right;
}#main-container {
	width: 900px;
}
#head-div {
	height: 120px;
	width: 900px;
}
h1 {
	margin-top: 33px;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
}
#content-div #content-div-rightbox {
	width: 543px;
	text-align: left;
	float: right;
}
#content-div #content-div-leftbox {
	float: left;
	width: 357px;
}

.one-colmn-box {
	margin-right: 50px;
	margin-bottom: 50px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AEAEAE;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AEAEAE;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AEAEAE;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AEAEAE;
}
.bottom-padding8 {
	margin-bottom: 8px;
	padding-bottom: 8px;
}
