@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
}
#wrapper {
	position: relative;
	width: 950px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header_links {
	height: 168px;
	width: 220px;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#content {
	width: 950px;
	z-index: 1;
	left: 0px;
	top: 2px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
.bodycopy_blue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #00345e;
	line-height: 24px;
}
.footerText_gray {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
	text-align: center;
}
.large_gray {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #515151;
	line-height: 24px;
}
.large_yellow {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #ffa60f;
	line-height: 24px;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}