body {
	font-family: Helvetica, sans-serif, Lucida Sans, Arial, Verdana, Lucida Sans Unicode;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3;
	word-spacing: 2px;
	background:#000000;
	color:#ffffff;
	padding:0px;
	margin:0px;
}

#background_layer {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
}

#background_layer img {
	width:100%;
	min-height:100%;
}

#foreground_layer {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	padding-top:55px; 
	padding-bottom:53px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

#menu1_bar {
	width:100%;
	min-height:24px;
	border:#ffffff 2px;
	border-style: solid none;
	-moz-box-shadow:0px 0px 16px #f28e00;
	-webkit-box-shadow:0px 0px 16px #f28e00;
	box-shadow:0px 0px 16px #f28e00;
}

#content_scrollbox {
	width:100%; 
	height:220px;
	overflow-x:hidden;
	overflow-y:auto;
}

#content_layer {
	width:90%;
	max-width:1024px;
	margin:auto;
}

#content_innerlayer {
	margin-right:300px;
	padding-bottom:20px;
	padding-top:25px;
	box-sizing:border-box;
}

#contentpanel {
	font-family: Helvetica, sans-serif, Lucida Sans, Arial, Verdana, Lucida Sans Unicode;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3;
	word-spacing: 2px;
	float:left;
	width:100%;
	text-align:justify;
	text-shadow: #000000 0px 0px 15px;
}
#footer_bar {
	width:100%;
	height:36px;
	min-height:36px;
	border:#ffffff 2px;
	border-style:solid none;
	-moz-box-shadow:0px 0px 16px #f28e00;
	-webkit-box-shadow:0px 0px 16px #f28e00;
	box-shadow:0px 0px 16px #f28e00;
}

#footer_contentlayer {
	width:90%;
	max-width:1182px;
	margin:auto;
	padding:1px 0px;
	text-align:right;
	font-size:8pt;
}

#footer_contentlayer a {
	font-style:italic;
}


#ajaxloading {
	position:absolute;
	width:100%;
	background-color:#000000;
	z-index:9999;
	color:#ffffff;
	font-weight:bold;
	height:55px;
}

#lightbox {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
}

#lightboxbg {
	background:#000000;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}

#lightboxbordertopleft {
	position:absolute;
	margin:7% 0px 0px 15%;
	width:100%;
	height:100%;
	border:2px #f28e00;
	border-style: solid none none solid;
	left:0px;
	top:0px;
}

#lightboxborderbox {
	position:absolute;
	padding:7% 0px 0px 15%;
	border:2px #f28e00;
	border-style: none solid solid none;
	left:0px;
	top:0px;
	max-width:70%;
	max-height:90%;
}

#lightboxcontent {
	padding:2px 0px 0px 2px;
	max-width:100%;
	max-height:100%;
	clear:both;
}

#lightboxcloselink {
	float:right;
	margin-top:-25px;
	margin-right:-145px;
	font-weight:bold;
	height:25px;
	width:140px;
	padding-left:5px;
}

#lightboxcloselink a {
	color:#f28e00;
}


#pagelinks {
	top:440px;
	width:100%;
	position:absolute;
	z-index:600;
	text-align:center;
}

#jswarning {
	top:360px;
	width:100%;
	position:absolute;
	z-index:600;
	text-align:center;
}

#postit {
	float:left;
	margin-top:-50px;
	margin-left:35px;
}

.cb {
	clear:both;
}

a {
	color:#F28E00;
	text-decoration: none;
}

a:visited {
	color:#F28E00;
	text-decoration: none;
}

a:focus {
	font-style: italic;
}

a img {
	border: none;
}