
body{

	background-color:#FFF;
	font-family:arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	padding:0px;
	padding-top:2px;
	
}


#wrapper{

	min-height:800px;
	width:802px;
	/*border:1px solid #000;*/

}

#headerContainer{

	height:88px;
	width:800px;
	overflow:hidden;

}

#leftContainer{

	float:left;
	width:390px;	
	border:0;
	padding:5px;
	text-align:justify;
	border-right:1px solid #CCC;

}

#rightContainer{

	float:left;
	width:390px;
	border:0;
	padding:5px;

}

#fullContainer{

	float:left;
	width:790px;
	padding:5px;

}

#footerContainer{


}

#bottom{

	clear:both;

}


#fullSectionContainer{

	float:left;
	margin-top:5px;
	width:800px;

}



#indexTopImages{

	width:720px;
	float:left;

}

#indexTopImages img{

	border:0;

}

#languageButtons{

	float:left;
	width:80px;
	text-align:right;

}

#languageButtons button{

	margin-top:5px;
	width:70px;

}

#contentBlock{

	margin-bottom:20px;

}

#contentBlockHeader{

	/*color:#2E6E9E;*/
	color:#00F;
	font-size:16px;
	font-weight:bold;

}

#contentBlockHeader a, a:visited{

	/*color:#2E6E9E;*/
	color:#00F;
	font-size:16px;
	text-decoration:underline;

}

#contentBlockHeader a:hover{

	text-decoration:none;

}


#contentBlockBody{
	
	padding:5px;
	text-align:justify;
	
}

#contentBlockBody a{

	/*color:#DD4411;*/
	color:#A00;
	font-size:13px;

}

#contentBlockBody a:hover{

	text-decoration:none;

}

#contentBlockBody ul{
	
	margin:0px;
	padding:0px;

}

#contentBlockBody li{

	list-style:none;
	margin-top:3px;
	margin-bottom:8px;

}


#testimonialBlock{

	min-height:150px;
	border:1px solid #8FEEFF;

}
#testimonialHeader{

	border-bottom:1px solid #CCC;
	padding: 5px;
	color:#2E6E9E;

}
#testimonialContent{

	color:#2E6E9E;
	padding:30px;
	font-size:12px;

}
#testimonialSource{

	text-align:right;
	padding: 5px;
	font-size:15px;

}

.newsHeadingText{

	font-size:12px; 
	/*color:#2E6E9E;  <<-- good color*/
	color:#00F;
	font-weight:bold;
	
}