* {
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

BODY {
	margin: 0px;
	background-color: #5D88A1;
}

SPAN.Heading {
	color: #00467F;
	font-weight: bold;
}

DIV.Content {
	border: 1px solid #00467F;
	padding: 6px;
	margin: 10px;
	text-align: left;
	background-image: url(images/white80bg.png);
	color: #000000;
}

P.Copyright {
	color: #eeeeee;
	margin: 3px;
}

B {
	font-weight: bold;
}

P {
	margin: 10px;
}

P.Menu {
	border-bottom: 1px solid #999999;
}

A.Menu:link, A.Menu:visited {
	text-decoration: none;
	color: #5D88A1;
	line-height: 18px;
	padding-right: 12px;
	font-weight: bold;
}

A.Menu:hover {
	text-decoration: none;
	color: #00467F;
	line-height: 18px;
	padding-right: 12px;
	font-weight: bold;
	background-image: url(images/menuactive.gif);
	background-position: right;
	background-repeat: no-repeat;
}


P.LoginForm {
	margin: 12px;
}

TABLE.Content {
	background-image: url(images/splash-background.png);
	background-position: right;
	background-repeat: no-repeat;
	border: 1px solid #00467F;
	border-top: 0px solid #00467F;
	height: 474px;
}

DIV.Overlay {
	color: white;
	text-align: left;
	
	background-image: url(images/overlaybackground.png);
	background-repeat: repeat;
	border: 1px solid #66FFFF;

	float: none;
	position: absolute;

	margin: 100;
	padding: 6px;
}

DIV.LogoLayer {
	float: left;
	position: absolute;
	margin: 10;
}
