body 	{background-color: #ffffff
		font-family: "arial, verdana, sans-serif";
		}

a:link	{
		color: #990000
		}
a:visited	{
		color: #333333
		}
a:hover	{
		color: #FFCC00
		}
a:active	{
		color: #330000
		}

.header 	{
		font-family: "arial, verdana, sans-serif";
		font-size: 18pt;
		font-weight: bold;
		color: #333333;
		text-align: left;
		}
		
.h2 	{
		font-family: "arial, verdana, sans-serif";
		font-size: 14pt;
		font-weight: bold;
		color: #333333;
		text-align: left;
		}
.h2:link	{
		color: #990000;
		text-decoration: none;
		}
		
.h2:visited	{
		color: #333333;
		text-decoration: none;
		}
		
.h2:hover	{
		color: #FFCC00;
		text-decoration: none;
		}		

		
.h3 	{
		font-family: "arial, verdana, sans-serif";
		font-size: 13pt;
		font-weight: bold;
		color: #333333;
		text-align: left;
		}

.subhead 	{
		font-family: "arial, verdana, sans-serif";
		font-size: 9pt;
		font-weight: bold;
		color: #333333;
		text-align: left;
		}
		
.super 	{
		font-family: "arial, verdana, sans-serif";
		font-size: 8pt;
		font-weight: bold;
		color: #999999;
		text-align: left;
		}

.more	{
		font-family: "arial, verdana, sans-serif";
		font-size: 8pt;
		font-weight: bold;
		color: #999999;
		text-align: left;
		}
.more:visited	{
		color: #330000;
		}
.more:hover	{
		color: #FFCC00;
		}
		

		
.photocredit 	{
		font-family: "arial, verdana, sans-serif";
		font-size: 7pt;
		font-weight: normal;
		color: #999999;
		text-align: left;
		}
		
.photocaption 	{
		font-family: "arial, verdana, sans-serif";
		font-size: 8pt;
		font-weight: normal;
		color: #333333;
		text-align: left;
		}
		
.body 	{
		font-family: "arial, verdana, sans-serif";
		font-size: 8pt;
		color: #333333;
		text-align: left;
		}
		
.winechart	{
		font-family: "arial, verdana, sans-serif";
		font-size: 8pt;
		color: #666666;
		text-align: left;
		}
		
.dropdowns 	{
		font-family: "arial, verdana, sans-serif";
		font-size: 8pt;
		color: #333333;
		text-align: left;
		padding: 5px 0px 5px 5px;
		}
		
.leftnav 	{
		font-family: "arial, verdana, sans-serif";
		font-size: 8pt;
		color: #333333;
		text-align: left;
		padding: 2px 0px 2px 0px;
		}

.footer 	{
		font-family: "arial, verdana, sans-serif";
		font-size: 7pt;
		color: #666666;
		text-align: left;
		}

div.topbanner {
	background-color: #FFFFFF;
	width: 740px;
	padding: 10px 0px 10px 0px;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px 0px 1px 0px;
	text-align: center;
	}
	
div.regionbox {
	background-color: #cccccc;
	width: 388px;
	padding: 10px;
	}

/* this is the horizontal menu */

#region, #region ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	width: 85px;
	z-index: 1;
	}
	
#region li { /* all list items */
	background-color: #FFFFFF;
	float: left;
	margin: 0px;
	width: 85px; /* width needed or else Opera goes nuts */
	z-index: 1;
}

#region li ul { /* second-level lists */
	background-color: #FFFFFF;
	position: absolute;
	margin: 0px;
	background: #FFFFFF;
	width: 85px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 1;
}

#region li:hover ul, #region li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 1;
}

#clear {
	clear: left;
}

#region a.topmenu_1 {
	display: block;
	background-image: url('../images/hp_btn_region.gif');
	background-repeat: no-repeat;
	width: 85px;
}
#region a.topmenu_1:hover {
	display: block;
	background-image: url('../images/hp_btn_regionOvr.gif');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 85px;
}
#region a.menu_1a {
	display: block;
	background-image: url('/new/images/bg_region.gif');
	background-repeat: no-repeat;
	width: 85px;
	padding: 5px 0px 5px 5px;
	font-family: "arial, verdana, sans-serif";
	font-size: 8pt;
	font-weight: normal;
}
#region a.menu_1a:hover {
	display: block;
	background-image: url('/new/images/bg_region2.gif');
	background-repeat: no-repeat;
	width: 85px;
	padding: 5px;
	color: #4A0000;
	font-family: "arial, verdana, sans-serif";
	font-size: 8pt;
	font-weight: normal;
}
#region a.menu_1b {
	display: block;
	background-image: url('/new/images/bg_region.gif');
	background-repeat: no-repeat;
	width: 85px;
	border-style: solid;
	border-color: #4A0000;
	border-width: 0px 0px 1px 0px;
	padding: 5px;
	font-family: "arial, verdana, sans-serif";
	font-size: 8pt;
	font-weight: normal;
}
#region a.menu_1b:hover {
	display: block;
	background-image: url('/new/images/bg_region2.gif');
	background-repeat: no-repeat;
	width: 85px;
	color: #4A0000;
	border-style: solid;
	border-color: #4A0000;
	border-width: 0px 0px 1px 0px;
	padding: 5px;
	font-family: "arial, verdana, sans-serif";
	font-size: 8pt;
	font-weight: normal;
	
}


#activities, #activities ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	width: 105px;
	z-index: 1;
	}
	
#activities li { /* all list items */
	background-color: #FFFFFF;
	float: left;
	margin: 0px;
	width: 105px; /* width needed or else Opera goes nuts */
	z-index: 1;
}

#activities li ul { /* second-level lists */
	background-color: #FFFFFF;
	position: absolute;
	margin: 0px;
	background: #FFFFFF;
	width: 105px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 1;
}

#activities li:hover ul, #activities li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 1;
}

#clear {
	clear: left;
}

#activities a.topmenu_1 {
	display: block;
	background-image: url('/new/images/sep.gif');
	background-repeat: no-repeat;
	width: 105px;
}
#activities a.topmenu_1:hover {
	display: block;
	background-image: url('/new/images/sep.gif');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 105px;
}
#activities a.menu_1a {
	display: block;
	background-image: url('/new/images/bg_activities.gif');
	background-repeat: no-repeat;
	width: 105px;
	padding: 5px;
	font-family: "arial, verdana, sans-serif";
	font-size: 8pt;
	font-weight: normal;
}
#activities a.menu_1a:hover {
	display: block;
	background-image: url('/new/images/bg_activities2.gif');
	background-repeat: no-repeat;
	color: #4A0000;
	width: 105px;
	padding: 5px;
	font-family: "arial, verdana, sans-serif";
	font-size: 8pt;
	font-weight: normal;
}
#activities a.menu_1b {
	display: block;
	background-image: url('/new/images/bg_activities.gif');
	background-repeat: no-repeat;
	width: 105px;
	border-style: solid;
	border-color: #4A0000;
	border-width: 0px 0px 1px 0px;
	padding: 5px;
	font-family: "arial, verdana, sans-serif";
	font-size: 8pt;
	font-weight: normal;
}
#activities a.menu_1b:hover {
	display: block;
	background-image: url('/new/images/bg_activities2.gif');
	background-repeat: no-repeat;
	color: #4A0000;
	border-style: solid;
	border-color: #4A0000;
	border-width: 0px 0px 1px 0px;
	width: 105px;
	padding: 5px;
	font-family: "arial, verdana, sans-serif";
	font-size: 8pt;
	font-weight: normal;
}

/* Above is the horizontal menu */
