/* CSS Document  Bumblebee Printing 2006*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	background-image:url(images/honeycomb_tile.gif);
	}

td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	}

#container {
	width:780px;
	height:auto;
	margin:auto;
	}

#masthead{
	width:780px;
	height:200px;
	}

#menubox{
	width:780px;
	height:20px;
	background-image:url(images/bg_color.jpg);
	background-repeat:repeat;
	}
	
#pagetitle{
	width:760px;
	height:auto;
	padding:10px 0px 10px 20px;
	background-image:url(images/bg_color.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	}
	
#content{
	width:730px;
	height:auto;
	background-image:url(images/bg_color.jpg);
	background-repeat:repeat;
	padding:20px 25px 10px 25px;
	}
	
#footer_bg_color{
	width:756px;
	height:auto;
	background-color:#FFFF66;
	border:2px solid #FFCC00;
	border-bottom:2px solid #FF9900;
	padding:10px 10px 10px 10px;
	}
	

/* menu buttons start here*/

ul.navbar {
list-style-type:none; float:left; display:block; width:773px; line-height:10px; 
clear:both; margin:auto; padding:0px 0px 0px 3px;
background-color:#FFFF66;
font-size:11px;
font-weight:bold;
border-right:2px solid #FFCC00;
border-left:2px solid #FFCC00;
}

ul.navbar li {
display:inline;}

a.nav:link, a.nav:visited {
display:block; float:left; width:auto; padding:5px 9px 5px 10px; margin:0; 
text-decoration:none; background-color:#FFFF66; color:#000000;
border-right:1px solid #000000;
border-bottom:1px solid #000000;
border-left:1px solid #000000;
border-top: 1px solid #000000;
}

a.nav:hover {
display:block; float:left; width:auto; padding:5px 9px 5px 10px; margin:0; 
text-decoration:none; background-color:#FF9900; color:#000000;}

a.nav:active {
display:block; float:left; width:auto; padding:5px 9px 5px 10px; margin:0; 
text-decoration:none; background-color:#FFFF66; color:#000000;}

/*end menu buttons*/	

.title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	}
