body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background:#000000 url(../images/background.jpg) top left repeat-x;
}

#container{
	width:780px;
	margin:0 auto;
}

#header{
	height:142px;
	position:relative;
}

#logo{
	position:absolute;
	top:20px;
	left:0;
}

#menu{
	position:absolute;
	bottom:0;
	height:34px;
	right:0px;
}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
}

#menu ul li{
	float:left;
	margin:0 2px 0 0;
	padding:0;
}

#menu ul li a{
	width:114px;
	height:34px;
	display:block;
}

#menu ul li a span{
	display:none;
}

#home{
	background:url(../images/home.jpg) top left no-repeat;
}

#home:hover, #home:active, #homeActive{
	background:url(../images/home_o.jpg) top left no-repeat;
}

#committee{
	background:url(../images/committee.jpg) top left no-repeat;
}

#committee:hover, #committee:active, #committeeActive{
	background:url(../images/committee_o.jpg) top left no-repeat;
}

#events{
	background:url(../images/events.jpg) top left no-repeat;
}

#events:hover, #events:active, #eventsActive{
	background:url(../images/events_o.jpg) top left no-repeat;
}

#videos{
	background:url(../images/videos.jpg) top left no-repeat;
}

#videos:hover, #videos:active, #videosActive{
	background:url(../images/videos_o.jpg) top left no-repeat;
}

#links{
	background:url(../images/links.jpg) top left no-repeat;
}

#links:hover, #links:active, #linksActive{
	background:url(../images/links_o.jpg) top left no-repeat;
}

#contact{
	background:url(../images/contact.jpg) top left no-repeat;
}

#contact:hover, #contact:active, #contactActive{
	background:url(../images/contact_o.jpg) top left no-repeat;
}

#content{
	width:766px;
	margin:33px auto 0 auto;
}

#contentTop{
	height:20px;
	width:766px;
	background:#FFFFFF url(../images/top.jpg) top left no-repeat;
}

#contentMiddle{
	width:726px;
	padding:0 20px;
	background:#FFFFFF url(../images/middle.jpg) top left repeat-y;
}

#contentBottom{
	height:20px;
	width:766px;
	background:#FFFFFF url(../images/bottom.jpg) top left no-repeat;
}

.clear{
	height:0px;
	clear:both;
}

#footer{
	width:766px;
	margin:20px auto 10px auto;
	font-size:x-small;
	color:#FFFFFF;
}

#footerLeft{
	float:left;
	width:50%;
}

#footerRight{
	float:left;
	width:50%;
	text-align:right;
	margin-top:-10px;
}

#footer a{
	font-weight:bold;
	text-decoration:none;
	color:#1e6adf;
}

#footer a:hover{
	text-decoration:underline;
}

h1{
	margin:0;
	padding:0;
	font-weight:normal;
	color:#1e6adf;
}

h2{
	margin:0;
	padding:0;
	font-weight:normal;
	color:#1e6adf;
}

a{
	font-weight:bold;
	text-decoration:none;
	color:#1e6adf;
}

a:hover{
	text-decoration:underline;
}

#contactResult{
	width:525px;
	margin:33px auto;
	margin-left:175px;
	padding:15px;
	font-size:120%;
	text-align:left;
	color:#FF0000;
	background-color:#FFFFFF;
	background:#FFFFFF url(../images/topMiddle.jpg) top left repeat-x;
}