﻿body {
background-color:#FFFFFF;
font-size:10pt;
font-family:Arial;
margin:0;
padding:0;
background-repeat:repeat-x;
color:#555555;
}


#header {
clear:both;
width:860px;
height:118px;
background-image:url('images/CBheader.png');
padding-top:0px;
}

.widget {
	margin-top: 20px;
}

.logos {
	clear:left;
}

/* Navbar - Horizontal menu at top*/
.topnavbar {
	clear:left;
}

.topnavbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color:#cceeeb;
}

.topnavbar ul li {
	display: inline;
}

.topnavbar ul li a {
	text-decoration: none;
	padding: 0 2em;
	color: #009;
	background-color:#cceeeb;
}

.topnavbar ul li a:hover {
	color:#fff;
	background-color:#09F;
}

#page {
width:860px;
background-color:white;
margin:auto;
}

.sidebarheader {
margin-bottom:5px;
width:280px;
height:27px;
padding-top:10px;
padding-left:20px;
background-image:url('images/sidebarheader.jpg');
font-size:16px;
clear:both;
padding-left:21px;
}

#contentarea {
width:500px;
padding-left:30px;
padding-bottom:20px;
float:left;
line-height:14pt;
}

#sidebar {
float:left;
width:300px;
line-height:14pt;
}

#sidebar li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	color:black;
}

#footer {
width:860px;
clear:both;
height:50px;
padding-top:35px;
text-align:center;
line-height:14pt;
background-image:url('images/footer1.png');
background-repeat:repeat-x;
background-color:#FFFFFF;
color:#FFFFFF;
}

#footer a {
color:#FFFFFF;
}







h1, h1 a {
font-size:25pt;
color:#FFFFFF;
margin:0;
}

h2 {
font-size:15pt;
color:#333333;
margin-top:20px;
}

.description {
font-size:14pt;
color:#FFFFFF;
margin:0;
}

a {
color:#333333;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}