body{
	background-color: #3c7777;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#wrap{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

p{
	text-align: justify;
}

img{
	border-style: none;
}

img a:link, img: a:visited{
	border-style: none;
}

.spacer{
	width: 800px;
	height: 20px;
	float: left;
	clear: both;
}

#breadcrumbs, #breadcrumbs a:link, #breadcrumbs a:visited{
	font-size: 8pt;
	align: left;
}

table{
	width: 700px;
}

td.pics{
	width: 350px;
	text-align: center;
	padding: 10px;
}

td.text{
	width: 350px;
	text-align: left;
}

td.gallery{
	text-align: center;
}

a:link{
	color: #9ae2e7;
	font-weight: bold;
	text-decoration: none;
}

a:visited{
	font-weight: bold;
	color: #89c8cc;
	text-decoration: none;
}

a:hover{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

a:active{
	font-weight: bold;
	color: #eadf8e;
	text-decoration: none;
}

#footer{
	font-size: 8pt;
	text-align: center;
	position: relative;
	bottom: 0;
}

#footer_col1{
	width: 300px;
	display: inline;
	float: left;
}

#footer_col2{
	display: inline;
	width: 200px;
	float: left;
}

#footer_col3{
	width: 300px;
	display: inline;
	float: left;
}

#sitemap{
	font-family: Arial, Verdana, sans-serif;
	line-height: 16px;
	float: left;
	background-color: #1f3f3f;
	border: 1px solid #eadf8e;
	width: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


#sitemap a:link, a:visited{

}

ul.column{
	width: 144px;
	display: block;
	float: left;
	margin-right: 10px;
}

#sitemap li{
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-align: left;

}

#sitemap li.heading{
	list-style-type: none;
}

#sitemap li.normal{
	list-style-type: square;
	text-indent: 7px;
	list-style-position: inside;
	color: #fff;
}

#sitemap ul.column li.normal a:link, #sitemap ul.column li.normal a:visited{
	color: #fff;
}

#sitemap ul.column li.normal a:hover, #sitemap ul.column li.normal a:active{
	color: #9ae2e7;
}

#sitemap li.text{
	text-align: right;
	list-style-type: none;
}

#sitemap ul.column li.heading a:link, #sitemap ul.column li.heading a:visited{
	font-size: 15px;
	text-decoration: none;
	list-style-type: none;
}


