body {
	margin: 0px;
	top: 0px;
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	background-color: #E0F0F3;
	background-image: url(../images/page.jpg);
	background-repeat: repeat-y;
}
td {
	font-family: verdana,arial,helvetica;
	font-size: 12px;
}
#toprow {
	height: 80px;
}
#logo_massage {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 80px !important;
	height: 81px;
	width: 605px;
}
#top_banner {
	width: 100%;
	height: 81px;
	background-color: #607AAB;
	border-bottom: 1px solid #607AAB;
}
#contact_information {
	float: right;
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
}
#address {
	padding-right: 6px;
}
#middle_row {
	background-image: url(../images/middle_row.gif);
	background-repeat: repeat-x;
	height: 20px;
	font-size: 11px;
}
#middle_row a {
	color: #FFFFFF;
	text-decoration: none;
}
#middle_row a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#top_links {
	height: 17px;
}
#horizontal_links {
	float: right;
	margin-right: 8px;
	font-size: 11px;
}
.link_space {
	padding-right: 13px;
}
#contentarea {
	margin-bottom: 30px;
}
#contentarea ul {
	margin-top: 15px;
	margin-bottom: 15px;
}
#contentarea li {
	margin-bottom: 8px;
}
#welcome_to {
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 6px;
	margin-left: 165px;
}
#rounded_rectangle {
	float: left;
}
#links-content {
	height: 100%;
	padding-top: 10px;
}
#side_links {
	height: 100%;
	float: left;
}
#links_title {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 8px;
}
#links {
	margin-left: 2px;
	font-size: 11px;
	color: #FFFFFF;
}
#links a {
	color: #FFFFFF;
	text-decoration: none;
}
#links a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#content {
	margin-left: 167px;
	height: 100%;
	padding-right: 5px;
}
.question {
	margin-bottom: 5px;
}
.answer {
	margin-bottom: 20px;
}
.inside_images {
	margin: 0px 10px 10px 10px;
}
#footer_row {
	background-image: url(../images/footer_row.jpg);
	background-repeat: repeat-x;
	height: 10px;
	color: #FFFFFF;
	font-size: 10px;
	padding: 2px;
	text-align: center;
}
.linklist {
	margin-bottom: 3px;
}
.bolded {
	font-weight: bold;
}

/* Contact Form */

 label {
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em
	display: block
}
.submit input {
	margin-left: 4.5em;
}
input {
	color: #607aab;
	background: #FFF;
	border: 1px solid #607aab;
	padding: 2px;
}
.submit input {
	color: #000;
	background: ##607aab;
	border: 2px outset #d7b9c9
}
fieldset {
	border: 1px solid #607aab;
	width: 40em
}
legend {
	color: #fff;
	background: #607aab;
	border: 1px solid #607aab;
	padding: 2px 6px
}