html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #000000;
	color: #ffffff;
}

table {
	border-spacing: 0;
}

tr {
	vertical-align: top;
}

img {
	border: 0px;
}

td,th, div, span, p, h1, h2, h3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0033cc;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #0033cc;
}

h1 { 
	margin-top: 0px;
	font-size: 18px;
	color: #0033cc;
}

h2 { 
	font-size: 16px;
	color: #0033cc;
	font-weight: bold;
}

h3 { 
	font-size: 14px;
	color: #0033cc;
	font-weight: bold;
}

#wrapper {
	position: relative;
	width: 912px;
	margin: 0 auto;
}

#top {
	position: absolute;
	top: 28px;
	left: 0px;
	z-index: 0;
}

#topslide {
	position: absolute;
	top: 90px;
	left: 0px;
	z-index: 0;
}

#marquee {
	position: absolute;
	top: 256px;
	left: 0px;
	width: 912px;
	height: 29px;
}

div.marquee span {
	line-height: 29px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
}

#marquee span.marquee { 
	visibility: hidden;
}

#main {
	position: absolute;
	top: 284px;
	left: 0px;
	width: 912px;
	min-height: 471px;
	height: 471px;
	height: auto;
	background-color: #ffffff;
	background-image: url(../../images/structure/bg.jpg);
	background-repeat: repeat-y;
}

#menu {
	float: left;
	width: 170px;
	margin: 10px 0px 100px;
	background-image: url(../../images/structure/menu_bg.jpg);
	background-repeat: repeat-y;
}

#menu a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 9pt;
	line-height: 12pt;
	padding: 4px 10px;
}

#menu a:hover {
	font-weight: normal;
}

#menu a span {
	display: none;
	font-family: sans-serif;
	color: #e2001a;
	font-size: 12pt;
	line-height: 12pt;
}

#menu a:hover span, #menu a.active span {
	display: inline;
}

#menu a.submenu {
	font-size: 7.5pt;
	line-height: 10pt;
	padding-left: 50px;
}

#content {
	float: left;
	padding: 10px 0px 100px 10px;
	width: 717px;
}

#footer {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 912px;
	height: 65px;
}

#naw {
	position: absolute;
	bottom: 15px;
	left: 10px;
	color: #ffffff;
	line-height: 10pt;
}

#branchelogos {
	position: absolute;
	top: 0px;
	left: 170px;
	text-align: center;
	width: 727px;
}

#branchelogos img {
	margin: 0px 25px;
}

/* =========== KEEP THIS LAST, OTHERWISE WEBKIT BASED BROWSERS WILL FAIL */
img
{
      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) : "") ) : "");
}


