.HomePageFlash {
   height: 260px;
   margin-top: 0px;
}

.HomeSection {
   width: 725px;
}

.HomeSection1 {
   height: 186px;
   margin: 0px;
}

.HomeSection2 {
   margin: 0px;
}

.HomeContainerLeft {
   width: 279px;
   float: left;   
}

.HomeContainerRight {
   width: 435px;
   float: right;
}

.HomePageFlash *
{
   margin-left: 36px;
}

.HomePersonalizePart {
   background-image: url(../Images/Home/Part-Personalize-Bg.JPG);
   background-repeat: no-repeat;
   height: 535px;
}

.HomePersonalizePart h1 {
   margin: 0x;
   padding: 0px 5px 0px 10px;
   padding-top: 15px;
   color: #ffffff;
   font: bold 14px Arial, Verdana, Times;
}

.HomePersonalizePart p {
   margin: 0px 10px 5px 10px;
}

.HomeMarketingPart {
   background-image: url(../Images/Home/Part-Marketing-Bg.jpg);
   background-repeat: no-repeat;
   cursor: pointer;      
}

.HomeMarketingPart h1 {
   margin: 0x;
   padding: 0px 5px 0px 10px;
   padding-top: 15px;
   color: #ffffff;
   font: bold 14px Arial, Verdana, Times;
   border-bottom: solid 1px #a0a4c2;
}

.HomeMarketingPart p {
   margin: 0x;
   padding: 0px 5px 0px 10px;
}

.HomeMarketingPart a {
   margin: 0x;
   padding: 0px 5px 0px 10px;
   color: #74a5cd;
}

.HomeNewsPart .container .body .item {
   height: 34px;
   padding: 5px 6px 0px 100px;
}

.HomeSummaryPart {
	overflow: hidden;
	margin-bottom: 0;
   width: 200px;
   margin-right: 10px;
}

.HomeSummaryPart h1 {
   border-bottom: solid 1px #cbcbcb;
}

.HomeSummaryPartDyParentLeft { float: left; }
.HomeSummaryPartDyParentRight { float: right; }

.HomeContainerRight .left { float: left; }
.HomeContainerRight .right { float: right; }


.HomeContainerRight a.content, .HomeContainerRight a.content:visited {
   color: #74a5cd;
}

div.ceexpand {
   width: 50px;
   line-height: 15px;
	color: #74a5cd;
	background: url(../Images/arrow_down.png) top right no-repeat; 
	margin: 0 10px 0 135px;
}

div.cecollapse {
	background: url(../Images/arrow_up.png) top right no-repeat; 
}

div.cehover {
   text-decoration: underline;
	cursor: pointer;
}