/*Copyright Bridgeline Software, Inc. An unpublished work created in 2007. All rights reserved. 
This software contains the confidential and trade secret information of Bridgeline Software, Inc.("Bridgeline").
Copying, distribution or disclosure without Bridgeline's express written permission is prohibited.*/

div.collage{	
	float: left;
	width: 230px;
	margin-top: 4.5em;	padding: 0;	
	
}
div.collageImg
{
	float:left;
	width:230px;
}
div.collage img{	
	float: right;
	padding:0 10px 10px 0;
}

div.bodyText{
	float: left;
	width: 460px;	
}

div.sectionDetails{
	width:100%;
	margin: 0;	padding:30px 0 0;
}

div.sectionDetails a.highlight, div.sectionDetails a.highlight:visited{
	font-weight: bold;
	text-decoration: underline;
	color: #696;
}

div.sectionDetails a.highlight:hover, div.sectionDetails a.highlight:active{
	font-weight: bold;
	text-decoration: none;
	color: #696;
}

div.sectionDetails ol li{
	margin: 0;	padding: 0;
	text-indent: 0;
	color: #666;
}

div.sectionDetails ol li a, div.sectionDetails ol li a:visited
{
	font:normal 1.2em;
	text-decoration: underline;
}

div.sectionDetails ol li a:hover, div.sectionDetails ol li a:active
{
	font:normal 1.2em;	
	text-decoration: none;
	color: #999;
}

div.sectionTitle{
	width: 100%;
	margin: 0;	padding:5px 0;
}

div.sectionTitle h5{
	margin: 0;	padding: 0;
	font:bold  1.1em;
	color: #986632;
}
