body { background-color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 14px;
	margin-top: 0px;
	padding-top: 0px;
 }


DIV.menuItem {
	FLOAT: left; POSITION: relative
}
DIV.dropdown {
	CLEAR: left;
	DISPLAY: none;
	POSITION: absolute;
	left: 0px;
}
DIV.dropdown A {
	CLEAR: left
}

table.bc{
	background-image: url("/images/bc5.jpg"); 
}

table.menus { 
	width: 150px; 
	margin: 0 auto; /* centers in complaint browser */ 
	background-color: #ffffff; 
	border-collapse: collapse; /* this makes the borders on the internal cells overlap */ 
} 
.menus td { 
	border: 0px solid #FFFFFF; /* the border-collapse property on the table makes it not appear double */ 
	text-align: left; 
	padding: 0; /* equivalent to cellpadding */ 
} 
.menus td a:link, .menus td a:visited { 
	font: 14px Arial, sans-serif; 
	text-decoration:none; 
	color: #FFFFFF; 
	background-color:#B35900; 
	display:block; 
	padding: 5px 0; /* remove side padding text align center takes care of that */ 
	width: 100%; /* once side padding is removed you can use width which IE needs to make the link fill the block */ 
} 
.menus td a:hover { 
	background-color:#FFFFFF; 
	color: #000000; 
} 

table.activeMenu { 
	width: 150px; 
	margin: 0 auto; /* centers in complaint browser */ 
	background-color: #ffffff; 
	border-collapse: collapse; /* this makes the borders on the internal cells overlap */ 
} 
.activeMenu td { 
	border: 0px solid #FFFFFF; /* the border-collapse property on the table makes it not appear double */ 
	text-align: left; 
	padding: 0; /* equivalent to cellpadding */ 
} 
.activeMenu td a:link, .activeMenu td a:visited { 
	font: 14px Arial, sans-serif; 
	text-decoration:none; 
	color: #000000; 
	background-color:#EAD5BF; 
	display:block; 
	padding: 5px 0; /* remove side padding text align center takes care of that */ 
	width: 100%; /* once side padding is removed you can use width which IE needs to make the link fill the block */ 
} 
.activeMenu td a:hover { 
	background-color:#EAD5BF; 
	color: #000000; 
} 

h2.title {
	margin: 8px;
}

td.leftNav{
	border-style:solid;
	border-width:2px;
	border-color: #000000;
	background-color: #B35900;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
}

p.menuPadding {padding-left: 5px; margin: 0;}

h3.eventTitle {font-family: Arial, Helvetica, sans-serif;}

p.eventContent {font: 14px Arial, Helvetica, sans-serif;}

td.menuFont {font-weight: bold; font-variant: small-caps; letter-spacing: 1px;}

td.footer {font: 12px Arial, Helvetica, sans-serif; font-weight: bold; font-variant: small-caps; letter-spacing: 1px; text-align: center;}