@charset "utf-8";

html, body, table, hr, p
{
	margin: 0;
	padding: 0;
	border: 1;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

body {
	color: #404040;
	font: normal normal 400 1em/1.5em Georgia, Palatino, 'Palatino Linotype', serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.25;
}

a:hover {
	text-decoration: none;
	border: 0;
	color: black;
	cursor: pointer;
}

.links {
	color: #031887;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.innerlinks {
	color: #0b689e;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.innerlargelinks {
	color: #0b689e;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.mapdirlinks {
	color:#0000FF;
	font-size: 14px;
	text-align:left;
	text-decoration: none;
}

.headerdiv {
	display: block;
	width: 1120px;
	margin: 0 auto;
}

.bodydiv {
	background-color: #FFF;
	display: block;
	width: 1090px;
	padding: 20px 40px 20px 40px;
	margin: 0 auto;
}

.bodydiv p{
	margin: 0 0 1.5em;
}

.bodydiv li
{
	list-style-type: circle;
	padding-top: 5px;
}

.locations{
	color: #031887;
	font-weight: bold;
}

.image-left {
	padding-right: 10px;
	float: left;
	vertical-align: text-top;
}

.footerend {
	display: block;
	width: 1120px;
	margin: 0 auto;
}

