img.image-right{
	clear:both ;
	float: right ;
	margin-left: 10px ;
	margin-bottom: 10px ;
	border: 0;
}

img.image-left{
	float: left ;
	margin-right: 10px ;
	border: 0;
}

img.image-inline{
	display: inline ;
	margin-right: 10px ;
	border: 0;
}

p{
	text-align: justify ;
}

form{
	/* color: white ;*/
}

/* this goes here because the popup might appear in several different sections of the site,
so we can't localize it to a single folder like other content that is never AJAX loaded */
div.roomDescriptionThumbs{
	text-align: center ;
}

div.roomDescriptionThumbs img{
	margin-right: 3px ;
	margin-left: 3px ;
	border: 1px solid black ;
}

#mainSectionLinks img{
	margin-left: 3px ;
	margin-right: 3px ;
}

#news{
	padding: 7px ;
}

#news h1{
	display: none ;
}

#layoutRightCol ul li,#layoutRightCol ol li{
	margin-bottom: 5px ;
}

/*** styles for the new Activities module ***/

.activities-highlights {
	float:				right;
	width:				220px;
	margin:				5px 0 5px 15px;
	padding:			0 16px;
	border:				solid 2px #E3E5F1;
	background-color:	#FFFFFF;
}
.activities-highlights h3 {
	color:			#003366;
}