﻿.xxLarge {
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
}
.TopStyle {
	text-align: right;
	font-size: small;
}
.CenterFee {
	text-align: center;
}
#container {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 800px;
	height: inherit;
}
body {
	background-color: #FFFFFF;
}
#masthead {
	position: relative;
	width: 800px;
	height: 100px;
	background-color: #FFFFFF;
	margin-top: 15px;
}
#menuh-container
	{
	position: relative;
	width: 800px;
	z-index: 2;
}
#menuh
	{
	font-size: 9pt;  /* small; */
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	position: relative;
}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: #EF3E42; /*Menu color */
	text-decoration:none;
	}
	
#menuh a:hover			/* menu on mouse-over  */
	{
	color: white;
	background-color: #9A5BA4;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url("images/navdown_white.gif");
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url("images/nav_white.gif");
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:114.2px;	/* 10em width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;	/* 500 */
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	width:200px;  /* This is for the menu when it opens */
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;	/* 100 */
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
left-column-events {
	position: relative;
	width: 200px;
	height: 350px;
	background-color: #999966;
}
#left-events {
	padding: 10px;
	background-color: #0084A9;
	position: relative;
	width: 220px;
	height: inherit;
	float: left;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#right-contents {
	background-color: #FFF0C9;
	position: relative;
	width: 528px;
	height: inherit;
	float: right;
	top: 0px;
	left: 0px;
	border-left-style: groove;
	border-left-width: thin;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
}
#Footer {
	position: relative;
	height: inherit;
	clear: both;
	background-color: #CCCCCC;
}


h3 {
	font-size: 16px;
	color: #FFFFFF;
	/*padding: 5px 0 0px 25px;*/
	text-transform: uppercase;
	letter-spacing: -0.5px;
	/*text-align:center*/
}
	text-transform: uppercase;
	letter-spacing: -0.5px;
	/*text-align:center*/
	}
h4 {	/* Used mostly */
	font-size: 14px;
	color: #E42330;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	/*text-align:center*/
	}
		
hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}

ul#subnav {
	color: #000000;
	font-size: 12pt;
}

p#address {
	font-size: 10pt;
	color: #000000;
}
