body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	color: #004D74;
}

#outwrap {
	width: 955px;
	left: 50%;
	top: 0px;
	height: 800px;
	background-image:url(../images/BG.jpg);
	margin-right: auto;
	margin-left: -480px;
	right: auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	position:relative;
	text-align:left;
}
#top {
	background-repeat: no-repeat;
}
#logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}
#banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	position:absolute;
	width:647px; height:23px; left: 170px; top: 528px;
}
#text {
	color: #004D74;
}
a:link {
	text-decoration: underline;
	color: #004D74;
	font-style:italic;
}
a:visited {
	font-style:italic;
	text-decoration: underline;
	color: #004D74;
}
a.foot:link {
	font-weight: bold;
	text-decoration: none;
	color: #004D74;
	font-style:normal;
}
a.foot:visited {
	color: #004D74;
	text-decoration: none;
	font-style:normal;
	font-weight: bold;
}
