.maintable {
	width: 800px;
	left: 10%;
	border: thick solid #0066CC;
	position: absolute;
	background-color: #FFFFFF;
}
body {
	margin: 0px;
	padding: 0px;
}
html {
	background-color: #003366;
}
.contenttable {
	width: 100%;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #0066CC;
}
.mainnav {
	background-color: #66CCCC;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	width: 160px;
}
.tdmiddle {
	width: 400px;
	padding: 8px;
	vertical-align: top;
}
.mainnavone:link, .mainnavone:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #99FFFF;
	background-color: #0066CC;
	border: thin groove #0033CC;
	width: 150px;
	height: 24px;
	display: block;
	text-align: center;
	padding-top: 8px;
	text-decoration: none;
}

.mainnavone:hover, .mainnavone:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #66FFFF;
	background-color: #003399;
	border: thin solid #66FFFF;
	width: 150px;
	height: 24px;
	display: block;
	text-align: center;
	padding-top: 8px;
	text-decoration: none;
}
.tdright {
	background-color: #6699CC;
	text-align: center;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
}
.companylogo {
	float: left;
	margin: 0px;
	padding: 0px;
}
.headerphoto {
	text-align: right;
	float: right;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: large;
	color: #006699;
}
h2 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: medium;
	font-weight: bold;
	color: #3366CC;
}
.center {
	text-align: center;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #006699;
	text-align: center;
	border-top-width: medium;
	border-top-style: dotted;
	border-top-color: #006699;
}

.photos {
	border: thin solid #FFFFFF;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
.style1 {
	color: #0066CC;
	font-weight: bold;
}
.style2 {
	color: #CC6600;
	font-style: italic;
	font-weight: bold;
}