body { 
    margin: 0px;
    background-color: #3F4772;
}

#maintable {
    width: 100%;
    background-color: white;
}

/* dimensions for maintable */
#nw, #n, #ne { height: 50px; }
#sw, #s, #se { height: 57px; }
#nw, #w, #sw { width: 207px; }
#ne, #e, #se { width: 50px; }
/* colors for maintable */
#nw, #n, #ne, #sw, #s, #se, #w, #e
    { background-color: #3F4772; }
/* backgrounds for maintable */
#nw { background-image: url(img/nw.gif); }
#n  { background-image: url(img/n.gif);  }
#ne { background-image: url(img/ne.gif); }
#w  { background-image: url(img/w.gif);  }
#e  { background-image: url(img/e.gif);  }
#sw { background-image: url(img/sw.gif); }
#s  { background-image: url(img/s.gif);  }
#se { background-image: url(img/se.gif); }

#w { vertical-align: top; }
#s { vertical-align: bottom; }

#body {
	margin-left: 20px;
	vertical-align: top;
}

#body2 {
	vertical-align: top;
}

.sidebarlink img {
	border: 0px;
	color: white;
}

h1 {
	margin-top: 10px;
	font-size: 30px;
	font-family: Arial, sans-serif;
}

.credit {
	font-size: smaller;
	font-family: Arial, sans-serif;
	color: white;
	padding-bottom: 5px;
}

.credit a {
	color: white;
}

.credit a:visited {
	color: white;
}

.forcewrap {
	font-weight: bold;
}

.map {
	float: left;
	width: 501px;
	height: 548px;
}