/* CSS Document */
body{
	background-color: #FFFFFF;
	/*background-color: #DDDDDD;*/
	margin-top: 2px;
	color: #474747;
}
img{
text-align:center;
	border: 0px;
	margin: 0px;
}
#mainPageContainer{
width: 767px;
left: 50%;
margin-left: -383px;
position:absolute;
background-color: White;

}
#Pagelines{
width: 765px;
float: left;
	border-left: 0px solid #000000;
border-right: 0px solid #000000;
}
#PageHeader{
float: left;
width: 765px;
height: 100px;

}
#PageMenu{
	float: left;
	width: 595px;
	height: 24px;
	line-height: 22px;
	margin: 0px 0 3px 0px;
	background-image: url(../images/MenuBack.png);
   background-repeat: repeat-x;
}
#MainContent{
float: left;
width: 765px;
margin: 0px 0px 0px 0px;
}

#MainContentLeftMenu{
	float: left;
width: 170px;
margin: 0px 0 0 0px;
text-align: left;
/*margin-left: 8px;*/
}
#MainContentRight{
	float: left;
	width: 595px;
	margin: 0px 0 0 0px;
	text-align: justify;
	}
#MainContentRight2{
	float: left;
	width: 575px;
	margin: 0px 0 0 10px;
	text-align: justify;
}
#MainContentFooter{
	float: left;
width: 100%;
background-color: #474747;
color: White;
text-align: center;
padding: 5px 0 5px 0;
font-weight: bold;
}
#sitecontentleft{
	float: left;
	/*width: 465px;*/
	width: 395px;
}
#sitecontentright{
	float: left;
	width: 170px;
		/*width: 100px;*/
	margin: 0 0 0 10px;
	text-align: right;
}
#RImg{
	text-align: right;
	right: auto;
}
.RightImg{
	float: left;
	width: 210px;
	text-align: right;
}
.leftContent{
	float: left;
	width: 365px;
}
.centerCon{
	float: left;
	width: 575px;
}
#Menutab {
background-image: url(../images/menuStart.png);
background-repeat: no-repeat;
background-position: top left;
padding: 0 0 0 24px;
	}
#Menutab ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#Menutab ul li {
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: inline;
	}
		#Menutab a {
	font-size: 13px;
	font-weight: bold;
	padding: 3px 3px 4px 3px;
	margin: 0 0px 0 0px;
	color: White;
	background-image: url(../images/MenuBack.png);
	background-repeat: repeat-x;
display: inline;
text-decoration: none;
	}
	#Menutab a:hover {
	padding: 3px 3px 4px 3px;
	margin: 0 0px 0 0px;
	color: White;
	background-image: url(../images/MenuBackOn.png);
	background-repeat: repeat-x;
	list-style: none;
	display: inline;
	}
		
#Menutab ul li.here {
	border-bottom: 1px solid #ffc;
	list-style: none;
	display: inline;
	} 

#EITfooter{
text-align: center;
color: Silver;
margin: 10px 0 0 0;
}
#EITfooter a:link, a:active, a:visited{
text-decoration: none;
color: Silver;
	
}
#EITfooter a:hover{
text-decoration: underline;
color: #B0B0B0;

}