﻿body {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('img/towerborder.jpg');
	background-repeat:repeat;
}
.header {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.title {
	font-family: "Arial Rounded MT Bold";
	font-size: 20pt;
	font-weight: bold;
	color: #000080;
}
.subtitle {
	font-family: "Arial Rounded MT Bold";
	font-size: 16pt;
	font-weight: bold;
	color: #000080;
}
ul.nav {
	list-style-type: none;
	margin-left: 0;
}
ul.nav a {
	display: block;
	width: 8em;
	height: 1.25em;
	line-height: 1.25em;
	background-color: #339966;
	text-decoration: none;
	font-weight: bold;
	font-family: "Arial Black";
	color: navy;
	margin-top: 10px;
}
ul.nav a:hover {
	background-color: #FF6600;
}
ul.nav li {
	display: inline;
}
.content {
	padding-top: 10px;
	background-color: #339966;
}
.leftcolumn {
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 200px;
	float: left;
	height: 100%;
	background-color: #339966;
}
.body {
	padding: 5px;
	margin: 0px 0px 0px 200px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: black;
	background-color: #339966;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 14pt;
}
.heading2 {
	font-family: "Arial Black";
	font-size: 14pt;
	text-align: center;
}
.img {
	float: right;
}
.rightimage {
	float: right;
}
.aprsmap {
}
.header {
	background-color: #339966;
}

