@charset "utf-8";
/* CSS Document */
body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-size: 12px;
	background-color: #FFFFFF;
	padding:0;
	margin:0;
}

/* start links for the logo header area only */
a.white:link, a.white:active, a.white:visited {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
/* end links for the logo header area only */

a:link, a:visited, a:hover {
	color:#003399;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
	color:#FF0000;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1{
font-size:22px;
color:#000000;
}

h2{
font-size:20px;
color:#003366;
}

h3{
font-size:18px;
color:#003399;
}

h4{
font-size:16px;
font-weight:bold;
color:#0066cc;
}

h5{
font-size:14px;
color:#000000;
text-decoration:underline;
}

.chb #container {
	width: 800px;
	border: 2px solid #000000;
	margin: 0 auto;
	text-align:left;
	background-image: url(images/bkgd_green.jpg);
	background-repeat:repeat-y;
}

.chb #logoArea {
	width:800px;
	height: 165px;
	color: #000000;
	z-index:1;
	background-image: url(images/homepage/2009bkgd_purple.gif);
	color:#FFFFFF;
}
	
.chb #sideMenu {
	position:relative;
	float: left;
	width: 175px;
	padding: 2px 0 0 0px;
	color: #000000;
	z-index:2000;
}

.chb #mainContent {
	width: 610px;
	font-size:12px;
	color:#000000;
	margin: 0 0 0 180px;
	z-index:5;
	padding-left: 10px;
	text-align: left;
}

.chb #footer {
	text-align: center;
	width: 780px;
	padding: 0 10px 0 10px;
	color: #666666;
	z-index:6;
}

.chb #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 1px 0;
}

.clearfloat { /* place this right before the footer div -- this is what keeps the footer at the bottom, no matter how much info is in the main body section div */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#pscroller1 {
	width: 600px;
	height: 12px;
	border: 1px solid black;
	padding: 2px;
	background-color: #FFFFFF;
	font-size:11px;
	color: #333333;
	text-align: left;
}

.sidemenutext {
	font-size:9px;
}

.chb #swf {
	margin-left:auto;
	margin-right:auto;
	height:325px;
	width:410px;
	z-index:1;
}

