/* PDSA styles for main page layout */

#divMain
{
	position: relative;
	clear: both;
	left:50%;
	margin-left:-372px;
	width: 745px;
}

#divBanner
{
	position: relative;
	clear: both;
	width: 745px;
	background-color: #dc1921;
	padding-top: 6px;
	text-align: center;
}

#divContainer
{
	position: relative;
	float: left;
	width: 744px;
	border: solid 1px #999;
	background-image: url(/images/bkgSemaMain.gif);
}

#divHeader
{
	position: relative;
	clear: both;
	width: 743px;
	background-color: #336699;
}

#divBody
{
	position: relative;
	clear: both;
}

#divLeft
{
	position: relative;
	float: left;
	width: 183px;
}

#sscCenter_divCenter
{
	position: relative;
	float: left;
}

#sscRight_divRight
{
	position: relative;
	float: left;
	width: 180px;
	border-left: solid 1px #999;
}

#divFooter
{
	position: relative;
	clear: both;
	text-align: center;
	color: #666666;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	line-height: 13px;
	padding-top: 8px;
	padding-bottom: 10px;
}

#divHeaderTop
{
	position: relative;
}

#divHeaderTopLeft
{
	position: relative;
	float: left;
}

#divHeaderTopMiddle
{
	position: relative;
	float: left;
	width: 316px;
	text-align: center;
}

#divHeaderTopRight
{
	position: relative;
	float: left;
	text-align: right;
}

#divHeaderMiddle
{
	position: relative;
	clear: both;
}

#divHeaderBottom
{
	position: relative;
	clear: both;
}

#divHeaderBottom .hbl
{
	float: left;
}

.MainPageContent
{
	position: relative;
	float: left;
	width: 374px;
}

.DetailPageContent
{
	position: relative;
	float: left;
	width: 530px;
	padding-top: 0px;
	padding-left: 13px;
	padding-bottom: 40px;
	padding-right: 13px;
}


