@charset "UTF-8";
/* CSS Document */

<!--

#subnavlinks {
	height: 27px;
	width: 800px;
	margin-top: 36px;
	margin-left: 0px;
	position: absolute;
}

#level3_content_area {
	/*font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	line-height: 1.5em;*/
	background-image: url(../images/nav/bg_navL2.gif);
	margin-top: 63px;
	margin-left: 0px;
	position: absolute;
	width: 800px;
	height: 537px;
	background-repeat: no-repeat;
	text-align: left;
}

#titleBG {
	background-color:#000000;
	width: 800px;
	height: 50px;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 1;
	position: absolute;
}

#title {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 27pt;
	font-variant: small-caps;
	text-align: left;
	position: absolute;
	margin-top: 9px;
	margin-left: 40px;
	padding-bottom: 7px;
	padding-top: 7px;
}

#portPiece {
	background-color: #000000;
	height: 424px;
	width: 560px;
	margin-top: 50px;
	margin-left: 40px;
	position: absolute;
	text-align: center;
	padding-top: 21px;
}

#portPieceInfo {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	top: 44px;
	left: 620px;
	position: absolute;
	text-align: left;
	width: 160px;
}

.section_nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 18px;
	text-decoration: none;
}

.section_nav:link {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.section_nav:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.section_nav:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.section_nav:active {
	color: #330099;
	text-decoration: none;
	font-weight: bold;
}

.section_nav_nolink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 18px;
	text-decoration: none;
	color: #333333;
}

#previous {
	margin-top: 500px;
	margin-left: 40px;
	position: absolute;
	text-align: left;
}

#next {
	margin-top: 500px;
	margin-left: 160px;
	position: absolute;
}

#return_section {
	margin-top: 500px;
	margin-left: 320px;
	position: absolute;
	text-align: right;
	width: 280px;
}

-->