@charset "UTF-8";

#leftColumn
{
	width: 258px;
	float: left;
	margin: 0 30px 0 0;
	padding-bottom: 30px;
}
#leftNavContainer
{
	width: 258px;
	margin-top: 3px;
	padding-top: 6px;
	background: transparent url(../images/left_nav_container_bg.png) repeat-x 0 0;
}
ul#leftNav
{
	width: 242px;
	margin-left: 7px;
	padding: 16px 0 18px 0;
	background: #FFF url(../images/left_nav_bg.png) repeat-x left bottom;
	border-left: 1px solid #E8E2D4;
	border-top: 1px solid #E8E2D4;
	border-right: 1px solid #D2C9B1;
	border-bottom: 1px solid #D2C9B1;
}
ul#leftNav li
{
	width: 200px;
	margin-left: 19px;
}
ul#leftNav li a
{
	width: 176px;
	display: block;
	padding: 0 0 10px 24px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #555;
	text-decoration: none;
}
#leftColumn em
{
	width: 190px;
	display: block;
	margin: 16px 0 0 50px;
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
}
#centerColumn
{
	width: 478px;
	float: left;
	margin: 30px 26px 0 0;
	padding-bottom: 30px;
}
#centerColumn h1
{
	font-size: 22px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 10px;
}
#centerColumn h2
{
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 3px;
}
#centerColumn h3
{
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 3px;
}

#centerColumn p
{
	margin-bottom: 15px;
}
#centerColumn p.intro
{
	font-size: 13px;
	line-height: 18px;
	color: #51616A;
	margin-bottom: 18px;
}
#centerColumn p strong
{
	font-size: 12px;
	font-weight: bold;
}
#centerColumn p.intro strong
{
	font-size: inherit;
	font-weight: bold;
}

#centerColumn img{
margin:5px 15px 15px 0;
padding:0;
}

#rightColumn{
	width: 176px;
	float: left;
	margin: 60px 0 0 0;
	padding-bottom: 30px;
}

#rightColumn li{
margin-bottom: 5px;
}

