body {
	background-color: #ededed;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
}
a:link, a:visited {
	color: #00a886;
}
.left {
	background-color: #fff;
}
.container {
}
.content {
	background-color: #fff;
}
.footer {
	background: #f7f7f7;
	border-top: 2px solid #ededed;
}
.menu {
	font-size: 16px;
	line-height: 18px;
}
.menu-logo {
	padding: 31px 0 0 0;
}
.menu-logo img {
	display: block;
	margin: 0 0 0 25px;
}
.menu-logo-text {
	padding: 10px 20px 20px 30px;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	border-bottom: 2px solid #ededed;
	color: #00a886;
}
.menu-item {
	border-bottom: 2px solid #ededed;
}
.menu-item-selected {
}
a.menu-item-a {
	padding: 20px 30px;
	display: block;
	color: #686868;
	vertical-align: center;
	text-decoration: none;
	
	background-image: url(/i/lib.gif);
	background-position: 195px 50%;
	background-repeat: no-repeat;
}
a.menu-item-a:hover {
	padding-left: 22px;
	border-left: 8px solid #00a886;
	background-position: 187px 50%;
	text-decoration: underline;
}
a.menu-selected {
	padding-left: 22px;
	border-left: 8px solid #00a886;
	background-position: 187px 50%;
}
@media (max-width: 600px) {
	.menu {
		text-align: center;
		margin-bottom: 5px;
	}
	.menu-logo {
		padding: 10px 0 0 0;
	}
	.menu-logo img {
		margin: 0 auto;
	}
	.menu-logo-text {
		padding: 10px 0 10px 0;
		font-size: 14px;
		font-weight: bold;
		line-height: 15px;
		border-bottom: 2px solid #ededed;
		color: #00a886;
		margin: 0 0 5px 0;
	}
	.menu-item {
		display: inline-block;
		padding: 2px;
		margin: 5px 0;
		border: none;
	}
	a.menu-item-a {
		padding: 0;
		display: inline;
		padding: 2px 6px;
	}
	a.menu-item-a:hover {
		border: none;
		padding: 2px 6px;
		background-color: #00a886;
		color: #fff;
	}
	a.menu-selected {
		border: 1px solid #00a886;
		padding: 1px 5px;
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: -20px 0;
		color: #00a886;
	}
}
.breadcrumbs {
	font-size: 12px;
	color: #ededed;
}
.breadcrumbs img {
	display: inline;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
	color: #ddd;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
	color: #eee;
}
h1, h2 {
	margin: 0;
	line-height: 1.1;
}
h1 {
	font-weight: normal;
	font-size: 32px;
}
h3 {
	font-size: 17px;
	line-height: 24px;
	margin: 16px 0;
}
.content h3:first-child {
	margin-top: 5px;
}
.title {
	background-color: #00a886;
	color: #fff;
}
.content p:first-child {
	margin-top: 0;
}
.content p:last-child {
	margin-bottom: 0;
}
.content a:hover {
	background-color: #00a886;
	color: #fff;
	text-decoration: none;
}
.h2 {
	background-color: #dce8e6;
	padding: 12px 22px;
	color: #00a886;
}
.right {
	float: right;
	width: 170px;
	margin: 0px 0px 5px 20px;
	padding: 10px 10px 14px 12px;
	background: #fcfcfc;
	border-left: 2px solid #ededed;
	border-bottom: 2px solid #ededed;
	font-size: 12px;
	line-height: 16px;
}
.rightlist {
	margin: 0;
	padding: 0 0 0 18px;
	color: #00a886;
}
.rightlist li {
	padding: 2px 0 0 0;
}
.content table img {
	display: block;
}