﻿body {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-color: #E6CA80;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: center top;
	background-image: url('../Images90/PageBkgd.jpg');
	font-family: Verdana;
}
img
{
	border: 0px;
}
div#HeaderDiv
{
	background-color: #15304E;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	height: 150px;
	position: absolute;
	z-index: 1002;
	top: 0px;
	width: 100%;
	left: 0px;
	background-image: url('../Images90/HeaderBkgd.jpg');
}
div#MainDiv
{
	position: absolute; 
	z-index: 1000;
	top: 150px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	vertical-align: top;
}
div#ContentDiv
{
	position: relative;
	border-style: none solid solid solid;
	border-width: 0px 2px 2px 2px;
	padding: 10px;
	margin: 0px;
	width: 900px;
	height: 100%;
	text-align: left;
	vertical-align: top;
	background-color: #E5E0D0;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
div#ContentFooter
{
	font-size: 12px;
	padding: 10px 0px 0px 0px;
}
div#HeaderImage
{
	background-position: center top;
	width: 920px;
	height: 125px;
	background-image: url('../Images90/Header.jpg');
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	text-align: left;
}

/*
div#Menu
{
	width: 920px;
	height: 20px;	
	color: white;	
	font-size: 12px;
	padding: 5px 0px 0px 0px;
}
*/

div#LoginLink
{
	width: 222px;
	height: 25px;
	color: white;
	text-align: center;
	font-size: 12px;
	padding: 10px 10px 0px 0px;
}
div#HomeLink
{	
	width: 332px;
	height: 82px;
	padding: 15px 0px 0px 0px;
}

.LoginLink
{
	color: white;
	font-family: Verdana;
	font-size: 10.5px;
	font-weight: bold;
	text-decoration: none;
}