/* basic elements */
html {
	margin: 0px;
	padding: 0px;
	}
body { 
	background-image:url(images/BG2.jpg);
	margin: 0px; 
	padding: 0px;
	}
p { 
	font-family: arial; 
	font-size:11px;
	margin-top: 0px; 
	}
p.subtext{ 
	font-size: .6em;
	font-family: arial;
	color: #FFFFFF; 
	margin-top: 0px; 
	}
p.maintext{ 
	font-size: .8em;
	font-family: arial;
	margin-top: 12px;
	margin-left: 30px; 
	margin-right: 20px;
	font-weight: bold;
	}
p.portThumbs a:link{ 
	text-align:center;
	border-color:#000000;
	}
p.portThumbs a:visited{ 
	text-align:center;
	border-color:#FFFFFF;
	}

p.port_pic { 
	text-align:center;
	border-color:#000000;
	}
h3 { 
	font: italic bold 16px arial; 
	margin-bottom: 0px; 
	margin-left: 15px;
	}
a:link { 
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #000000;
	text-decoration: none; 
	}
a:visited { 
	color: #000000;
	font-weight: bold; 
	text-decoration: none; 
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #ffffff;
	}
div#header {
	background-image:url(images/banner.jpg);
	width:800px;
	height:111px;
	}
div#contentarea {
	width:800px;
	background-image:url(images/maincontentBG.gif);
	background-repeat:repeat-y;
	}
div#firstcolumn {
	width:196px;
	float:left;
	border: 0px;
	margin-top:20px;
	text-align:center;
	}
div#secondcolumn {
	width:603px;
	float:left;
	margin-bottom:50px;
	}
.leftcontent {
	padding:5px;
}
.maincontent {
	margin-top:20px;
	margin-left:50px;
	margin-right:50px;
	margin-bottom:50px;
}
.form {
	margin-left:6px;
	line-height: 8px;
	background-color: #cccccc;
}
div#footer {
	width:800px;
	height:50px;
	padding: 5px 0px 5px 0px;
	background-color: #8C82A5;
	border:solid #000;
	border-width:1px 0px 1px 0px; 
	border-left-width: 0px;
	vertical-align:bottom;
	}
.topnav {
	position:absolute; top:86px; left:480px;
	font-family:Arial, Helvetica, sans-serif;
	}
.bottomnav {
	text-align:center;
	line-height:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}
	
/* begin alsett fix */
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility:hidden;
		}
	.clearfix {
		display: inline-block;
		}
	* html .clearfix {
		height: 1%;
		}
	.clearfix {
		display: block;
		}
/* end alsett fix */