body
{
	margin-left:0;
	margin-top:0;
	background:url(../images/p_logo.jpg) no-repeat;
}

/* begin unique elements */

#container
{
	width: 675px;
	color:#000033;
	/* defines container element */
}
#header{
	width:675px;
	height: 88px;
	/* defines header element */
}
#header img{
	display:none;
	/* defines header element */
}
#header h1{
	display:none;
	/* defines header element */
}
#navigation{
	display:none;
	/* define navigation element */
}
#content{
	font: 12px/16px Tahoma, Verdana, sans-serif;
	width: 675px;

	/* defines content element */
}
#content h1
{
	font: bold 16px Tahoma, Verdana, sans-serif;
}
#content h2{
	color:#00166B;
	font: bold 12px Tahoma, Verdana, sans-serif;
	margin-bottom:0;
}
#content h3{
	color:#000000;
	font: bold 12px Tahoma, Verdana, sans-serif;
	margin-bottom:0;
}
#content h4{
	color:#00166B;
	font: bold 12px Tahoma, Verdana, sans-serif;
	margin-bottom:0;
	text-transform:uppercase;
}
#subcontent{
	width: 308px;
	float: right;
	margin-left:5px;
	border:1px solid #333333;

	/* defines content element */
}

#why{
	text-align:left;
	padding: 5px;
	 /*container for did you know content */
}
#why h2{
	color:#00166B;
	font: bold 14px Tahoma, Verdana, sans-serif;
	margin-bottom:0;
	margin-top:0;
	 /*container for did you know content */
}
#why ul{
	margin-top: 0;
	 /*container for did you know content */
}
#why li{
	margin-left: -20px;
	 /*container for did you know content */
}
#footer{
	clear:both;
	height: 1px;
}

/* miscellaneous elements */
.clear
{
	clear: both;

}

