@charset "utf-8";
/* CSS Document */

#wrapper {
	position:relative;
	background-color:#FFFFFF;
	margin:0 auto;
	width:780px;
	height:1750px;
	background-image:url(../images/top-bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	z-index:1;
}

#copyrightinfo {
	position:absolute;
	background-color:#003977;
	line-height:25px;
	color:#FFFFFF;
	text-align:center;
	top:1864px;
	width:780px;
	height:25px;
	z-index:2;
}

#bottomlinks {
	position:absolute;
	background-color:#e8f2f9;
	color:#003977;
	line-height:22px;
	text-align:center;
	top:1755px;
	width:780px;
	font-family:tahoma;
	font-size:11px;
	z-index:2;
	padding:7px 0 7px 0;
	height: 93px;
}

#bottomlinks a {
	color:#000000;
	text-decoration:none;
	padding:0 6px 0 6px;
}

#bottomlinks a:hover {
	color:#000000;
	text-decoration:underline;
	padding:0 6px 0 6px;
}

.sitemap-links {
}
.sitemap-links ul {
	margin:0 0 0 15px;
	padding:0 0 0 0;
}
.sitemap-links ul li {
	margin: 10px 0 10px 0;
	font-weight:bold;
}
.sitemap-links ul li a {
	color:#003977;
	text-decoration:none;
}
.sitemap-links ul li ul li {
	margin:0 0 0 0;
	line-height:22px;
	font-weight:normal;
}
