/*
***********************************************************
Title:     Content
Author:    Rob Sessink

tb green           #00662C;
ime blue          #333366;
ime blue hover #005193;
ime grey         #6C6E70;

***********************************************************
*/

#left h1, 
#center h1,
#left h2, 
#center h2 {
	border-bottom: 1px solid #333366;
	padding-bottom: 10px;
}

#left .bodytext a,
#center .bodytext a {
	color: #6C6E70;
	text-decoration: none;
	background: transparent url(../images/arrow-blue.gif) no-repeat 0 4px;
	padding-left: 15px;
}

.frame-01 {
	position: relative;
}

.frame-01 .csc-header {
	float: left;
	width: 132px;	// 132
	height: 26px;
	overflow: hidden;
	padding: 0 15px;	// 0 15
}

#left .frame-01 .csc-header,
#left .frame-01,
#center .frame-01 .csc-header,
#center .frame-01 {
	background-color: #f3f3f5;
}

#left .frame-01 h1,
#center .frame-01 h1 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;	
	font-weight: normal;
	color: #737176;
	padding: 4px 0;
	border-top: 1px solid #ffffff;
}

#left .frame-01 h1,
#center .frame-01 h1 {
	border-bottom: 1px solid #dddddd;
}

.frame-01 .csc-textpic, .frame-01 .csc-textpic-text {
	position: absolute;
	width: 180px;
	left: 162px;
	top: 0;
	background-color: #fff;
	padding: 5px 10px 0 10px;
}

.frame-01 .csc-textpic .csc-textpic-text {
	position: relative;
	width: 180px;
	left: 0;
	top: 0;
	background-color: transparent;
	padding: 0;
}

#left .frame-01 .csc-header.active,
#center .frame-01 .csc-header.active {
	background-color: #fff;
}