/*
 *	General Rules
 */
h2 {
	font-size: 24px;
	line-height: 26px;
}

/*
 *	Header Section
 */
div#header {
	background: #F5F2DE url("../_i/common/bkgd/portheadbkgd.gif") repeat-x 0px 0px;
}
div#header div.redbkgd {
	background:  url("../_i/common/bkgd/portheadredbkgd.gif") repeat-y top center;
}
div#header div.hcwrapper {
	background:  url("../_i/common/bkgd/portheaddashbkgd.gif") repeat-y 0px 0px;
}

/*
 *	Content
 */
div#content div.hcwrapper {
	background:  url("../_i/common/bkgd/portcontentbkgd.gif") repeat-y 0px 0px;
}
div#content .leftcol {
	display: block;
	width: 466px;
	text-align: right;
	float: left;
}
div#content .maincol {
	display: block;
	margin-left: 495px;
	margin-right: 14px;
}
div#content div.leftcol {
	width: 480px;
	padding-top: 14px;
}
div#content div.maincol {
	padding-top: 14px;
}
div#content div.maincol h1 {
	margin-left: -14px;
	padding-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #BDC6CD;
	border-bottom: 1px solid #BDC6CD;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 1px;
}

/*
 *	Footer
 */
div#footer p {
	margin-left: 495px;
}
div#footer a#infoicon {
	left: 474px;
}
