/***********************************************/
/* bottomcontentcss.php                        */
/* Use with SmallWorlds Website                */
/***********************************************/

body {
	font: 76% Verdana, Arial, sans-serif;
	color: #555555;
}

/************ bottom content styles ************/

#multibox .tl {
	height: 10px;
	background: url('http://content.smallworlds.com/content-v2985/webassets/bottomcontent/bottomcontent_tl.png') bottom left no-repeat;
}

#multibox .tr {
	height: 10px;
	background: url('http://content.smallworlds.com/content-v2985/webassets/bottomcontent/bottomcontent_tr.png') bottom right no-repeat;
}

#multibox .to {
	height: 10px;
	width:100%;
	background: url('http://content.smallworlds.com/content-v2985/webassets/bottomcontent/bottomcontent_top.jpg') bottom repeat-x;
}

#multibox .bl {
	height: 8px;
	background: url('http://content.smallworlds.com/content-v2985/webassets/bottomcontent/bottomcontent_bl.jpg') bottom left no-repeat;
	background-color: #f3f9fb;
}

#multibox .br {
	height: 8px;
	background: url('http://content.smallworlds.com/content-v2985/webassets/bottomcontent/bottomcontent_br.jpg') bottom right no-repeat;
}

.bluebox {
	width: 100%;
	padding: 0px;
	background: url('http://content.smallworlds.com/content-v2985/webassets/bottomcontent/bottomcontent_bg.png') repeat-x;
	background-color: #eff8fc;
}

.bluebox .boxcontent {
	padding: 10px;
	padding-top: 0px;
	min-height: 221px;
}

.boxcontent a {
	color: #003388;
	text-decoration: underline;
}

.boxcontent .text {
	margin-top: 6px;
	line-height: 15px;
	font-size: 11px;
	color: #555555;
}

.text a {
	color: #006699;
	text-decoration: underline;
	line-height: 20px;
}

.text h1 {
	font-weight: bold;
	font-family: Verdana;
	font-size: 16px;
	line-height: 20px;
	color: #555555;
}

