html, body 
{
	background-color: #162F4E;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: left;
}

a
{
	font-family: arial;
	text-decoration: none;
}

* :focus { outline: 0; }

div
{
	font-family: arial;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

img
{
	border: 0px;
}

table
{
	border-collapse: collapse;
}



.centerer
{
	text-align: center;
	width: 100%;
	height: 100%;
}

.centerdiv
{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	display: table;
	height: 100%;
}

.container
{
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	border: 1px red solid;
	table-layout: fixed;
}

.container td
{
	vertical-align: top;
}

.content
{
	font-size: 10pt;
	text-align: left;
	width: 66%;
	height: 100%;
	background-color: #232931;
	border: none;
	border-right: 1px #999999 solid;
	padding-left: 256px;
	margin-left: 5%;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	overflow-x: hidden;
	_overflow-x: visible;
	overflow-y: scroll;
	_width:expression(document.body.clientWidth < 840 ? "640px" : "66%" );
	min-width: 640px;
	min-height: 550px;
}

.content a
{
	font-family: arial;
	color: #59BCF5;
}

.cover
{
	position: absolute;
	height: 100%;
	width: 5%;
	background-color: #162F4E;
	background-image: url('images/dshad.jpg');
	background-repeat: repeat-y;
	background-position: right;
	z-index: 16;
	min-height: 550px;
}

.footer
{
	z-index: 7;
	font-size: 8pt;
	padding-left: 15%;
	padding-right: 15%;
	height: 40px;
	width: 70%;
	text-align: center;
}

.footer a
{
	color: #59BCF5;
}

.header
{
	height: 143px;
	background-image: none;
	background-color: #343B43;
	padding-left: 0px;
	padding-right: 4%;
	padding-top: 0px;
	font-size: 9pt;
}

.leftbanner
{
	background-image: url('images/lbanner.jpg');
	background-repeat: repeat-y;
	background-color: #222222;
	width: 260px;
	border-left: 5px #111111 solid;
	border-right: 5px #111111 solid;
	z-index: 40;
	position: relative;
	left: 5%;
	height: 100%;
	top: 0;
	table-layout: fixed;
	min-height: 550px;
}

.leftbanner td
{
	height: 100%;
	vertical-align: top;
}

.links
{
	position: relative;
	z-index: 45;
	top: 0px;
	left: 70px;
}

.linkstyle
{
	width: 140px;
	height: 40px;
	background-color: transparent;
}

.linkstyle a
{
	color: #59BCF5;
}

.logo
{
	position: relative;
	z-index: 50;
	top: 0px;
	left: -29px;
	height: 234px;
}

.preload img
{
	visibility: hidden;
	width: 0px;
	height: 0px;
	display: none;
}

.screen
{
	z-index: 50;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	visibility: hidden;
}

.spectable td
{
	vertical-align: middle;
	height: 100px;
}

.topbanner
{
	text-align: center;
	background-color: transparent;
	background-image: url('images/tbanner.jpg');
	background-repeat: repeat-x;
	height: 100px;
	z-index: 0;
	position: absolute;
	top: 6%;
	left: 0px;
	width: 100%;
}

.topbannershad
{
	text-align: right;
	background-color: transparent;
	background-image: url('images/tbanner.jpg');
	background-repeat: repeat-x;
	height: 100px;
	z-index: 20;
	position: absolute;
	top: 6%;
	left: 0px;
	width: 5%;
}

.workinfo
{
	background-color: #353E49;
	padding: 15px;
}