/* PDSA styles for main page layout */

body
{ 

	background-image:  url(/sematest/images/ias_bg_img.gif);


	font-size: 13px;
}

#divMain
{
	position: relative;
	clear: both;
	left: 50%;
	margin-left: -372px;
	width: 801px;

}

#divBanner
{
	position: relative;
	clear: both;
}

#divContainer
{
	position: relative;
	float: left;
	background-image: url(/sematest/images/bkgArea.gif);
	background-repeat: repeat-y;

}

#divHeader
{
	position: relative;
	clear: both;
}

#divBody
{
	position: relative;
	clear: both;
	width: 100%;

}

#divLeft
{
   position:relative;
   float:left;
   width:164px;
   height:550px;
}

#sscCenter_divCenter
{
   position:relative;
   float:left;
   width:361px;
   padding: 2px;

 /*  background-color:transparent; */
}

#sscCenter_divCenter *
{
	color: #000;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

#sscRight_divRight
{
	position: absolute;
	background-color:Transparent;
	width: 245px;
	top: 135px;
	left: 555px;
	text-align: center;
}

#divFooter
{
	position: relative;
	display: inline;
	top: 1px;
	padding-left: 1px;
	left: 1px;
	width: 389px;
	height: 36px;
	clear: both; /*background-image:url(/images/bkgContent.gif);*/
}

#divSEMALogo
{
   position: absolute; 
   z-index: 50; 
   left: 10px; 
   top: -55px;
   margin: 0px;
   padding: 0px;
}

#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;
}
