body
{
	margin-left: 20px;
	margin-top: 0px;
	background-color: #FFFFF;
}

#homeContentArea
{
	position: relative;
	height: 418px;
	width: 763px;
	background-image: url(images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 3px;
}

#subPageContentArea
{
	position: relative;
	height: 418px;
	width: 763px;
	background-image: url(images/bg_gradient.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin-top: 3px;
}

#pressRoomPageContentArea
{
	background-image: url(images/bg_gradient.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin-top: 3px;
}

#aboutPageTextArea
{
	position: relative;
	background-image: url(images/bg_hdr_about.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 20px;
	height: 418px;
	width: 763px;
}

#resourcesPageTextArea
{
	position: relative;
	background-image: url(images/bg_hdr_resources.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 20px;
	height: 418px;
	width: 763px;
}

#pressRoomPageTextArea
{
	position: relative;
	background-image: url(images/bg_hdr_press_room.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 20px;
	width: 763px;
}

#subPageTextDiv
{
	position: relative;
	top: 111px;
	left: 46px;
	width: 671px;
}

#topNav
{
	position: relative;
	height: 77px;
	width: 763px;
}

#homeText
{
	position: relative;
	height: 237px;
	width: 237px;
	top: 100px;
	left: 235px;
}

#homeTextRight
{
	position: relative;
	height: 237px;
	width: 237px;
	top: -145px;
	left: 488px;
}

#emailSignUp { margin: 0; }

#emailAddress
{
	width: 146px;
	height: 17px;
	border: solid 1px black;
	background-color: #F9FBFC;
}

.hdr
{
	font-family: 'Verdana', sans-serif;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
}

.homeWhiteText
{
	font-family: 'Verdana', sans-serif;
	color: #FFF;
	font-size: 10px;
}

.subPageWhiteText
{
	font-family: 'Verdana', sans-serif;
	color: #FFF;
	font-size: 11px;
}

.subPageSubHdr
{
	font-family: 'Verdana', sans-serif;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}

a:link { color: #003399; }
a:active { color: #003399; }
a:visited { color: #003399; }
a:hover { color: #003399; }

.blackText
{
	font-family: 'Verdana', sans-serif;
	color: black;
	font-size: 11px;
	font-weight: bold;
}

p
{
	font-family: 'Verdana', sans-serif;
	font-size: 11px;
	margin-bottom: 14px;
}