body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#wrapper1Logo {
	background: #FFFFFF;
}
#wrapper2Logo {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	overflow: auto;
}
#logo {
	float: left;
	width: 312px;
}
#byline {
	color: #E62121;
	font-size: 88%;
	font-weight: normal;
	float: right;
	padding-top: 45px;
}



#wrapper1topnav {
	background: url(images/common/bg_topnav.jpg) repeat-x;
	height: 30px;
}
#wrapper2topnav {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	height: 30px;
}
										#navbar, #navbar ul {
										padding: 0;
										margin: 0;
										list-style: none;
										display: block;
										position: absolute;
										height: 30px;
										width: 780px;
										}
										
										
										/*
										The Root-Level list items. Floating left allows
										them to appear horizontally. Width is for IE5 Mac. The last rule in
										this style sheet will set the width for this element to auto for all
										other browsers - hiding it from IE5 Mac. The width is proportional.
										As you add and edit root menu items, you will need to test this width
										to ensure it is wide enough to accomodate all text.
										*/
										#navbar li {
										float: left;
										width: 6em;
										padding: 0px;
										}
										
										
										/* The single backslash \ character inside this comment
										causes IE5 Mac to ignore the following rule, which allows other
										browsers to render top-level menu items to their natural width.
										Do not edit this rule in any way. */
										#navbar li {width: auto;}
										
				
										/*
										Root-Level Links.  Do not change the first two properties.
										Adjust padding values to make the root links taller and to offset them
										from the left and right edges of the link box. Font-size is set here and                                        will apply to all menu levels. Font color is set to dark grey.
										*/
										#navbar a {
										display: block;
										text-decoration: none;
										color: #333333;
										padding: 8px;
										font-size: 80%;
										}
										
										/*
										Changes the Text color and background color when the Root-Level
										menu items are moused over. The second selector sets color and background
										when Root-Level items are accessed with the keyboard tab key. The third
										selector sets an active state to support keyboard access in MSIE. The fourth
										selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
										Note that IE7 supports hover on elements other than links and so behaves
										like Firefox, Opera, and Safari - making the menu operable even if                                        JavaScript is not enabled.
										*/
										#navbar li:hover a, #navbar a:focus,
										#navbar a:active, #navbar li.p7hvr a {
										color: #CC0000;
										}


										
										
#wrapper1Header {
	background: url(images/common/bg_stripe.gif) repeat;	
}
#wrapper2Header {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background: #CC0000;
	height: 260px;
}
#headerImage {
	float: left;
	height: 260px;
	width: 590px;
}
#headerText {
	font-size: 80%;
	color: #FFFFFF;
	float: right;
	width: 173px;
	height: 240px;
	padding: 5px;
	line-height: 2em;
	font-weight: bold;
	overflow: auto;
}



#wrapper1midnav {
	background: url(/images/common/bg_midnav.jpg) repeat-x;
}
#wrapper2midnav {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
	border-right: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
}
#wrapper2midnav table {
	border: 0px;
}
#wrapper2midnav td {
	background: url(images/common/bg_midnav.jpg) repeat-x;
	border: 1px solid #E9E9E9;
	padding: 2px 7px;
	font-size: 87%;
	margin: 0px;
	height: 30px;
}
#wrapper2midnav a {
	color: #EF0113;
	text-decoration: none;
	display: block;
	padding: 5px 0px;
}
#wrapper2midnav a:hover {
	color: #333333;
}
.corporate a {
	background: url(/images/common/icons/gifs/cocktail_glass.gif) no-repeat right center;
}
.corporate a:hover {
	background: url(/images/common/icons/gifs/cocktail_glass_g.gif) no-repeat right center;
}
.festival a {
	background: url(/images/common/icons/gifs/rocket.gif) no-repeat right center;
}
.festival a:hover {
	background: url(/images/common/icons/gifs/rocket_g.gif) no-repeat right center;
}
.promote a {
	background: url(/images/common/icons/gifs/whistle.gif) no-repeat right center;
}
.promote a:hover {
	background: url(/images/common/icons/gifs/whistle_g.gif) no-repeat right center;
}
.conference a {
	background: url(/images/common/icons/gifs/wine_glass.gif) no-repeat right center;
	width: 171px;
}
.conference a:hover {
	background: url(/images/common/icons/gifs/wine_glass_g.gif) no-repeat right center;
}
.celebrate a {
	background: url(/images/common/icons/gifs/cake.gif) no-repeat right center;
}
.celebrate a:hover {
	background: url(/images/common/icons/gifs/cake_g.gif) no-repeat right center;
}
.parade a {
	background: url(/images/common/icons/gifs/balloons.gif) no-repeat right center;
}
.parade a:hover {
	background: url(/images/common/icons/gifs/balloons_g.gif) no-repeat right center;
}
.fund a {
	background: url(/images/common/icons/gifs/present.gif) no-repeat right center;
}
.fund a:hover {
	background: url(/images/common/icons/gifs/present_g.gif) no-repeat right center;
}
.entertain a {
	background: url(/images/common/icons/gifs/hat.gif) no-repeat right center;
}
.entertain a:hover {
	background: url(/images/common/icons/gifs/hat_g.gif) no-repeat right center;
}



#wrapper1content {
	background: url(images/common/bg_midnav.jpg) repeat-x;
	border: 1px solid #EBEBEB;
}
#wrapper2content {
	width: 781px;
	margin: 0 auto;
	text-align: left;
	border-right: 1px solid #E0E0E0;
}
#content {
	font-size: 90%;
	color: #666666;
	margin: 0px;
	padding: 0px 20px 20px 5px;
	float: left;
	width: 566px;
	border-right: 1px solid #E0E0E0;
}
.page_icon {
	margin: 10px 0px 0px;
	padding: 0px;
	float: left;
	height: 70px;
	width: 45px;
}

p {
	font-size: 90%;
	line-height: 1.8em;
}
h1 {
	color: #464646;
	margin: 0px;
	padding: 15px 0px 0px;
	font: bold 100%/1.6em Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 95%;
	line-height: 1.6em;
	color: #333333;
	font-weight: normal;
}
#content a {
	color: #EF0113;
	text-decoration: underline;
}
#content a:hover {
	color: #000000;
}
.floatRight {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 26px;
	width: 26px;
}




#sidebar {
	float: right;
	width: 170px;
	padding: 10px 5px 10px 10px;
	margin: 0px 1px 0px 0px;
	border: 1px solid #E0E0E0;
	color: #666666;
}
#sidebar p {
	font-size: 85%;
	line-height: 1.3em;
}
.sidebarTitle {
	font-size: 80%;
	color: #EF0113;
	font-weight: bold;
}



#wrapper1footer {
	background: url(/images/common/bg_topnav.jpg) repeat-x;
}
#wrapper2footer {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	height: 40px;
	color: #333333;
	padding-top: 10px;
	font: bold 80% Arial, Helvetica, sans-serif;
}

html {
scrollbar-base-color: #CC0000;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #F20000;

scrollbar-shadow-color: #990000;
scrollbar-lightshadow-color: #CC0000; 
scrollbar-darkshadow-color: #CC0000;

scrollbar-highlight-color: #CC0000;
scrollbar-3dlight-color: #990000;
}
