body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
#header {
	font-size: 42px;
	font-style: italic;
	font-weight: bold;
	position: absolute;
	top: 15px;
	left: 10px;
	z-index: 2;
}
#title {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #008000;
}
#titleshadow {
	position: absolute;
	top: 2px;
	left: 2px;
	color: #004000;
}
#phone {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
#side {
	position: absolute;
	top: 210px;
	left: 0px;
	width: 190px;
}
#menu {
	background: url(images/menu2.jpg) repeat-y;
}
#menu a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 10px;
}
#menu a:link {
	color: #E0E0E0;
}
#menu a:visited {
	color: #E0E0E0;
}
#menu a:hover {
	color: #E0E000;
}
#menu .sub {
	font-size: 12px;
	padding-left: 20px;
}
#menu .subsub {
	font-size: 12px;
	padding-left: 30px;
}
#content #menubottom {
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
	clear: both;
}
#footer {
	font-size: 10px;
	color: green;
	text-align: center;
	margin-top: 20px;
	clear: both;
}
#footer a:link {
	color: green;
}
#footer a:visited {
	color: green;
}
#footer a:hover {
	color: red;
}
#content {
	position: absolute;
	top: 220px;
	left: 210px;
	width: 550px;
}
#content h1 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	border-top: solid 1px green;
	border-bottom: solid 1px green;
}
#content h2 {
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content h3 {
	font-size: .9em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}
#content h4 {
	font-size: .9em;
	font-weight: bold;
	font-style: italic;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content p {
	font-size: .8em;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content ul {
	font-size: .8em;
  list-style: square;
	margin-top: 0px;
  margin-bottom: 10;
	}
#content ol {
	font-size: .8em;
	margin-top: 0px;
  margin-bottom: 10;
	}
#content blockquote {
	border : thin dotted #003300;
	margin-left : 16px;
	margin-right : 16px;
	padding : 3px;
	font-size: .7em;
}
#content blockquote p {
	margin-top : 0px;
	margin-bottom : 0px;
	padding : 0;
}
#content table {
	margin-right: 6px;
}
a:hover {
	color: red;
}
.rates {
	background: #FEF3E9;
	text-align: right;
	font-size: 0.8em;
	clear: both;
}
.rates .table-mainhead {
	font-size: 110%;
	font-weight: bold;
	color: White;
	background: #716D5E;
	text-align: center;
}
.rates .table-minorhead {
	font-size: 100%;
	background: #E6DBD5;
	text-align: left;
}
.rates .table-footer {
	font-size: 100%;
	background: #E6DBD5;
	text-align: left;
}
.formp {
	padding-top: 5px;
	clear: both;
}
.label {
	float: left;
	width: 150px;
	font-size: 12px;
	text-align: right;
	margin-right: 3px;
}
.label2 {
	float: left;
	font-size: 12px;
	width: 80px;
	text-align: right;
	margin-right: 3px;
}
.label-inst {
	padding-top: 5px;
	font-size: 12px;
	clear: both;
	text-align: center;
}
.element {
	float: left;
	font-size: 12px;
}
input:focus, textarea:focus {
	background-color: #dedede;
}
