body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px; 
	background-color: #000000;
}

td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
}

body p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;	
}

body a {
	color: #fb7609;
	text-decoration: underline;
}

body a:hover {
	text-decoration: none;
}

div.banner  {
	position: fixed;
	top: 0;
	left: 0;
	height: 110px;
	width: 168px;
	padding: 0;
	background-color: #000000;
	background: url("images/puo_logo.jpg") no-repeat;
	z-index: 3;
}

div.bannerpic {
	position: fixed;
	top: 0;
	left: 0px;
	height: 110px;
	width: 100%;
	background-color: #000000;
	background-image: url("images/puo_banner3.jpg");
	background-position: 168px 0px;
	z-index: 3;
}

div.banner img {
	border: 0;
	padding: 0;
}

div.line1 {
	position: fixed;
	top: 110px;
	height: 1px;
	width: 100%;
	left: 0;
	background-color: #cccccc;
	padding: 0;
	z-index: 3;
}

div.menubar {
	position: fixed;
	top: 111px;
	left: 0;
	width: 100%;
	background-color: #fb7609;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 16px;
	z-index: 3;
}

div.menubar a {
	display: inline-block;
	color: #eeeeee;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-left: 1.5em;
	padding-right: 1.5em;
}

div.menubar a:hover {
	text-decoration: underline;
}

div.line2 {
	position: fixed;
	top: 137px;
	height: 1px;
	width: 100%;
	left: 0;
	background-color: #cccccc;
	padding: 0;
	z-index: 3;
}

div.pictureframe {
	position: absolute;
	top: 138px;
	left: 0;
	width: 100%;
	bottom: 0;
}

div.submenu {
	position: fixed;
	top: 138px;
	left: 0;
	width: 100%;
	background-color: #ff9933;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 16px;
	z-index: 3;
}

div.submenu a {
	display: inline-block;
	color: #eeeeee;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-left: 1.5em;
	padding-right: 1.5em;
}

div.submenu a:hover {
	text-decoration: underline;
}

div.line3 {
	position: fixed;
	top: 164px;
	height: 1px;
	width: 100%;
	left: 0;
	background-color: #cccccc;
	padding: 0;
	z-index: 3;
}

div.contentbg {
	position: fixed;
/*	width: 870px; */
	width: 830px;
	left: 25px;
	top: 0;
	bottom: 0;
	height: 100%;
	background-color: #ffffff;
	border-left: 3px solid #fb7609;
	border-right: 3px solid #fb7609;
	z-index: 1;
/*	background-image: url("images/contentbg.png");*/
}

div.content {
	position: absolute;
	left: 25px;
	top: 165px;
	width: 800px;
	padding: 10px;
	z-index: 2;
}

div.contentnosub {
	position: absolute;
	left: 25px;
	top: 138px;
	width: 800px;
	padding: 10px;
	z-index: 2;
}

div.navlinks {
	color: #fb7609;
	font-weight: bold;
	float: left;
}

div.pagetitle {
	text-align: right;
	color: #fb7609;
	font-weight: bold;
	font-size: 15px;
}

div.mainpic {
	position: absolute;
	top: 300px;
	left: 330px;
	width: 130px;
	height: 195px;
	opacity:.80;
	z-index: 2;
	filter: alpha(opacity=80); -moz-opacity: 0.80
}

div.mainpic img {
	padding: 0;
	margin: 0;
	border: 0;
}

div.mainbox {
	position: absolute;
	top: 300px;
	left: 460px;
	width: 275px;
	height: 185px;
	background-color: #cccccc;
	padding: 5px;
	opacity:.9;
	z-index: 2;
	filter: alpha(opacity=90); -moz-opacity: 0.9;
}

div.orangeline {
	margin: 0;
	border: 0;
	border-bottom: 1px #fb7609 solid;
	padding: 10px;
}

img {
	margin: 15px;
	border: 3px #fb7609 solid;
}

img.thumbs {
	margin: 15px;
	border: 2px #fb7609 solid;
}

table.outlined {
	border-collapse: collapse;
}

table.outlined td {
	border: 1px solid #fb7609;
}

pre {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px; 
}

input, select, textarea {
	border: 1px solid #fb7609;
	padding: 1px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;	
	background-color: #ffffff;
}