<!--
BODY {
	font-family: Helvetica, Arial, sans-serif;
	background-color: navy;
}

H1 {
	font-size: 24pt;
	font-weight: bold;
	color: purple;
	text-align: center;
}

H2 {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

a {
	color: navy;
}

a:hover {
	background-color: yellow;
	text-decoration: none;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 50px;
	width: 850px;
	font-size: 36pt;
	text-align: center;

}

#header a {
	color: white;
}

#header a:hover {
	color: white;
	background-color: navy;
}

#tlc {
	position: absolute;
	left: 0px;
	top: 50px;
	height: 50px;
	width: 50px;
	background: url('images/banner_left_corner_top.jpg');
}

#tbord {
	position: absolute;
	left: 50px;
	top: 50px;
	height: 50px;
	width: 750px;
	background: url('images/banner_top.jpg');
}

#trc {
	position: absolute;
	left: 800px;
	top: 50px;
	height: 50px;
	width: 50px;
	background: url('images/banner_right_corner_top.jpg');
}

#lbord {
	position: absolute;
	height: 655px;
	left: 0px;
	top: 100px;
	width: 50px;
	background: url('images/banner_left.jpg');
}

#rbord {
	position: absolute;
	height: 655px;
	left: 800px;
	top: 100px;
	width: 50px;
	background: url('images/banner_right.jpg');
}

#brc {
	position: absolute;
	top: 750px;
	left: 800px;
	height: 50px;
	width: 50px;
	background: url('images/banner_right_corner_bottom.jpg');
}
#blc {
	position: absolute;
	top: 750px;
	left: 0px;
	height: 50px;
	width: 50px;
	background: url('images/banner_left_corner_bottom.jpg');
}

#bbord {
	position: absolute;
	top: 750px;
	left: 50px;
	height: 50px;
	width: 750px;
	background: url('images/banner_bottom.jpg');
}

#leftnav {
	position: absolute;
	left: 50px;
	top: 100px;
	width: 250px;
	height: 650px;
	font-size: 9pt;
	font-weight: bold;
	border-right: 1px purple solid;
	border-bottom: 1px purple solid;
	border-top: 1px purple solid;
	background-color: white;
}

#leftnav ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#leftnav li {
	margin-top: 2px;
	margin-left: 5px;
	padding-left: 5px;
}

#content {
	position: absolute;
	left: 300px;
	top: 100px;
	height: 650px;
	width: 500px;
	text-align: left;
	vertical-align: top;
	font-size: 10pt;
	text-align: justify;
	background-color: white;
	border-bottom: 1px purple solid;
	border-top: 1px purple solid;
}

#content ul {
	color: purple;
	font-weight: bold;
	list-style-type: square;
	margin-left: 25px;
}

#content p {
	margin-left: 10px;
}

#footer {
	position: absolute;
	top: 800px;
	left: 0px;
	height: 50px;
	width: 850px;
}

#footer p {
	text-align: center;
	color: white;
	font-size: 10pt;
}

#form {
	font-size: 10pt;
}

.broker {
	font-weight: bold;
}

.subtitle {
	color: purple;
	font-weight: bold;
	font-size: 12pt;
}

.emphasis {
	font-weight: bold;
	color: purple;
}

.phone {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

.highlight {
	font-weight: bold;
	color: red;
}

.privacy {
	color: red;
	font-size: 8pt;
}

.required {
	color: red;
}
