@charset "utf-8";

body {
	margin : 0;
	font-family : georgia;
	background : #182945;
	font-size : 12px;
}

.container {
	width : 850px;
	margin-left : auto;
	margin-right : auto;
	background : #182945 url('../images/contentbg.gif') repeat-y;
}

.header {
	background : #182945 url('../images/header.jpg');
	width : 850px;
	height : 207px;
}

.nav {
	float : left;
	width : 175px;
	margin-left : 32px;
}

a.navLnks:link, a.navLnks:active, a.navLnks:visited {
	float : left;
	width : 164px;
	color : #999;
	background : #182945;
	text-decoration : underline;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 5px;
}

a.navLnks:hover {
	width : 164px;
	background : #223b64;
	text-decoration : none;
	padding-top : 3px;
	padding-bottom : 3px;
}

a.subLnks:link, a.subLnks:active, a.subLnks:visited {
	float : left;
	width : 159px;
	color : #999;
	background : #182945;
	font-size : 12px;
	text-decoration : underline;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 10px;
}

a.subLnks:hover {
	width : 159px;
	background : #223b64;
	font-size : 12px;
	text-decoration : none;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 10px;
}

a.subSubLnks:link, a.subSubLnks:active, a.subSubLnks:visited {
	float : left;
	width : 154px;
	color : #999;
	background : #182945;
	font-size : 12px;
	text-decoration : underline;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 15px;
}

a.subSubLnks:hover {
	width : 154px;
	background : #223b64;
	font-size : 12px;
	text-decoration : none;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 15px;
}

a.noUL:link, a.noUL:active, a.noUL:visited {
	color : #999;
	text-decoration : none;
	font-size : 12px;	
}

a.noUL:hover {
	color : #999;
	text-decoration : none;
	font-size : 12px;
}

a:link, a:active, a:visited {
	color : #999;
	text-decoration : underline;
	font-size : 12px;	
}

a:hover {
	color : #999;
	text-decoration : none;
	font-size : 12px;
}

.navHeader {
	float : left;
	width : 164px;
	color : #999;
	background : #0a172e;
	text-decoration : none;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 5px;
}

.subHeader {
	float : left;
	width : 159px;
	color : #999;
	background : #3e557a;
	text-decoration : none;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 10px;
}

.content {
	min-height : 400px;
	color : #FFF;
	float : right;
	width : 74.5%;
	padding : 4px;
}

.data_table{
	border-color : #111e33;
	font-family: sans-serif;
	width : 550px;
	border-collapse:collapse;
}

.video {
	margin-top : 10px;
	margin-left : 70px;
}

.footer {
	position:relative;
	left : -1px;
	width : 850px;
	float : left;
	height : 101px;
	text-align : center;
	padding-top : 50px;
	color : #FFF;
	background : #182945 url('../images/footer.gif') no-repeat;
}

#dhtmltooltip{
	position: absolute;
	width: 150px;
	padding: 5px;
	visibility: hidden;
	z-index: 1000;
	font-size : 11px;
}


#clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

tr.on {
	background : #264473;
}

tr.head {
	background : #111e33;
}

tr.datadisplay:hover {
	background : #2d5492;
}

tr.noborder {
	border-bottom : 1px solid #223b64;
}

tr.noborderon {
	border-bottom : 1px solid #264473;
}

span.left {
	position : relative;
	left : 0;
	font-size : 11px;
}

span.right {
	position:relative;
	right : 0;
	font-size : 11px;
}

#clearfix {
    display: inline-block;
}

html[xmlns] #clearfix {
    display: block;
}

* html #clearfix {
    height: 1%;
}

.member {
	position : relative;
	top : -4px;
	z-index : 0;
	width : 607px;
	background : #182945;
	height : 20px;
	float : right;
	text-align : right;
	margin-right : 28px;
	margin-bottom : 10px;
	padding : 5px;
	padding-top : 8px;
}

.noList {
	list-style:none;
}

input {
	background : #182945;
	font-size : 11px;
	font-family : georgia;
	border : 1px solid #264473;
	padding : 3px;
	margin-right : 5px;
	color : #FFF;
}

.topad {
	padding : 5px;
	margin-left : 60px;
	margin-top : 5px;
	margin-bottom : 10px;
}

.bottomad {
	padding : 5px;
	margin-left : 60px;
	margin-top : 15px;
}	
