.tab {
	width: 195px;
	height: 500px;
	float: left;
	text-align: center;
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 15px;
	margin-top: 15px;
	padding-right: 15px;
	padding-top: 20px;
	color: #333333;
	text-decoration: none;
}
.tab:hover {
	height: 500px;
	border: 5px outset #346289;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;	
}
.map {
	width: 800px;
	height: 500px;
	float: none;
	text-align: center;
	background-repeat: repeat-y;
	background-position: center top;
	padding-left: 15px;
	margin-top: 15px;
	padding-right: 15px;
	padding-top: 20px;
	color: #333333;
	text-decoration: none;
}
.map:hover {
	height: 500px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.map:link {
	height: 500px;
	text-decoration: none;
	color: #1B4E7B;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}	
.page .tab img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
.tab p {
	font-size: 12px;
	text-align: center;
	width: 175px;
	margin-right: auto;
	margin-left: auto;
}
.seperator {
	float: left;
	height: 530px;
	width: 4px;
	background-image: url(images/dot.png);
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 5px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
.page {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(images/shadowleftright.png);
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 25px;
}
.page .tab ul {
	padding: 0px;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	font-weight: bold;
	width: 170px;
	list-style-type: none;
}
.page .tab li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h1 {
	color: #1B4E7B;
	font-size: 14px;
	font-weight: normal;
	display: block;
	text-align: center;
	background-image: url(images/shadowtop.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
h2 {
	padding: 0px;
	font-size: 16px;
	width: 150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h3, h3 a {
	display: block;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 15px;
	clear: both;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.footer {
	width: 882px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/shadowbottom.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	padding-top: 15px;
	font-size: 12px;
}
.footer a {
	color: #333333;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-right: 5px;
}

