/* CSS Document */
body {
	background-image:url(Assets/cbc-bkgd-pattern.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	vertical-align: top;
}

p {
	color: #424242;
	font-size: .9em;
	line-height: normal;
	margin-top: 6px;

}

p.footer {
	font-size: .6em;
	line-height: 1em;
	color: #424242;
}
p.bio {
	font-size: 0.8em;
	line-height: 1.3em;
	color: #424242;
}
p.offices {
	font-size: 0.6em;
	line-height: 1em;
	color: #424242;
	text-align: left;
	margin-top: 0;
	margin-bottom: 2px;
}
h.offices {
text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	color: #336666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 8px;
	margin-bottom: 2px;
}

p.caption {
	font-size: .8em;
	text-indent: 0;
}
img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 4px;
}
img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 4px;
}

img.center {
	margin-bottom: 10px;
	margin-top: 4px;
}

#container {
	position: relative;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}

#banner {
	padding-left: 0px;
	height: 150px;
	text-align:left;
}

/*This is the div containing the navigation and content area of each page*/
#content {
	background-image:url(Assets/cbc-mainbkgd.gif);
	background-repeat: repeat-y;
}

#content-b 
/*This is the div containing the main body of each page*/
{
	margin-left: 156px;
	padding-right: 12px;
	padding-left: 10px;
	padding-top: 16px;
}

/*This is the style for lists in main body of each page*/
#content-b li 
{
list-style-type: square;
	color: #424242;
	font-size: .9em;
	line-height: normal;
	margin-top: 3px;

}
/*This is the div container for the left nav of each page*/
#navcontainer 
{ 
margin-top: -2px;
width: 132px; 
float: left;
}


/*This is the style for nav list*/

#navcontainer dl
{
margin-left: 6px;
margin-top: 3px;
padding-left: 4px;
padding-top: 13px;
font-size: .8em;
font-weight: bold;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}
#navcontainer dd
{
margin-left: 0;
margin-top: 4px;
padding-left: 10px;
font-size: .8em;
font-weight: bold;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer dt
{
margin-left: 0;
margin-top: 10px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}
#navcontainer a
{
display: block;
padding: 0px;
width: 130px;
}



#navcontainer a:link
{
color: white;
text-decoration: none;
}

#navcontainer a:visited
{
color: white;
}

#navcontainer a:hover
{
color:#003333;

}
#navcontainer a:active
{
color: white;
}


#footer {
clear: both;
padding-top: 8px;
padding-bottom: 8px;
text-align: center;
background-color: white;
}

a:link {
text-decoration: none;
color: #669999;
}


a:visited {
text-decoration: none;
color: #669999;
}

a:hover {
text-decoration: none;
color: #003333;
}
a:active {
text-decoration: none;
}

div.pix {
	margin: auto;
	width: 150px;
	height: 150px;
	background: white;
	text-align: center;
	float: left;
}
div.offices {
	width: 191px;
	height: 150px;
	background: white;
	text-align: left;
	float: left;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 2px;
	margin-left: 1px;
	padding-left: 1px;
}
div.reports {
	width: 180px;
	height: 180px;
	background: white;
	text-align: center;
	float: left;
	margin: auto;
}

div.cap {
margin: 1px;
width: 425px;
height: 150px;
background: white;
text-align: left;
float: none;
}
div.reportcap {
	width: 350px;
	height: 180px;
	background: white;
	text-align: left;
	float: left;
	padding-left: 12px;
	margin: 2px;
}

td.lbl {
font-weight: bold;
font-size: .7em;
text-align: right;
color: #003300;
}

td {
padding: 0.25em 1px;
background: white;
font-size: .8em;
}

}
