html { 
	overflow-y: scroll;
}
BODY {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #888;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 9pt;
	color: #000;
}
H1 {
	font-weight: bold;
	font-size: 10pt;
}
H2 {
	font-weight: normal;
	font-size: 9pt;
	padding-left: 8px;
}
H3 {
	font-weight: normal;
	font-size: 8.5pt;
	padding-left: 8px;
}
H4 {
	font-weight: normal;
	font-size: 7pt;
}
A:link {
	text-decoration: none;
	color: #fff;
} 
A:visited {
	text-decoration: none;
	color: #fff;
}
A:hover {
	text-decoration: none;
	color: #f9a01b;
} 
A:active {
	text-decoration: none;
}
UL {
	padding-top: 10pt;
}
LI {
	margin-bottom: 10pt;
}
#NewFlag {
	color: #f9a01b;
}
#Container {
	position: relative;
	text-align: left;
	overflow: hidden;
	visibility: visible;
	z-index: 0;
	width: 800px;
	height: 600px;
	margin: 0 auto;
}
#MenuPanel {
	background: #000;
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 560px;
	width: 140px;
	left: 10px;
	top: 30px;
	color: #fff;
	border-radius: 0px 0px 0px 15px; 
}
#MenuText {
	position: absolute;
	visibility: visible;
	z-index: 2;
	height: 200px;
	width: 110px;
	left: 15px;
	top: 15px;
	color: #DB4612;
}
#MenuText a {
	color: #fff;
}
#MenuText a:hover{
	color: #f9a01b;
}
#MenuPanelLegal {
	position: absolute;
	visibility: visible;
	z-index: 2;
	height: 100px;
	width: 110px;
	left: 15px;
	top: 536px;
	font-size: 7pt;
}
#ContentPanel {
	background: #fff;
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 430px;
	width: 630px;
	left: 160px;
	top: 30px;
	border-radius: 0px 15px 0px 0px; 
}
#ContentText {
	position: absolute;
	visibility: visible;
	z-index: 2;
	height: 400px;
	width: 315px;
	left: 15px;
	top: 15px;
	color: #000;
}
#ContentText a {
	color: #000;
	text-decoration: underline;
}
#ContentImage {
	position: absolute;
	visibility: visible;
	z-index: 2;
	height: 400px;
	width: 275px;
	left: 340px;
	top: 15px;
}
#ContentPanelFootnote {
	position: absolute;
	visibility: visible;
	z-index: 2;
	height: 50px;
	width: 315px;
	left: 15px;
	top: 393px;
	font-size: 7pt;
	color: #fff;
}
#NewsPanel {
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 130px;
	width: 330px;
	left: 165px;
	top: 465px;
	margin: 0;
	padding: 0;
}
#NewsText {
	position: relative;
	visibility: visible;
	z-index: 2;
	height: 120px;
	width: 300px;
	left: 0px;
	top: 0px;
	font-size: 8pt;
	margin-left; 0px;
}
#NewsText a {
	color: fff;
	text-decoration: underline;
}
#NewsText a:hover{
	color: #f9a01b;
}
#Logo {
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 120px;
	width: 290px;
	left: 500px;
	top: 470px;
}
#QRImage {
	position: absolute;
	visibility: visible;
	z-index: 2;
	height: 171px;
	width: 1971px;
	left: 15px;
	top: 244px;
	color: #fff;	
}
#Blog {
	border-top: 1px solid #fff;
}
#PrintBanner {
	display:none
}
.twtr-user
{ 
display: none; 
}
.twtr-hd, 
.twtr-ft 
{ 
display: none; 
}