body {
	background-color: transparent;
}
.image {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #F8AF00;
	overflow: hidden;
	/* need to trim 2 pixels off box height for border */
	width: 478px;
	height: 363px;
}
.img {
	visibility: "hidden";
	position: relative;	
}
.port_win_nav {
	width: 400px;
	margin: 0px;
	float: left;
}
.clientlink {
	float: right;
	margin-right: 20px;
	margin-top: 2px;
}
.navlink {	
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #717164;
	cursor: hand;
	text-decoration: none;
	padding-right: 4px;
}
.port_win_nav {
	cursor: default;
}
#on {
	color: #F8AF00;
	cursor: default;
}
.navlink:hover {
	color: #F8AF00;
}
.l-arrow {
	margin-left: 20px;
	margin-right: 6px;
	margin-top: -2px;
}
.r-arrow {
	margin-left: 6px;
	margin-right: 0px;
	margin-top: -2px;
}
.port_win_desc {
	position: absolute;
	top: 365px;
	left: 0px;
	margin: 0px;
	width: 520px;
	border-left: 1px solid #F8AF00;
	border-top: #A19D83 solid 1px;
}
.port_win_txt a {
	color: #717164;
	text-decoration: underlined;
}
.port_win_desc a:hover {
	color: #F8AF00;
	text-decoration: none;
}
.port_win_txt {
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 40px;
	margin-left: 0px;
	padding-left: 20px;
}
h1 {
	color: #F8AF00;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 20px;
	margin-left: 0px;
	border-bottom: 1px solid #F8AF00;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 16px;
	margin-right: 20px;
}
p {
	color: #717164;
}
.image .port_win_txt {
	font-size: 12px;
	margin-top: 8px;
	line-height: 140%;
	margin-right: 20px;
}
#image_pane_desc .port_win_txt {
	margin-top: 8px;
	line-height: 110%;
}
.port_win_txt a:hover {
	color: #F8AF00;
}
a.homelink {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.returnto {
	position: absolute;
	top: 340px;
	width: 478px;
	text-align: center;
}