body {
	text-align: center;
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#main {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	width: 800px;
	position: relative;
	margin: 0 auto;
}
#header {
	width: 800px;
	background-image: url(img/hdrBg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 99px;
	border-bottom: solid 1px #ff5a00;
	float: left;
	display: block;
	padding-top: 21px;
	text-align: left;
	margin-bottom: 12px;
}
.portMenu {
	float: left;
	height: 86px;
	background-image: url(img/port.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 504px;
}
.portL {
	float: left;
	display: block;
	padding-left: 5px;
	padding-top: 16px;
	width: 221px;
}
.portR {
	float: left;
	display: block;
	padding-top: 16px;
}
.aboutMenu {
	float: left;
	height: 86px;
	background-image: url(img/about.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 186px;
}
.about {
	float: left;
	display: block;
	padding-left: 5px;
	padding-top: 16px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff5a00;
}
.menu a:link, .menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff5a00;
	text-decoration: none;
}
.menu a:hover, .menu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7877c1;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #7877c1;
	margin:0px;
	padding:0px;
	font-weight:normal;
	padding-bottom: 12px;
}
h1 a:link, h1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ff5a00;
	text-decoration: none;
	font-weight:normal;
}
h1 a:hover, h1 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #7877c1;
	text-decoration: underline;
	font-weight:normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ff5a00;
	margin:0px;
	padding:0px;
	font-weight:normal;
}
h2 a:link, h2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ff5a00;
	text-decoration: none;
	font-weight:normal;
}
h2 a:hover, h2 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #7877c1;
	text-decoration: none;
	font-weight:normal;
}
#content {
	float: left;
	display: block;
	margin-left: 12px;
	margin-right: 12px;
	width: 776px;
	padding-bottom: 12px;
}
.contentL {
	width: 589px;
	display: block;
	float: left;
	text-align: left;
	border-right: solid 1px #ff5a00;
	padding-right: 12px;
}
.aboutImg {
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff5a00;
	padding-top:5px;
}
.otherViews {
	float: right;
	text-align: right;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff5a00;
	padding-top:5px;
	
}
.other {
	width: 12px;
	height: 12px;
	display: block;
	float: left;
	margin-left: 5px;
}
.other a:link, .other a:visited {
	background-image: url(img/otherImg.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
}
.other a:hover, .other a:active {
	background-image: url(img/otherImg.gif);
	background-repeat: no-repeat;
	background-position: -13px;
	text-decoration: none;
}
.other2 {
	width: 12px;
	height: 12px;
	display: block;
	float: left;
	margin-left:5px;
}
.other2 a:link, .other2 a:visited {
	background-image: url(img/otherImg.gif);
	background-repeat: no-repeat;
	background-position: -26px;
	text-decoration: none;
}
.other2 a:hover, .other2 a:active {
	background-image: url(img/otherImg.gif);
	background-repeat: no-repeat;
	background-position: -26px;
	text-decoration: none;
}
.contentR {
	width: 162px;
	float: right;
	padding-left: 12px;
	text-align: left;
}
#footer {
	float: left;
	display: block;
	background-image: url(img/hdrBg.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 17px;
	width: 800px;
	font-size: 11px;
	color: #ff5a00;
}
#footer a:link, #footer a:visited {
	font-size: 11px;
	color: #ff5a00;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	font-size: 11px;
	color: #7877c1;
	text-decoration: underline;
}

