@charset "utf-8";
/* CSS Document */

#links {
	background-image: url(images/links_back.jpg);
	background-repeat: repeat-y;
	width: 230px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	float: left;
	display: inline;
}
#linkshead {
	background-image: url(images/links_head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	font-style: italic;
	color: #003366;
	height: 31px;
	line-height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#linkbtns {
	width: 229px;
	background-image: url(images/links_top.jpg);
	background-repeat: no-repeat;
	background-position: 1px top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding: 0px;
}
#linkbtns a {
	border: 0;
	}
.linkbtn {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 25px;
	display: block;
}
#linksfoot {
	background-image: url(images/links_foot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 50px;
}
#pagecontent {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 645px;
	float: right;
	display: inline;
}

