/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}

table {
	border: 0px;
}

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: none;
	color: #0C1843;
}
a:hover {
	text-decoration: underline;
	color: #0C1843;
	font-weight: bold;
}
h1 { 
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	line-height: 16px;
	color: #0C1843;
	text-transform:uppercase;
}
h2 { 
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}
h3 { 
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #0C1843;
	font-weight: bold;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
	background-image: url(../../images/structure/wrapper_bg.jpg);
	background-repeat: repeat-y;
}
#top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#pand {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#logo {
	position: absolute;
	top: 69px;
	left: 0px;
	z-index: 3;
}
#content {
	padding-top: 213px;
	min-height: 436px;
	/* IE Hack min-height */
	height: auto !important;
	min-height: 436px;
}
#text {
	margin: 40px 40px 20px 40px;
	min-height: 436px;
	overflow: hidden;
}
#text2 {
	margin: 40px 40px 20px 40px;
}
#naw {
	position: absolute;
	top: 500px;
	left: 43px;
	width: 180px;
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
}



#marquee {
	position: absolute;
	font-size: 14px;
	color: #0C1843;
	font-weight: bold;
	top: 270px;
	left: 286px;
	width: 655px;
}

