*
{
	margin: 0px;
	padding: 0px;
}
	
html, body
{
	height: 100%;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #e8e3c7 url(/images/external/horizontalBackground.gif) repeat-x top;
}

a
{
	color: #d79660;
}

a:hover
{
	text-decoration: none;
}
	
div.pageContainer
{
	margin: auto;
	min-height: 100%;
	_height: 100%; /** IE 6 HACK */
	width: 980px;
	margin-bottom: -75px;
	background: #FFFFFF url(/images/external/contentBackground.jpg) repeat-y;
}

div.pageContainer div.content
{
	padding-bottom: 75px;
}

div.pageContainer div.title div.leftPanel
{
	padding-left: 9px;
	height: 36px;
	width: 706px;
	float: left;
}

div.pageContainer div.title div.rightPanel
{
	padding-right: 9px;
	height: 36px;
	width: 256px;
	float: left;
}

div.pageContainer div.title
{ 
	background-color: #ffffff;
	overflow: hidden; /** JUST BECAUSE OF IE 7, ON 6 IT WON'T WORK, SO IE 6 USERS: PLEASE REPLACE YOUR BROWSER, I'M BEGGING YOU! */
}

div.pageContainer div.title h2
{
	display: none;
}

div.pageContainer div.content div.panels
{
	padding: 0px 9px 0px 9px;
}

div.pageContainer div.content div.panels div.leftPanel
{
	margin: auto;
	padding: 6px 18px 18px 9px;
	width: 679px;
	background: url(/images/external/contentCenterBorder.jpg) no-repeat right top;
	float: left;
}

div.pageContainer div.content div.panels div.rightPanel
{
	margin: auto;
	padding-bottom: 18px;
	width: 256px;
	float: left;
}

div.pageContainer div.content div.panels hr
{
	margin: 18px 0px 12px 0px;
	height: 0px;
	border: 0px;
	border-top: 1px dotted #000000; 
}

div.cleaner
{
	font-size: 0px;
	float: none;
	clear:both;
}

span.highlight
{
	font-weight: bold;
}

span.error
{
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}