html, body {
	width: 100%;
	height: 100%;
	
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	
	background-color: #313887;
	color: #000000;
	
	text-align: center;
}

img {
	border: 0;	
}

td, th, div, span, p, h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

a {
	color: #000000;
	text-decoration: underline;
}

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

h1 { 
	font-size: 18px;
	color: #313887;
	text-transform: uppercase;
}

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

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

#wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	
	width: 960px;
	height: 100%;
	
	margin: 0px auto;
	padding: 0px;
	
	background-image: url(../../images/structure/bg.jpg);
	background-position: 0px 139px;
	background-color: #ffffff;
	
	text-align: left;
	
	z-index: 0;
}

#top {
	position: absolute;
	top: 0px;
	left: 0px;
}

#content {
	position: absolute;
	top: 142px;
	left: 0px;
	
	width: 684px;
	padding: 43px 34px 7px 242px;
	
	background-image: url(../../images/structure/bg.jpg);
	background-position: 0px -2px;
}

#main {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
}

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

#nav {
	position: absolute;
	top: 142px;
	left: 0px;
	
	width: 211px;
}

#left_col {
	position: absolute;
	top: 0px;
	left: 2px;
}

#right_col {
	position: absolute;
	top: 76px;
	left: 106px;
}

#right_col img {
	margin-bottom: 1px;
}

#logos {
	position: absolute;
	top: 175px;
	left: 0px;
	
	width: 100%;
	text-align: center;
}

#logos img {
	border: 2px solid #313887;
}

#naw {
	position: absolute;
	top: 37px;
	right: 37px;
	
	color: #293082;
	text-align: right;
}

#marquee {
	position: absolute;
	top: 159px;
	left: 213px;
	
	width: 747px;
}

#marquee .marquee {
	margin: 0px;
	text-transform: uppercase;
	font-size: 140%;
	font-weight: bold;
	color: #313887;
}