/* CSS Document */
body{
	/*background-color: #FFFFFF;*/
	margin-top: 0px;
	color: #310915;
}
img{
	border: 0px;
	margin: 0px;
}
#mainPageContainer{
width: 805px;
left: 50%;
margin-left: -403px;
position:absolute;



}
#contentContain{
float: left;
		background-image: url(../images/siteback.gif);
background-repeat: repeat-y;
background-position: center top;
width: 805px;
}
#pagelineback{

	background-image: url(../images/siteback.gif);
background-repeat: repeat-y;
background-position: center;
}
#PageHeader{
float: left;
width: 766px;
height: 114px;
margin-left: 20px
}
#PageMenu{
	float: left;
	width: 766px;
	height: 28px;
	line-height: 28px;
	padding: 6px 0px 0px 0px;
	background-image: url(../images/menuBack.gif);
background-repeat: repeat-x;
text-align: left;
margin-left: 20px
}
#MainContent{
float: left;
width: 756px;
margin: 0px 0px 0px 28px;

}

#MainContentLeftMenu{
	float: left;
width: 155px;
margin: 10px 0 0 0px;
text-align: left;
/*margin-left: 8px;*/
}
#MainContentRight{
	float: left;
	width: 750px;
	margin: 0px 0 0 0px;
	text-align: justify;
	}
#MainContentFooter{
	float: left;
width: 766px;
height: 20px;
background-color: #c52354;
color: #FFFCC7;
font-weight: bold;
font-size: 13px;
padding: 3px 0 0 0;
margin-left: 20px
}
#sitecontentleft{
	float: left;
	width: 605px;
	padding: 0 0 0 0;
	margin: 0 0 0 0; 
}
#sitecontentright{
	float: left;
	width: 130px;
	margin: 0 0 0 10px;
}
#EITfooter{
float: left;
width: 805px;
text-align: center;
color: #999999;
background-image: url(../images/FooterBack.png);
background-repeat: repeat-x;
background-position: top;
padding-top: 10px;
}
#EITfooter a.footerlink:link, a.footerlink:active, a.footerlink:visited{
text-decoration: none;
color: #999999;
	
}
#EITfooter a.footerlink:hover{
text-decoration: underline;
color: #505050;

}