﻿<!--
BODY {
	background: url('images/maincell.jpg');
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: white;
	background-color: transparent;
	text-align: center;
}

#leftnav {
	background: url('images/sidebarbg.jpg');
	position: absolute;
	left: 0px;
	width: 216px;
	height: 428px;
	top: 142px;
	text-align: left;
}

#leftnav ul {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 5px;
}

#leftnav li {
	margin-top: 5px;
}

#logo {
	background: url('images/Cornerbar.jpg');
	position: absolute;
	left: 0px;
	width: 216px;
	height: 142;
	top: 0px;
}

#left {
	width: 33%;
	float: left;
	text-align: left;
}

#mid {
	width: 33%;
	float: left;
	text-align: left;
}

#right {
	width: 33%;
	float: left;
	text-align: left;
}

#header {
	background: url('images/topbarbg.jpg');
	position: absolute;
	left: 216px;
	width: 80%;
	height: 142px;
	top: 0px;
	text-align: center;
	z-index: 1;
}

#content {
	position: absolute;
	left: 216px;
	width: 80%;
	height: 100%;
	top: 142px;
	text-align: center;
}

#content ul {
	margin-left: 10px;
	padding-left: 10px;
	list-style-type: square;
}

#name1 {
	width: 33%;
	float: left;
	text-align: left;
	border-top: 2px #0ff solid;
	border-right: 2px #0ff solid;
	border-bottom: 2px #0ff solid;
	margin-bottom: 10px;
}

#address1 {
	width: 38%;
	float: left;
	text-align: left;
	border-top: 2px #0ff solid;
	border-right: 2px #0ff solid;
	border-bottom: 2px #0ff solid;
	margin-left: 5px;
	margin-bottom: 10px;
}

#phone1 {
	width: 26%;
	float: left;
	text-align: left;
	border-top: 2px #0ff solid;
	border-right: 2px #0ff solid;
	border-bottom: 2px #0ff solid;
	margin-left: 5px;
	margin-bottom: 10px;
}

#name2 {
	width: 33%;
	float: left;
	text-align: left;
	border-top: 2px #0ff solid;
	border-right: 2px #0ff solid;
	border-bottom: 2px #0ff solid;
	margin-bottom: 10px;
}

#address2 {
	width: 38%;
	float: left;
	text-align: left;
	border-top: 2px #0ff solid;
	border-right: 2px #0ff solid;
	border-bottom: 2px #0ff solid;
	margin-left: 5px;
	margin-bottom: 10px;
}

#phone2 {
	width: 26%;
	float: left;
	text-align: left;
	border-top: 2px #0ff solid;
	border-right: 2px #0ff solid;
	border-bottom: 2px #0ff solid;
	margin-left: 5px;
	margin-bottom: 10px;
}

#name3 {
	width: 33%;
	float: left;
	text-align: left;
	border-top: 2px #0ff solid;
	border-right: 2px #0ff solid;
	border-bottom: 2px #0ff solid;
	margin-bottom: 10px;
}

#address3 {
	width: 38%;
	float: left;
	text-align: left;
	border-top: 2px #0ff solid;
	border-right: 2px #0ff solid;
	border-bottom: 2px #0ff solid;
	margin-left: 5px;
	margin-bottom: 10px;
}

#phone3 {
	width: 26%;
	float: left;
	text-align: left;
	border-top: 2px #0ff solid;
	border-right: 2px #0ff solid;
	border-bottom: 2px #0ff solid;
	margin-left: 5px;
	margin-bottom: 10px;
}

.main {
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}

.highlight {
	color: #FFFFFF;
	background-color: transparent;
	font-weight: bold;
	font-size: 12pt;
}

H1 {
	margin-top: 51px;
	font-size: 24pt;
	font-weight: bold;
	color: #fff;
	background-color: transparent;
}

HR {
	color: #DDDDEE;
	background-color: transparent;
}

UL {
	color: #fff;
	background-color: transparent;
}
	
a {
	color: #000000;
	background-color: transparent;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #0f0;
	background-color: transparent;
}

.subtitle {
	font-size: 10pt;
	font-weight: bold;
}

.privacy {
	font-size: 8pt;
	color: #0ff;
	background-color: transparent;
}

.required {
	color: yellow;
	font-weight: bold;
}

.form {
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
}

TABLE {
	text-align: left;
	font-size: 10pt;
}