BODY {
	margin: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

H1 {
	font-size: 14px;
	color: #588fbb;
	padding: 0px;
	margin: 0px;
}

H2 {
	font-size: 12px;
	color: #588fbb;
	padding: 0px;
	margin: 0px;
}

H3 {
	font-size: 12px;
	color: #588fbb;
	padding: 0px;
	margin: 0px;
	font-style: italic;
}

.col_left {
	background-image: url(images/bak_left.gif);
	background-repeat: repeat-y;
	position: top left;
	padding-left: 10px;
}

.col_right {
	background-color: #bcd2e4;
}

.li_off A {
	color: #588fbb;
	font-weight: bold;
	text-decoration: none;
}

.li_on A, .li_on A:hover {
	color: #588fbb;
	font-weight: bold;
	text-decoration: none;
}

.li_off {
	color: #588fbb;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	list-style-type: none;
}

.li_on {
	color: #ffde6b;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	list-style-type: disc;
}

UL {
	margin-left: 7px;
	padding-left: 7px;
	margin-top: 0px;
	padding-top: 0px;
}

.off2 {
	font-size: 11px;
	color: #588fbb;
	font-weight: bold;
	text-transform: uppercase;
	height: 18px; 
}

.off2 A {
	color: #588fbb;
	text-decoration: none;
	font-weight: bold;
}

.off2 A:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ffde6b;
	background-color: #588fbb;
}

.on2 {
	font-size: 11px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #588fbb; 
    cursor: pointer; 
	cursor: hand;
	height: 18px;
}

.on2 A {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.on2 A:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.inset {
	background-color: #fff7da;
	color: #61a7dd;
	border: solid 1px; #588fbb;
	float: right;
	width: 133px;
	margin: 5px;
}

.inset_title {
	background-color: #FCD85D;
	color: #61a7dd;
}

.inset_text {
	padding: 4px;
}

.aq_feed {
	float: right;
	width: 175px;
	margin: 5px;
}

