.chromestyle{
	width: 1000px;
	font-weight: bold;
	text-align: left;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: none; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
	font-family: Arial, Helvetica, sans-serif;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 4px 7px;
margin: 0;
text-decoration: none; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-color: #14A800;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 180px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #14A800; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EBF7FF;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-color: #FFF;
	text-align: right;
}
#container #top {
	background-image: url(images/bb4l-web-2009_hdr_site.jpg);
	width: 1000px;
	height: 59px;
}
#container #top a {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
#container #top a:hover {
	font-family: "Comic Sans MS", cursive;
	color: #424242;
}



#container #colleft {
	clear: both;
	width: 108px;
	float: left;
}
#container #colright {
	background-color: #F00;
}
#container #leftnav {
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 40px;
	background-image: url(images/bb4l-web-2009_menu_bg_site.jpg);
}
#container #leftnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #000;
}
#container #leftnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 18px;
	text-decoration: none;
}


#container #leftnav h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #660033;
}

#container #content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4B7520;
	margin: 0;
	margin-left: 5px;
}

#rightnav {
	margin: 0px;
	padding: 2px;
	float: left;
	background-color: #FFFFFF;
	vertical-align: top;
}
#container #content {
	max-width:1000px;
	background-color: #FFF;
	text-align: left;
	vertical-align: top;
	clear: both;
	margin-top: 0px;
	padding: 0;
	background-image: url(images/bb4l-web-2009_leftcol_site_bg.jpg);
	background-repeat: repeat-y;
}
#container #content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	margin-left: 5px;
	margin-right: 5px;
}
#container #content ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 8px;
}

#container #content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4B7520;
	margin-left: 3px;
}



#container #footer {
	margin: 0px;
	padding: 0.5em;
	background-color: #FFF;
	color: #4B7520;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 986px;
	clear: both;
	background-image: url(images/bb4l-web-2009_leftcol_site_bg.jpg);
	background-repeat: repeat-y;
}	
.floatright {
	float: right;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	clear: right;
}
.floatleft {
	float: left;
	padding-right: 10px;
}



body {
	background-color: #CCC;
}
.subHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	margin-top: 6px;
	margin-left: 20px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

