@charset "UTF-8";

#contentBody
{
	margin: 0px;
	padding: 0px 0px 0px 225px;
	width: 555px;
	min-height: 100%;
}

/*-----------------------------------------------------------------------------------------------------------------
Text Panel
-----------------------------------------------------------------------------------------------------------------*/
#contentBody div.textPanel
{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	width: 540px;
	min-height: 100%;
	display: block;
	color: #000000;
	font-family: inherit;
	font-size: 12px;	
}

#contentBody div.textPanel p
{
	margin: 0px 0px 15px 0px;
	line-height: 18px;
}

/*-----------------------------------------------------------------------------------------------------------------
Image Panel
-----------------------------------------------------------------------------------------------------------------*/
#contentBody div.imagePanel
{
	margin: 0px;
	padding: 0px;
	width: 555px;
	height: 200px;
	text-align: left;
	border: 0px;
	border-bottom: 1px solid #FFFFFF;
}

/*-----------------------------------------------------------------------------------------------------------------
Title Bars
-----------------------------------------------------------------------------------------------------------------*/
#contentBody div.titleBarCyan, #contentBody div.titleBarBlue
{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 15px;
	width: 540px;
	height: 23px;
	line-height: 23px;
	font-family: inherit;
	font-size: 11px;
	font-weight: bold;
}

#contentBody div.titleBarCyan
{
	background-color: #DAE3F1;
	color: #1851A0;
}

#contentBody div.titleBarBlue
{
	background-color: #4474BB;
	color: #FFFFFF;
}

#contentBody div.titleBarBlue a
{
	font-size: 11px;
	font-weight: normal;
	color: #D0DCEE;
	text-decoration: none;
}

#contentBody div.titleBarBlue a:HOVER
{
	color: #FFFFFF;
}