@charset "utf-8";
/* CSS Document */

#smalllinks {
	background-image: url(images/slinks_back.jpg);
	background-repeat: repeat-y;
	width: 150px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	display: inline;
	float: left;
	display: inline;
}
#smalllinkshead {
	background-image: url(images/slinks_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;
}
#smalllinkbtns {
	width: 149px;
	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;
}
#smalllinkbtns a {
	border: 0;
	}
.smalllinkbtn {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 15px;
	display: block;
}
#smalllinksfoot {
	background-image: url(images/slinks_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: 725px;
	float: right;
	display: inline;	
}
