.section span,
p.title
{
	font-weight:bold;
}

span.italic
{
	font-weight:normal;
}

span.details,
span.number
{
	padding:2px;
	font-weight:bold;
	color:#fff;
}

span.number
{
	background-color:#71760d;
}

span.details
{
	background-color:#834d1f;
}

.topDash
{
	border-top:1px solid #ccc;
	padding:2px 0 0 0;
	width:450px;
	margin-top:8px;
}

.leftSide 
{
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
	width:450px;
}

.rightSide {width:280px;}

span.small
{
	font-size:90%;
	font-weight:normal;
}

#toggleSection
{
	display:none;
	margin-bottom:15px;
}

ul.sectionRightSide li {padding-bottom:15px;}

iframe
{
	margin-bottom:8px;
	vertical-align: middle; /*removes line underneath linked image in firefox*/
}

a.iframe
{
	font-size:80%;
	background-color:#0b3416;
	color:#fff;
	font-weight:bold;
	padding:2px;
}	

.ie7 iframe {margin-left:8px;margin-top:0;}

.ie7 .leftSide 
{
	width:448px;
	margin-bottom:10px;
	padding-bottom:12px;
	border-bottom:1px solid #fff;
}

.ie7 .topDash,
.ie6 .topDash
{
	border-top:1px solid #ccc;
	padding:10px 0 0 0;
	width:450px;
	margin-top:10px;
}

.ie7 div.sectionImageFloat,
.ie6 div.sectionImageFloat
{
	margin-top:2px;
}

