.bodycontent {
	border-bottom: solid 1px #D3D3D3;
	margin-bottom: 15px;
}

.areabox {
	border-left: solid 1px #d3d3d3;
	border-right: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
	margin-bottom: 20px;
}

.areabox ul {
	padding: 5px 0 5px 1em;
	margin: 0;
}
.areabox ul li {
	list-style: none;
	padding: 5px 5px 5px 14px;
	background: transparent url(../../../images/arrow.gif) no-repeat scroll 0 8px;	
	display: inline-block;
	width: 45%;
	vertical-align: top;	
	float: left;
}

.areabox ul li a {
	color: #007BBF;
	font-size: 1.2em;
}



/* start features */
#content .imagefeatures {
	width: 43%;
	float: left;
	overflow: hidden;
}

#content .imagefeatures .box h3 {
	width: 100%;
}


#content .updates {
	width: 100%;
	border-left: solid 1px #d3d3d3;
	border-right: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
	background-color: #F2F2F2; 
	margin-bottom: 15px;
}
#content .updatesSmall {
	width: 54%;
	float: right;
	border-left: solid 1px #d3d3d3;
	border-right: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
	background-color: #F2F2F2; 
	margin-bottom: 15px;
}

#content .updates ul, #content .updatesSmall ul {
	padding: 5px 0 5px 1em;
	margin: 0;
}

#content .updates ul li, #content .updatesSmall ul li {
	font-size:1.2em;
	list-style: none;
	padding: 5px 5px 5px 14px;
	background: transparent url(../../../images/arrow.gif) no-repeat scroll 0 8px;	
}

#content .updates ul li a, #content .updatesSmall ul li a {
	color:#007BBF;
}

.sidelink
{
	float: right;
	font-size: 1em;
	font-weight: bold;
	color: #007bbf !important;
	padding: 0 5px 5px 7px;
	background-color: transparent;
	background-image: url(../../../images/arrow-small.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left 3px;
}

.rimage
{
	float: right;
}

.remimage
{
	float: right;
	clear: right;
}

