
/* =====================< Main Layout >======================= */

* {
	margin:0; 
}

body
{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFF4F;
}

#Wrapper
{
	margin: auto;
	text-align: center;
	height: auto;
	width: 964px;
	background-image: url( '../SiteImages/body_bg.gif' );
	background-repeat: repeat-y;
}

#Header
{
	width: 964px;
	height: 165px;
	background-image: url( '../SiteImages/Header.gif' );
	text-align: left;
}

#SubHeader
{
	width: 964px;
	height: 57px;
	background-image: url( '../SiteImages/Header_nav.gif' );
}


#LeftPanel
{
	width: 580px;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
	text-align: left;
}

#LeftPanelContent
{
	margin-left: 20px;
}

#RightPanel
{
	width: 300px;
	margin-right: 20px;
	margin-top: 10px;
	float: right;
	text-align: left;
}


#Footer
{
	margin-top:0px;
	width: 964px;
	height: 139px;
	background-image: url('../SiteImages/Footer.gif');
	background-repeat: no-repeat;
}


#FooterMiddle
{
	float: left;
	padding-left: 30px;
	padding-top: 38px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #DBE4FD;
	text-align: left;
	width: 600px;
}

/* =====================< Box Definitions >======================= */

.clearfloat
{
	clear:both;
}


/* =====================< Sub Section Layouts >======================= */

.LeftFloatNarrow
{
	float: left;
	width: 30%;
}

.RightFloatWide
{
	float: right;
	width: 60%;
}

.LeftFloatWide
{
	float: left;
	width: 60%;
}

.RightFloatNarrow
{
	float: right;
	width: 30%;
}
