body, html
{
	background-color: rgb(255, 255, 255);
	height: 100%;
	margin: 0px;
	min-width: 890px;
}

a {
	color: rgb(54, 60, 146);
	text-decoration: none;
}

form { margin: 0; }

label
{
	display: block;
	margin-top: 5px;
}

input, select
{
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}

.formErrors
{
	color: rgb(255, 0, 0);
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
}

.holder
{
	margin: 0px auto;
	position: relative;
	width: 890px;
}

img { border: 0; }

/* header view */
.header
{
	background-color: rgb(255, 255, 255);
	height: 100px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.topLinks
{
	border-bottom: 1px solid rgb(221, 221, 221);
	color: rgb(133, 133, 133);
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	height: 21px;
	line-height: 21px;
	position: absolute;
	right: 0px;
	text-align: right;
	width: 750px;
}

.topLinks a { text-decoration: none; }
.topLinks a:link { color: rgb(133, 133, 133); }
.topLinks a:visited { color: rgb(133, 133, 133); }
.topLinks a:active { color: rgb(133, 133, 133); }
.topLinks a:hover { color: rgb(54, 60, 146); }

.corporateLogo
{
	left: -38px;
	position: absolute;
	top: 41px;
}

.navigationForeground
{
	background-color: rgb(231, 231, 231);
	color: rgb(133, 133, 133);
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	height: 232px;
	left: 1px;
	line-height: 26px;
	position: absolute;
	width: 139px;
	top: 0px;
	
}

.navigationLinks { padding: 10px; }

.navigationLinks a { text-decoration: none; }
.navigationLinks a:link { color: rgb(87, 87, 87); }
.navigationLinks a:visited { color: rgb(87, 87, 87); }
.navigationLinks a:active { color: rgb(87, 87, 87); }
.navigationLinks a:hover { color: rgb(54, 60, 146); }

.navigationLinks a.currentPage:link { color: rgb(158, 158, 158); }
.navigationLinks a.currentPage:visited { color: rgb(158, 158, 158); }
.navigationLinks a.currentPage:active { color: rgb(158, 158, 158); }
.navigationLinks a.currentPage:hover { color: rgb(158, 158, 158); }

/* footer view */

.footer
{
	background-color: rgb(255, 255, 255);
	height: 80px;
	position: relative;
	bottom: 0px;
	width: 100%;
}

.footerGrayBox
{
	background-color: rgb(238, 238, 238);
	border-top: 1px solid rgb(221, 221, 221);
	bottom: 0px;
	height: 70px;
	position: absolute;
	width: 100%;
}

.footerLinks
{
	color: rgb(54, 60, 146);
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	left: 157px;
	line-height: 14px;
	position: absolute;
	top: 20px;
}

.footerLinks a { text-decoration: none; }
.footerLinks a:link { color: rgb(54, 60, 146); }
.footerLinks a:visited { color: rgb(54, 60, 146); }
.footerLinks a:active { color: rgb(54, 60, 146); }
.footerLinks a:hover { text-decoration: underline; }