* {
	margin:0px;
	padding:0px;
	border:0px;
}
html {
	overflow-y:scroll;
}
html, body {
	width:100%;
	height:100%;
	font:12px Arial, Verdana, sans-serif;
	color:#345573;
	background-color:#080C0F;
}
br.clear, div.clear {
	clear:both;
	height:0px;
}
.small {
	font-size:10px;
}
div#wrapper {
	position:relative;
	width:950px;
	z-index:0;
	min-height:100%;
	/* Hack for IE6 */
	height:auto !important;
	height:100%;
	margin:0px auto -20px;
	background-color:#000;
	border-left:solid 2px #000;
	border-right:solid 2px #000;
}
div#npo_button_wrapper {
	position:absolute;
	top:20px;
	left:772px;
	z-index:100;
	height:50px;
	border:0px;
}
div#npo_button_container {
}
div#main {
	padding-bottom:22px;
}
div#flashContainer {
	z-index:10;
	position:relative;
	height:519px;
	background-color:#0B1117;
	border:0px;
}
div#htmlContent {
	position:relative;
	margin-top:12px;
	margin-bottom:6px;
	width:950px;
}
div#ajaxContent {
	padding: 35px 33px 47px 33px;
	border-bottom: solid 1px #192836;
	background-color:#0D151C;
}
div#ajaxInner {
	/*overflow:hidden;*/
}
div.column {
	display:inline;
	width:430px;
}
div.left {
	float:left;
}
div.right {
	float:right;
}
div.mediumLink {
	visibility:hidden;
}
div#footer {
	background-color:#000;
	font:12px Futura Medium, Futura-Medium, Arial, Verdana, sans-serif;
	color:#7D9FB0;
	text-align:center;
	vertical-align:bottom;
	height:20px;
	width: 950px;
	/*padding-top:2px;*/
	padding-bottom:2px;
	position:relative;
	margin-top:-22px;
	margin-left: auto;
	margin-right:auto;
	clear:both;
}
div#push {
	height:20px;
}
h1, h2 {
	font:18px Georgia, serif;
	color:#B4D5E4;
}
h3 {
	font:14px Georgia, serif;
	color:#B4D5E4;
}
p {
	margin-bottom:15px;
}
a {
	color:#7D9FB0;
	text-decoration:none;
}
a:hover {
	color:#9BBECC;
}
div.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
div.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
