/* CSS Document */
BODY {
	margin: 0;
	background-color: #a8a8ad;
	
}
td,th, div, span, p, h1, h2, h3 {
	font-family: Arial, helvetica;
	font-size: 11px;
	color: #000;
	line-height: 14px;
}
a {
	text-decoration: none;
	color: #16325D;	
}
a:hover, a:active {
	text-decoration: underline;
	color: #16325D;
}
h1 { 
	font-family: arial, helvetica;
	font-size: 15px;
	color: #16325D;
	font-weight:bold;
	margin:0;
	text-transform:uppercase;
}
h2 { 
	font-family: arial, helvetica;
	font-size: 15px;
	color: #16325D;
	font-weight:bold;
	margin:0;
}
h3 { 
	font-family: arial, helvetica;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin:0;
}
#wrapper {
	position: relative;
	top: 0;
	left: 0;
	width: 960px;
	text-align: left;
}
#logo {
	position: absolute;
	top: 35px;
	left: 0px;
}
.midden {
	background-image: url(/images/structure/bg.jpg); 
	background-repeat: repeat-y;
	width: 960px;
}
#menu {
	float: left;
	width: 182px;
	padding-top:20px;
}
.content {
	background-image:url(/images/structure/bg_mid.jpg);
	background-repeat:no-repeat;
}
#main {
	float:left;
	width: 700px;
	margin: 30px;
	min-height: 330PX;
	height:auto !important;
	height:330px; 
}
#marquee {
	position:absolute;
	top: 7px;
	left: 10px;
	width: 940px;
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}

#naw {
	position: absolute;
	top: 125px;
	right: 25px;
	font-size: 8pt;
	line-height: 12pt;
	color: #fff;
}
