/* CSS Document */
html
{
	background: url(../../images/background.png) repeat-y center;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
h1
{
	font-weight: bold;
	color: #123b87;
}

#WebsitePage
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
#WebsiteBody
{
	padding: 6px;
}
#WebsiteFooter
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-align: center;
	color: #ffffff;
	margin-top: 12px;
	font-weight: bold;
}
#WebsiteFooter a
{
	color: #ffffff;
	text-decoration: none;
}
.OuterPanel
{
	background: url(../../images/OuterPanelBg.png) repeat-y;
	padding: 0px 8px 0px 8px;
}
.InnerPanel
{
	background: url(../../images/InnerPanelBg.png) repeat-y;
	padding: 6px 18px 6px 6px;
}
.subhead
{
	font-weight: bold;
}
.PanelHeader
{
	background: url(../../images/PanelHeaderBg.png) no-repeat;
	width: 703px;
	height: 22px;
	padding: 2px 0px 0px 8px;
	color: #273544;
	font-weight: bold;
}
.PanelBody
{
	background: url(../../images/PanelBodyBg.png) repeat-y;
	width: 703px;
	border-bottom: 1px solid #000000;
	padding: 0px 0px 0px 1px;
}
.PanelCopy
{
	padding: 6px;
}
.ProfessionalImage
{
	float: left; 
	width: 200px; 
	height: 242px; 
	margin-right: 12px;
}
.ProfessionalCopy
{
	padding: 6px;
	width: 473px;
	float: right;
}