.homeContent
{
	line-height: 16px;
	font-size:12px;
	width:100%;
	color: #FFFFFF;
}

.bodyHomepage
{
	background-color: #063B5C;
	background-image: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#homepage .homeHeader
{	
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	width: 1072px;
	height: 132px;
	margin: 0px auto;
}

#homepage  .homeHeaderTopRight
{	
	float: right;
	width: 600px;		
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;	
	margin-top: 5px;
}

#homepage .topMenu a, #homepage .topMenu a.visited
{
	text-decoration: none;
	color: white;
}

#languageBar img
{
	vertical-align:middle;
}

#homepage  .homeCenter
{
	width:100%;
	background-color:#0065A5;
}

#homepage .homeMiddleContent
{
	width:1072px;
	height:373px;
	background-image:url('../images/home-middle.jpg');	
	background-repeat: no-repeat;
	margin:0px auto;
}

#homepage  .middleLeftContent
{
	width:372px;
	height:371px;
	float:left;
	margin:1px;
	text-align:left;
}

#homepage  .middleRightContent
{
	float:left;
	margin:1px;
}	

#homepage  .middleImageMenu
{
	float:left;
}

#homepage  .homeBottom
{
	width:100%;	
}

#homepage  .homeBottomContent
{
	background-image:url('../images/Home-bottom.jpg');
	width:1072px;
	background-repeat: no-repeat;
	height:130px;
	margin:0px auto;
}

#homepage  .divZoneContent
{
	margin-left:28px;
}
/* end homepage styling */

