a:active    { background-color: #C0FFE0; }
a:link      { background-color: #C0FFE0; }
a:visited   { background-color: #C0FFE0; }
body        { background: #C0FFE0; color: black; font-family: sans-serif; }
dt          { color: #11A; font-weight: bold; }
hr          { color: #11A; }
img         { border: 0; }
ol.alpha    { list-style-type: lower-alpha; }
h1          { text-align: center; color: #11A; }
h2          { color: #11A; }
h3          { color: #11A; }
h4          { color: #11A; }
span.green  { color: #11A; font-weight: bold; }

div.outer
{
	width: 100%; 
	float: right; 
	margin-left: -256px;
}
div.logo
{
	float:left; 
	text-align: center; 
	border: 0; 
	padding: 0; 
	position: absolute;
	margin: 0px 0px 0px 0px; 
	width: 256px; 
	height: 128px; 
	background: #C0FFE0 url(CBClogo.png) no-repeat top left;
}
div.sidebar
{
	float:left; 
	text-align: center; 
	border: 0; 
	padding: 0; 
	position: absolute;
	margin-top: 152px;
	padding-top: 8px;
	width: 256px;
	background: #C0FFE0;
}
div.basebar
{
	font-style: italic;
	font-size: 80%;
	text-align: center; 
	border: 0;
	padding: 8px 8px 8px 256px;
	clear: both;
	background: #A0C0FF;
}
div.main
{
	margin-left: 256px;
	padding: 8px 8px 8px 8px;
}}
