#contentsubnav {
	float: left;
	width: 182px;
}

#contentsubnav h1 {
	width: 177px;
	height: 38px;
	margin: 0px;
	padding-right: 5px;
	text-align: right;
	line-height: 38px;
	background-color: #000000;
	color: #ffffff;
	font-size: 12pt;
}

#contentsubnav ul {
	list-style-image: url(../images/common/listmarker.gif);
	margin-left: 0px;
	padding-left: 30px;
}

#contentsubnav ul ul {
	padding-left: 20px;
	margin-left: 0px;
}

#contentsubnav ul li {
	color: #2277a2;
	margin-top: 10px;
	font-size: 9pt;
	font-weight: bold;
}

#contentsubnav ul a {
	color: #2277a2;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}

#contentsubnav ul a:hover {
	text-decoration: underline;
}

#contentmaincontainer {
    float: left;
    width: 577px;
    border-left: 1px solid #e5e5e5;
	padding-left: 10px;
	padding-bottom: 10px;
}

#contentmain {
	width: 557px;
	background-color: #000000;
	color: #ffffff;
	padding: 10px;
}

#contentmain h1 {
	font-size: 12pt;
	color: #2277a2;
}

#contentmain h2 {
	font-size: 10pt;
	color: #005580;
}

#contentmain h3 {
	font-size: 10pt;
}

#contentmain ul {
	margin-left: 20px;
	padding-left: 0px;
}

#contentmain a {
	color: white;
}