body
{
	text-align: center;
	background-image: url(backgroundGradient.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #003c54;
}

#MainContainer
{
	margin: auto;
	width: 986px;
}

#MenuSection
{
	color: White;
	font-weight: bold;
	text-align: left;
	width: 986px;
	padding: 8px 0px 8px 0px;
	background-color: #003c54;
	margin: -2px 0px -2px 0px;
}

#MenuSection a
{
	color: White;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

#MainSection
{
	width: 986px;
	background-color: white;
}

.Label
{
	vertical-align: middle;
	text-align: right;
	padding: 0px 6px 0px 0px;
	width:300px;
	background-color: #e9eff0;
}


.Control
{
	vertical-align: middle;
	padding: 0px 0px 0px 4px;
	width:680px;
}

#LoginContainer
{
	width: 306;
	height: 128px;
	float: left;
	border-top: solid 1px #003c54;
	background-color: #003c54;
	text-align: left;
}

#FooterContainer
{
	width: 680;
	height: 128px;
	float: right;
	border-top: solid 1px #c6cbcc;
	background-color: White;
	overflow: hidden;
}

#EmailRequiredValidator, #CustomValidator, #Customvalidator1
{
	color: Red;
	/*font-size: medium;*/
}
