
html {
	height: 100%;
	}

body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	background: #ffffff;
	color: #333333;
	font-family: Times New Roman, serif;
	font-size: 14px;
	overflow: -moz-scrollbars-vertical;
	}

a:link,a:visited,a:active{
	color: #003366;
	text-decoration: none;
	}

a:hover,a:focus{
	color: #003366;
	text-decoration: underline;
	}

h1,h2,h3,h4,h5,h6 {
	color: #003366;
	}

#pageContainer {
	position: relative;
	margin: 0px auto;
	background: #ffffff;
	border: 1px solid #333333;
	width: 80%;
	min-width: 930px;
	height: 95%;
	min-height: 680px;
	top: 2%;
	}

#header {
	position: relative;
	width: 100%;
	height: 80px;
	background: #333333;
	}
	
#titleImage {
	position: absolute;
	background: #333333;
	width: 580px;
	height: 80px;
	float: left;
	left: 0px;
	}

#titleImage2 {
	position: absolute;
	background: #333333;
	width: 100px;
	height: 80px;
	float: left;
	right: 0px;
	}
	
#navBar {
	position: relative;
	background: #003366;
	color: #ffffff;
	font-weight: bold;
	width: 100%;
	height: 20px;
	top: 1px;
	line-height: 20px;
	}
	
.altLinks a{
	color: #ffffff;
	font-weight: bold;
	}

#navLinks {
	position: relative;
	margin: 0px auto;
	width: 94%;
	}
	
#contentContainer {
	position: relative;
	margin: 0px auto;
	background: transparent;
	width: 94%;
	top: 25px;
	}
	
#leftContent {
	position: absolute;
	background: transparent;
	width: 50%;
	height: 100%;
	left: 0px;
	float: left;
	}
	
#rightContent {
	position: absolute;
	background: transparent;
	width: 50%;
	height: 100%;
	right: 0px;
	float: left;
	}
	
#platMap {
	position: relative;
	background: transparent;
	width: 900px;
	height: 494px;
	margin: 0px auto;
	}