﻿body {
}

.mapcontent
{
	position: relative;
	background-image: url("/img/mapbg.jpg");
	background-repeat: repeat-x;   
	background-color: White;    
	top: 0px;
	left: -1px;
	width: 684px;
	/*height: 500px;*/
	border-style: solid;
	border-width: 1px;
	border-color: #033071;
	border-bottom-style: none;
}

.maptable
{
	margin: 15px;
	width: 450px;
}

.maptdz
{
	width: 150px;
}

.maptdcolor
{
	width: 150px;
	background-color: #064baa;
}

a.maptd:link, a.maptd:active, a.maptd:visited
{
	text-decoration: none;
	color: #033071;
}

a.maptd:hover
{
	color: #5a96e4;
}

.maptdcolornonlink
{
	color: white;
	background-color: #064baa;
	width: 150px;
}

.mapheader
{
	font-family: Arial;
	font-size: 25px;
	margin: 10px;
}

a.maplink:link, a.maplink:active, a.maplink:visited
{
	font-size: 17px;
	text-decoration: underline;
	color: #032c6a;
}

a.maplink:hover
{
	text-decoration: underline;
	color: #064baa;
}

