/* CSS Document */

<style type="text/css">

a:link {
	color: #CC0000;
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #003399;
}
.bigred {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #CC0000;
	font-weight: bold;
}
.bigblue {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #003399;
}
.greycaps {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
	color: #666666;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
.mainbody {
	width: 550px;
	left: 120px;
	position: relative;
	z-index: 3;
	top: -300px;
}
.menu {
	width: 120px;
	top: 20px;
	position: relative;
	z-index: 2;
}
.headingImg {
	top: 0px;
	width: 820px;
	position: relative;
}
.subheader {
	left: 120px;
	top: 10px;
	width: 700px;
	position: relative;
}
.rightcolumn {
	background-color: #DCEEE9;
	width: 175px;
	padding: 00px 10px 10px;
	position: absolute;
	z-index: 1;
	top: 100px;
	left: auto;
	bottom: auto;
	right: 100px;
}
.wrapper {
	width: 1000px;
	position: relative;
	left: 0px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
}

</style>a {
	color: #FF0000;
	text-decoration: underline;
}
