/*Rhino page template specific styles*/
.rhinos_body #contentframe {
	float: left;
	width: 520px;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 50px;
}

.rhinos_body #body_content {
	background: #FFEDC3;
}

.rhinos_body #rhino_nav {
	margin: 4px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #DAB673;
}

.rhinos_body #rhino_nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #DAB673;
}
	
.rhinos_body #rhino_nav a:hover {
	color: #38230A;
}

.rhinos_body #rightcol {
	margin-top: 11px;
	margin-right: 25px;
	width: 216px;
	float: right;
	text-align: left;
}

.rhinos_body #rightpanel {
	margin: 4px;
	width: 208px;
}

.rhinos_body .rightheader {
	width: 216px;
	height: 22px;
	margin-left: -4px;
	background: url(/images/right_topbar.gif) top left no-repeat;
}

.rhinos_body #rightpanel h3 {
	margin-bottom: 4px;
	width: 208px;
}

.rhinos_body #rightpanel ul {
	font-size: .9em;
	padding-left: 20px;
}

.rhinos_body #rightpanel a {
	text-decoration: none;
}

.rhinos_body #rightpanel a:hover {
	text-decoration: underline;
}

.rhinos_body .arrow_list {
	list-style-image: url(/images/list_arrow.gif);
	margin-bottom: 14px;
}

.rhinos_body .arrow_list li {
	padding-bottom: 5px;
	font-weight: bold;
}

