/* --------------------------------------------
   
----------------------------------------------- */
body
{
	background: #fff;
	font-family: helvetica, arial, sans-serif;
}


/* --------------------------------------------
   
----------------------------------------------- */
div#page-container-2
{
	position: absolute;
	top: 0px;
	left: 10px;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#content
{
	padding-top: 0px;
	margin: 0;
	border-left: 0;
	border-right: 0;
	width: 600px;
	overflow: visible;
}

/* --------------------------------------------
   
----------------------------------------------- */

h3
{
	font-size: 20px;
	line-height: 23px;
	color: #073151;
	font-weight: bold;
	padding-left: 17px;
	margin: 14px 0px 14px 0px;
}

h4
{
	font-weight: bold;
	font-size: 24px;
	line-height: 25px;
	color: #0c4b8a;
	padding-left: 16px;
	padding-right: 16px;
}

p
{
	font-size: 12px;
	line-height: 16px;
	color: #222;
	margin-bottom: 20px;
}

div.article
{
	padding: 0;
	width: auto !important;
	border-top: 0;
	background: none;
	overflow: visible;
}

