body
{
	background-color: White;
	margin-bottom: 180px;
}

#SplashMemberBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 7 7 7 6;
	border-top: solid 1px #2D4571;
	border-right: solid 1px #2D4571;
	width: 200px;
}

#SplashMainArea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 5 30 40 20;

}

#SplashRightBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 7 7 30 7;
	border-top: solid 1px #2D4571;
	border-left: solid 1px #2D4571;
	width: 190px;
}

#HeadingBox
{
	background-color: #2D4571;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 7 7 7 6;
	color: White;
	margin-top: 0px;
}

#Breadcrumbs
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 7 7 7 6;
}

#TopNav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0 7 7 0;
}

#FormField
{
	margin-top: 3px;
	margin-bottom: 3px;
}

a:hover
{
	color: red;
}


td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

}


#CompanyLogo2
 {
 	max-width: 250px;
	width: expression(this.width > 250 ? 250: true);
 }
 
 #MemberPhoto
 {
 	max-width: 120px;
	width: expression(this.width > 120 ? 120: true);
 }

 
#Footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


a.Red:link
{
	text-decoration: underline;
	color: Red;
}
a.Red:active
{
	text-decoration: underline;
	color: Red;
}
a.Red:visited
{
	text-decoration: underline;
	color: Red;
}
a.Red:hover
{
	text-decoration: underline;
	color: Red;
}

