/* Structure CSS Document */

html, body {
	background:url(../../images/clear1x1.gif) #f8981d left top repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#67737a;
	height:100%;
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

/* Set Page Backgrounds and Sizes */

#Shell {
	background:url(../../images/page-bg.gif) left top repeat-y; 
	height:auto !important; 
	height:100%; 
	min-height:100%;
	margin-left:auto; 
	margin-right:auto; 
	width:1009px; 
	text-align:center; 
	position:relative;
}

#PageShell {
	background: url(../../images/page-shadow.gif) left top no-repeat; 
	height:auto !important;
	height:100%; 
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	width:1009px;
	text-align:left;
	position:relative;
}

#Page {
	background-color:#ffffff; 
	width:888px; 
	margin:0 auto;
}


/* Global Page Elements */

#TopNavigation {
	height:30px;
}

#TopBanner {
	height:155px;
}

#Content {
	background:url(../../images/content-bg.gif) right top repeat-y;
	border-top:1px solid #ccd2d6;
	border-bottom:1px solid #ccd2d6;
}

#ContentLeft {
	width:505px;
	float:left;
}

#ContentMiddle {
	width:180px;
	float:left;
	padding: 12px 0 0 0;
}

#ContentRight {
	width:203px;
	float:left;
	padding:12px 0 5px 0;
}


#Footer {
	padding: 10px 0 10px 20px;
}

#designby {
	float: right;
	padding: 0 15px 10px 0;
}

#indexdesignby {
	float: right;
	padding: 0 0px 10px 0;
}

/* Utility Page Structure */

#UtilityContent {
	background:url(../../images/utility-content-bg.gif) right top repeat-y;
	border-top:1px solid #ccd2d6;
	border-bottom:1px solid #ccd2d6;
}

#UtilityContentLeft {
	width:685px;
	float:left;
}

#UtilityContentRight {
	width:203px;
	float:left;
	padding:8px 0 5px 0;
}
