div#cloudNav {
	position:relative;
	width: 610px;
	height: 108px;
	float: left;


}
	div#rightBarContent h2{
		margin-top: 0px;
		margin-bottom: 3px;
		padding-top: 0px;
		font: bold 9pt "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif ;
		color: #333;
		float: none;
	}
	div#rightBarContent p {
		margin-top: 6px;
		margin-bottom: 6px;

	}

	div#rightBarContent a {
	 color: #333333;
	 }
	   div#rightBarContent a:hover {
	     color: #ca0002;
	   }

	div#rightBarContent hr {
		margin-top: 12px;
	}


	img.bodyImage {
	 float: right;
	}

	div.perks {
	 margin-left: 12px;
	 width: auto;
	}

	div div.perks hr {
	 position: relative;
	 left: -12px;
	 width: 556px;
		border: none;
		border-top: 1px dotted #b7b7b7;/*the border*/
		
	}
  div#content ul {
    list-style-image: url('../../images/misc/bullet.gif');
  }
	div#content .titles {
	 font-weight: normal;
    margin-top: 1px;
    margin-bottom: 1px;
	 cursor: pointer;
	}
	 div#content .titles:hover {
	   color: #ffcc00;
	 }