﻿body
{
	background-color: #242d29;
	color: white;
	font-family: Verdana;
	font-size: 8pt;
	text-align: center;
	min-width: 990px;
	background-position: left top;
	background-image: url(../Images/Art/WhiteToBlack.Body.bmp);
	background-repeat: repeat-x;
	margin: 0px;
}

div#Main
{
	width: 990px;
	margin: 4px auto;
	text-align: left;
	background-color: White;
}

div#Header
{
	width: 100%;
	height: 45px;
	background-position: left top;
	background-image: url(../Images/Art/GrayGradient.HeaderBar.bmp);
	background-repeat: repeat-x;
	border-bottom: solid 1px black;
}

div#HeaderLeftTop
{
	width: 100%;
	height: 100%;
	background-position: left top;
	background-image: url(../Images/Art/LeftBlueCorner.bmp);
	background-repeat: no-repeat;
}

div#HeaderRightTop
{
	width: 100%;
	height: 100%;
	background-position: right top;
	background-image: url(../Images/Art/RightBlueCorner.bmp);
	background-repeat: no-repeat;
}

div#LogoSeasons
{
	float: left;
	width: 330px;
	height: 100%;
	text-align: left;
}

div#Search
{
	float: left;
	width: 330px;
	height: 100%;
	text-align: center;
	line-height: 45px;
}

div#SiteMenu
{
	float: right;
	width: 330px;
	height: 100%;
	text-align: right;
	line-height: 45px;
}

div#Footer
{
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 7pt;
	background-color: #242d29;
}

div#PoweredBy
{
	float: left;
	margin: 0px 10px;
}

div#Copyright
{
	float: right;
	margin: 0px 10px;
}

.hcentered
{
	margin: 0 auto;
}

.floatLeft
{
	float: left;
}

a:link.footerLink, a:visited.footerLink, a:hover.footerLink, a:active.footerLink
{
	font-size: 7pt;
	color: white;
	text-decoration: none;
}

a:hover.footerLink
{
	color: #ffffcc;
}
