/* ------------- content */
div#infoitems {
	position : relative;
	width : 220px;
	height : 25px;
	float : right;
	margin-right: 7px;
	top : 5px;
	background : url(/img/siteimages/inforequestbkg.png) no-repeat; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align:center;
	padding-top: 5px;
	display:block;
	margin-bottom: 5px;
}
div#infoitems a:link { 
	color : #fff; 
	text-decoration : none;
}
div#infoitems a:visited { 
	color : #fff; 
	text-decoration : none;
}
div#infoitems a:hover {
 	color : #fff; 
	text-decoration : underline;
}
div#maincontent {
	position : relative;
	width : 520px;
	clear:both;
	padding-bottom: 10px;
	top : 5px;
}
#maincontent img.image {
	border: 1px solid #fff;
	margin-right: 8px;
	margin-bottom : 12px;
}
h4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color: #fff;
	border-bottom: 1px #fff solid;
	margin-bottom: 8px;
}
h5 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color: #fff;
	margin-bottom: 5px;
}
div#maincontent p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color: #fff;
	line-height : 18px;
	margin-bottom: 10px;
}
div#maincontent p a:link { 
	font-size : 11px;
	font-style:italic;
	color : #fff; 
	text-decoration : underline;
}
div#maincontent p a:visited { 
	color : #fff; 
	text-decoration : underline;
}
div#maincontent p a:hover { 
	color : #db1937; 
	text-decoration : underline;
}