/* CSS Document */


body {
	padding: 0px;
	font-family:"Arial Rounded MT Bold", Arial, sans-serif;
	color: #008800;
	background-color: #FFFFFF;
		}

#branding {
	width: 1170px;
	text-align: left;
	color: #008000;
	background-color: #FFFFFF;
	}

#header {
	width: 1170px;
	text-align: left;
	color: #008000;
	background-color: #CCCCCC;
	border: solid #008000 .5px;
	border-top: solid #008000 2px;
	border-right: solid #008000 2px;
	border-bottom: solid #008000 2px;
	border-left: solid #008000 2px;
}

#header a {
	text-decoration: none;
	color: #008000;
	}

#contact {
	color: #008000;
	}

	
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#flyout {float:left; padding:10px 10px 10px 0; margin:3px 0 0 0; list-style:none; position:relative; width:200px;}
#flyout ul {padding:0; margin:0; list-style:none; width:180px; height:auto; background: url(trans.gif); position:absolute; left:-9999px; top:0;}
#flyout table {border-collapse:collapse; width:0; height:0; margin:-1px -10px;}

#flyout li {float:left; margin-bottom:1px;}
#flyout li a {display:block; float:left; width:180px; height:24px; background:#888; color:#000; line-height:24px; font-family:arial, sans-serif; font-size:11px; text-decoration:none; text-indent:10px;}
#flyout li a.fly {background:#888 url(right-arrow.gif) no-repeat right center;}

#flyout li:hover {position:relative;}
#flyout li a:hover {position:relative; background-color:#e60; color:#fff;}
#flyout li:hover > a {background-color:#e60; color:#fff;}

#flyout ul li a {background:#aaa;}
#flyout ul li a.fly {background:#aaa url(right-arrow.gif) no-repeat right center;}
#flyout ul ul li a {background:#ccc;}
#flyout ul ul li a.fly {background:#ccc url(right-arrow.gif) no-repeat right center;}
#flyout ul ul ul li a {background:#ddd;}

#flyout li a.current,
#flyout ul li a.current,
#flyout ul ul li a.current,
#flyout ul ul ul li a.current {background-color:#c40; color:#fff;}

#flyout :hover ul,
#flyout :hover ul :hover ul,
#flyout :hover ul :hover ul :hover ul {left:170px;}

#flyout :hover ul ul,
#flyout :hover ul :hover ul ul {left:-9999px;}

#flyout ul li:hover > a {background-color:#e60; color:#fff;}
#flyout ul ul li:hover > a {background-color:#e60; color:#fff;}


#homebody {
	float: left;
	width: 800px;
	margin: 10px 5px 10px 10px;
	}
	
#eventbody {
	float: left;
	width: 140px;
	height: 183px;
	margin: 10px 0 10px 5px;
	color: #e40;
	text-align: center;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #e60;
	
	}
#eventbody a {
	color: #e40;
	text-align: center;
	}	
	
#bodytext {
	float: left;
	width: 925px;
	margin: 10px 0 10px 20px;
	}

#bodytext a {
	color: #008000;
}

#bodytext h1 {
	font-size:1.5em;
	}

#bodytext ul li {
	padding-bottom: 5px
	}

#container {
	width: 1150px;
	float: left;
}

#container h1 {
	font-size: 1.5em;
}

#container ul li {
padding-bottom: 15px;
list-style: none;
}

#container2 {
width: 1150px;
float: left;
}

#container2 p {
padding: 0 0 10px 10px;

}
#container2 h1 {
font-size: 1.5em;
	}

#container2 h2 {
font-size: 1em;
}

#container2 ul li {
padding-bottom: 15px;
}

#footer {
	width: 1169px;
	clear: both;
	background-color: #CCCCCC;
	border: solid #008000 .5px;
	padding-top: 5px;
	border: solid #008000 .5px;
	border-top: solid #008000 2px;
	border-right: solid #008000 2px;
	border-bottom: solid #008000 2px;
	border-left: solid #008000 2px;
	}

.green {color: #FFFFFF}
