/* CSS Document */

body
{
	font:60%/1.2em verdana,sans-serif;
	direction:ltr;
	color:#333333;
}

td
{
	font:60%/1.2em verdana,sans-serif;
	direction:ltr;
	color:#333333;
}

.outerdiv
{
	width:776px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #EFEFEF;
}

.orangeband
{
	height:16px;
	background-color:#DE511A;
}

.greyband
{
	height:16px;
	background-color:#49545A;
}

.bold
{
	font-size:12px;
	font-weight:bold;
	color:#DE511A;
}

.boldgrey
{
	font-size:12px;
	font-weight:bold;
	color:#49545A;
}

.clear
{
	clear:both;
}

.thinline
{
	height:2px;
	background-color:#EFEFEF;
}

.content
{
	padding:30px;
}

.image
{
	float:left;
	width:20%;
}

.links
{
	float:right;
	width:79%;
}

.spacer
{
	height:25px;
}

.footer
{
	width:776px;
	margin-left:auto;
	margin-right:auto;
}

.footerleft
{
	float:left;
}

.footerright
{
	float:right;
}

.detailed_image_left
{
	float:left;
	width:48%;
}

.detailed_image_right
{
	float:right;
	width:48%;
}