body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
}

.nav a:link {
color : #dddddd; 
text-decoration : none; 
} 
.nav a:visited {
color : #dddddd; 
text-decoration : none; 
} 
.nav a:hover {
color : #ffffff; 
text-decoration : none; 
} 
.nav a:active {
color : #dddddd; 
text-decoration : none; 
} 

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BBBBBB;
}





.LowerCallouts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.footertbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #222222;
}


#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
	background-image: url(mapbg.jpg);
	background-repeat: repeat;
}

#header {
	margin: 0 0 0 0;
}

#side-a {
	float: left;
	width: 130px;
	margin: 15px 5px 15px 15px;
}

#side-b {
	float: right;
	width: 130px;
	margin: 15px 0 0 0;
}

#content {
	float: left;
	width: 61%;
	margin: 15px 0 0 0;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	font-weight: bold;
}
#content a:link {
color : #dddddd; 
text-decoration : underline; 
} 
#content a:visited {
color : #dddddd; 
text-decoration : underline; 
} 
#content a:hover {
color : #ffffff; 
text-decoration : none; 
} 
#content a:active {
color : #dddddd; 
text-decoration : underline; 
} 

#footer {
	clear: both;
}
