/* cat navigation */
.sidenavcat {
	float: right;
	width: 470px;
	padding-right: 10px;
}

.sidenavcat a {
	text-decoration: none;
}

.sidenavcat h1 {
	margin: 6px;
	font-size: 1.7em;
	color: #442;
	text-align: center;
}
.sidenavcat ul {
	padding: 0px;
	border-top: 1px solid #ffffff;
}
.contentcat .pictext {
	color: #442;
	font-size: 0.9em;
	background-image: url(../images/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-top: 4px;
	margin-right: 31px;
	margin-bottom: 10px;
	margin-left: 25px;
	text-indent: 26px;
	padding-top: 5px;
}
.sidenavcat li {
	border-bottom: 1px solid #EAEADA;
	height: 85px;
}
.sidenavcat li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 4%;
	padding-bottom: 8px;
	padding-left: 4%;
}
.sidenavcat li a:hover {
	color: #654;
	height: 70px;
	text-decoration: underline;
	background-color: #F0F0EB;
}
/* side scroller cat*/
.sidescrollercat {
	width: 440px;
	float: right;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9BD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9D9BD;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D9D9BD;
	overflow: auto;
	height: 250px;
	margin-bottom: 12px;
	background: #E8ECF2;
}
.sidescrollercat h1 {
	color: #442;
	font-size: 1em;
	margin-bottom: 6px;
	text-align: left;
}
.sidescrollercat p {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 1em;
	line-height: 1.4em;
}
.sidescrollercat a {
	text-decoration: underline;
}
.sidescrollercat a:hover {
	color: #0044ee;
}

/* content cat */
.contentcat {
	float: left;
	width: 380px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
.contentcat .pictext {
	color: #442;
	font-size: 0.88em;
	background-image: url(../images/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-top: 4px;
	margin-right: 31px;
	margin-bottom: 10px;
	margin-left: 25px;
	text-indent: 26px;
	padding-top: 5px;
}
.contentcat h1 {
	color: #442;
	font-size: 1.7em;
	margin-bottom: 4px;
}
.contentcat h2 {
	color: #553;
	font-size: 1.1em;
	text-decoration: none;
	float: left;
	font-weight: normal;
	margin-bottom: 11px;
	padding: 0px;
}
.contentcat h3 {
	color: #442;
	margin-bottom: 14px;
	font-size: 1.5em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 1.7em;
}
.contentcat .sig {
	color: #93A7C6;
	font-size: 0.9em;
	text-decoration: none;
	float: right;
	padding-top: 3px;
}
.contentcat li {
	list-style: url(../images/li.gif);
	margin-left: 18px;
}
.contentcat p {
	font-family: "Lucida Sans Unicode",sans-serif;
	text-align: justify;
	line-height: 1.4em;
}
