body
{
	margin: 20px 0;
	padding:0;
	line-height: 1.35em;
	font-size: .86em;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	background: grey;
}

body a
{
	text-decoration: none;
}

#maincontainer
{
	width: 966px;  /* Width of main container*/
	margin: 0px auto;
	background-color: #fff;
	border-style: solid;
	border-width: 2px;
}

#content
{
	overflow: auto;
	margin-top: 10px;
}

#left_content
{
	padding: 5px;
	width: 220px;
	float: left;
	overflow: auto;
}

#center_content
{
	width: 462px;
	padding: 0px 22px 0px 22px;
	float: left;
	overflow: auto;
}

#right_content
{
	padding: 5px;
	width: 220px;
	float: right;
	overflow: auto;
}

#footer
{
	clear: left;
	width: 100%;
	color: #000;
	text-align: center;
	padding: 4px 0;
}

.box
{
	text-align: left;
	font-size: 12px;
	color: #000000;
	border: 1px solid #e9e9e9;
	border-top-style: none;
	padding: 0px 0px 10px 0px;
	position: relative;
	width: 99%;
	margin-bottom: 10px;
	background-color: #EFEFEF;
}

.box h3
{
	display: table-cell;
	vertical-align: middle;
	width: 220px;	
	text-align: center;
	color: #FFF;
	height: 22px;
	font-size: 1em;
	background: #E27209 url(../images/box_highlights.png) no-repeat center;
	/* background: #e4a602 url(../images/box_highlights.png) no-repeat center; */
}

.box p
{
	padding-right: 5px;
	padding-left: 5px;
	color: #000000;
}

.centered_image
{
	position: relative;
	display: block;
	text-align:center;
} 

