#container {
	height: 640px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border: solid thin #ffffff;
	background-image: url(images/sitemapbackground.jpg);
	background-repeat: no-repeat;
}
#container #sitemapheader {
	font-size: 13px;
	color: #FFFFFF;
	float: left;
	height: 40px;
	width: 700px;
	margin-top: 40px;
	margin-left: 40px;
}
.sitemapsubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 3px;
}
#container #leftcolumn {
	float: left;
	height: 250px;
	width: 200px;
	line-height: 20px;
	margin-left: 50px;
	margin-top: 50px;
}
#container #middlecolumn {
	float: left;
	height: 250px;
	width: 200px;
	line-height: 20px;
	margin-left: 30px;
	margin-top: 50px;
}
#container #rightcolumn {
	float: left;
	height: 250px;
	width: 200px;
	line-height: 20px;
	margin-left: 30px;
	margin-top: 50px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	text-decoration:none;
	color: #FFFFFF;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#leftcolumn p a:link{
color: white;
}
#leftcolumn p a:hover{
	color: white;
    text-decoration: border-bottom: thin solid white;
}
#leftcolumn p a:visited{
color: white;
}
#middlecolumn p a:link{
color: white;
}
#middlecolumn p a:hover{
	color: white;
    text-decoration: border-bottom: thin solid white;
}
#middlecolumn p a:visited{
color: white;
}
#rightcolumn a:link{
color: white;
}
#rightcolumn a:hover{
	color: white;
    text-decoration: border-bottom: thin solid white;
}
#rightcolumn p a:visited{
color: white;
}