﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
	/* background-color: #316b16; */
	background-color: white;	
}

/* header bar */

#head
{
	background-color: Black;
	background-image: url(img/cb-logo-s.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 4px 30px 0px 10px;
	height: 65px;
	text-align: right;
	color: White;
	font-size: 14px;
	min-width: 600px;
}

#head a
{
	padding: 0px 6px 0px 6px;
	color : Yellow;
	text-decoration: none;
}

#head a:hover
{
	text-decoration: underline;
}

/* navigation bar */

#navbar
{
	padding: 2px 6px 2px 8px;
	margin: 0px 0px 0px 0px;
	background-color: #D6D4C7;
	color: Black;
	font-size: 12px;
	min-width: 600px;
}

#navbar a
{
	padding: 0px 6px 0px 6px;
	color: #004400;
	text-decoration: none;
	/* font-weight: bold; */
}

#navbar a:hover
{
	text-decoration: underline;
}

/* footer */

#footbar
{
	margin: 20px 50px 4px 50px;
	padding: 4px 6px 4px 8px;
	border-top: solid 1px #bbbbbb;
	color: #555555;
	font-size: 11px;
	text-align: center;
	min-width: 600px;
}

#footbar span
{
	padding: 0px 6px 0px 6px;
}

#footbar a
{
	color: #990000;
	text-decoration: none;
}

#footbar a:hover
{
	text-decoration: underline;
}

/* main section */

div#main
{
	min-height: 300px;
	min-width: 600px;
}

#main
{
}

#main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* left navigation bar */

div#leftbar
{
	margin-top: 15px;
	width: 150px;
	min-width: 150px;
	float: left;
	font-size: 11px;
}

#leftbar ul
{
	margin: 0px;
	padding: 0;
	list-style-type: none;
}

#leftbar li
{
	margin: 0px;
	padding-left: 2px;
	background-color: #D6D4C7;
	color: #000000;
}
#leftbar li li
{
	margin: 0px;
	padding-left: 15px;
	background-color: #ffffff;
	color: #000000;
}

#leftbar a
{
	color: #004400;
	text-decoration: none;
}

#leftbar a:hover
{
	text-decoration: underline;
}


/* content section */
div#content
{
	margin: 0px 20px 20px 200px;
	min-width: 380px;
	max-width: 800px;
	overflow: hidden;
	font-size: 11pt;
	line-height: 1.3em;
}

div#content h1,h2,h3
{
	padding: .3em;
	margin: 1em 0pt .6em 0pt;
	border: 0pt;
	text-align: left;
}

div#content h1
{
	/* padding: 0pt; */ /* margin: 15pt 0pt 10pt 0pt; */ /* border: 0pt; */
	margin-top: 0.4em;
	font-size: 1.8em;
	background-color: #FFFFAA;
}

div#content h2
{
	font-size: 1.5em;
	background-color: #CCFFCC;
}

div#content h3
{
	font-size: 1.3em;
	padding-left: 0pt;
	color: #990000;
}

div#content p
{
	padding: 0pt;
	margin: 0pt 0pt 1em 0pt;
	border: 0pt;
}

div#content td
{
	vertical-align: top;
}

/* property tables */

table.prop
{
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px 0px 0 1px;
}

td.prop
{
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 0px 1px 1px 0px;
	padding: 4px 10px 3px 3px;
	font-weight: bold;
}

td.desc
{
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 0px 1px 1px 0px;
	padding: 4px 8px 3px 3px;
}
