/* CSS Document */

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-image: url(background.jpg);
	background-repeat: repeat;
	background-position: left top;
}
bod7 {
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.border {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: 2px;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0F5AAD;
	border-right-color: #0F5AAD;
	border-bottom-color: #0F5AAD;
	border-left-color: #0F5AAD;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 42px;
	width: 96px;
	background-image: url(rotary_route_template_btn_Links_up.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#mainText {
	height: auto;
	width: 350px;
	position: relative;
	top: 140px;
	text-align: left;
	left: 10px;
}
#map {
	top: 70px;
	position: relative;
	text-align: left;
	height: auto;
	width: 200px;
	left: 540px;
}
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D8E3F1;
}