html, body {
	width: 100%;
	margin: 0px;
	color: #fff;
	background-color: #000;
}
body {	
	background-image: url(../../images/structure/bg_wrapper.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	
	min-height: 380px;
	height: auto !important;
	height: 380px;
}
table {
	border-spacing: 0;
}
tr {
	vertical-align: top;
}
img {
	border: 0px;
}
td,th, div, span, p, h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}
a:link, a:visited {
	text-decoration: underline;
	color: #FBF977;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FBF977;
}
h1 { 
	font-size: 18px;
	color: #FBF977;
	text-transform:uppercase;
}
h2 { 
	font-size: 16px;
	color: #FBF977;
	font-weight: bold;
}
h3 { 
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
.clear {
	clear: both;
}
div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 921px;
	background-image: url(../../images/structure/top.jpg);
	background-repeat: no-repeat;

}
div#top {
	width: 921px;
	height:200px;
}

div#logo {
	position: absolute;
	top: 15px;
	left: 300px;
	width: 480px;
	height: 110px;
	z-index: 2;
}

div#midden {
	width: 921px;
}

div#left {
	width: 154px;
	margin-left: 33px;
	float: left;
}
.branchelogo img{
	margin: 20px 0 20px 20px;
}

div#left span a {
	margin-bottom: 5px;
	width: 149px;
	height: 19px;
	font-size: 13px;
	font-style: italic;
	display: block;
	padding: 0px 0 0 5px;
	background-image: url(../../images/structure/bg_menu_off.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #fff;
}
div#left span a:hover {
	text-decoration: none;
	font-weight: normal;
	background-image: url(../../images/structure/bg_menu_on.jpg);
	background-repeat: no-repeat;
	color: #fff;
}

div#content {
	float: left;
	width: 634px;
	padding: 0 50px 20px 50px;
}
div#content img {
	border: 1px solid #FBF977;
}

div#content div#paasbanner {
	position: absolute;
	top: 315px;
	left: 270px;
	z-index: 1;	
	border: 0;
}

div#marquee {
	position: absolute;
	top: 150px;
	left: 20px;
	width: 901px;
}
.marquee span{
	color:#FBF977;
	font-size: 14px;
	font-weight: bold;
}

/* =========== KEEP THIS LAST, OTHERWISE WEBKIT BASED BROWSERS WILL FAIL */
img.fixable
{
      filter:expression( typeof XMLHttpRequest == "undefined" ? ( (typeof this.src == "string" && this.src.match(".png") == ".png" ? this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')" + (this.src="/images/spacer.gif").substr(0,0) : "") ) : "");
}

