body {
	background-color: #2b809f;
	margin: 0px;
}
.banner {
	background-color: #0f4780;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	padding-top: 360px;
}
.button {
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 121px;
	text-align: center;
	vertical-align: middle;
}

.footer_bg {
	background-color: #FFFFFF;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.content {
	background-color: #0f4780;
	border: 1px solid #4eb6da;
	opacity: .7;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
}
.content_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #146686;
}
.content_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a.link:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#2b809f;
	text-decoration:none;
	font-weight: bold;
}
.footer_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #747474;
}

a.link:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#2b809f;
	text-decoration:none;
	font-weight: bold;
}
a.link:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}

