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

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

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

a:link, a:visited {
	text-decoration: underline;
	color: #000767;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000767;
}
h1 { 
	font-size: 18px;
	color: #000767;
	text-transform:uppercase;
}
h2 { 
	font-size: 16px;
	color: #000767;
	font-weight: bold;
}
h3 { 
	font-size: 14px;
	color: #000000;
	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); */
	
	text-align: left;
	
	z-index: 0;
}

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

#content {
	position: absolute;
	top: 214px;
	left: 0px;
	
	width: 627px;
	padding: 13px 58px 0px 275px;
}

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

#bottom {
	position: absolute;
	left: 0px;
	bottom: -59px;
	
	z-index: -1;
}

#bg {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 960px;
	height: 100%;
	
	background-image: url(../../images/structure/bg.jpg);
	
	z-index: -2;
}

#naw {
	position: absolute;
	top: 46px;
	left: 11px;
	
	letter-spacing: 1px;
}

#nav {
	position: absolute;
	top: 227px;
	left: 37px;
	
	width: 207px;
	height: 411px;
}

#logos {
	position: absolute;
	left: 5px;
	bottom: 0px;
	text-align: center;
}

#logos img {
	margin-top: 22px;
}

#marquee {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 100%;
	
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

#marquee .marquee {
	margin: 2px;
}

#top_link {
	position: absolute;
	top: 128px;
	left: 150px;
	
	width: 650px;
	height: 86px;
}