/* Start of CMSMS style sheet 'screen' */
	html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}

	
	body {
	font-size:13px;
	color:#666666;
	font-family: "Lucida Grande", Tahoma, Arial, Sans-Serif;
	background:#000;
	word-wrap: break-word;
	}

	
	/* rules for headings and paragraph */
	h1 {
	font-size: 160%;
	color:#48963b;
	}
	
	h2 {
	font-size: 140%;
	color:#48963b;
	}
	
	h3 {
	font-size: 130%;
	color:#48963b;
	
	}
	
	p {
	line-height: 150%;
	}
	
	a {
	color:#000099;
	}
	
	a:hover {
	color:#000000;
	}

	
	#wrapper {
	width: 875px;
	height:auto;
	padding:0;	
	margin: 0 auto;
	position:relative;
	text-align: left;
	background:url(images/background.gif) repeat-y;
	
	overflow:hidden;
	}
	
	#header {
	display:block;
	position:absolute;
	top:0;
	left:0;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	
	width:875px;
	height:225px;
	}
	
	ul#navigation 
{
display:block;
position:absolute;
left:30px;
top:235px;
width:120px;
height:300px;
list-style:none;
float:left;

}

ul#navigation li {
padding-top:5px;
padding-bottom:4px;
}

ul#navigation li a {
display:block;
width:120px;
height:14px;
color:#ffffff;
}

a span { display:none; }

ul#navigation li a#home {background:url(images/home.gif) no-repeat right }

ul#navigation li a#home:hover {background:url(images/home_over.gif) no-repeat right}

ul#navigation li a#membership {background:url(images/membership.gif) no-repeat right }

ul#navigation li a#membership:hover {background:url(images/membership_over.gif) no-repeat right }

ul#navigation li a#history {background:url(images/history.gif) no-repeat right }

ul#navigation li a#history:hover {background:url(images/history_over.gif) no-repeat right }

ul#navigation li a#services {background:url(images/services.gif) no-repeat right }

ul#navigation li a#services:hover {background:url(images/services_over.gif) no-repeat right }

ul#navigation li a#events {background:url(images/events.gif) no-repeat right }

ul#navigation li a#events:hover {background:url(images/events_over.gif) no-repeat right }

ul#navigation li a#links {background:url(images/links.gif) no-repeat right }

ul#navigation li a#links:hover {background:url(images/links_over.gif) no-repeat right }

ul#navigation li a#about {background:url(images/about.gif) no-repeat right }

ul#navigation li a#about:hover {background:url(images/about_over.gif) no-repeat right }

ul#navigation li a#contactus {background:url(images/contactus.gif) no-repeat right; margin-top:5px }

ul#navigation li a#contactus:hover {background:url(images/contactus_over.gif) no-repeat right; margin-top:5px }

	#contentwrapper {
	display:block;
	margin-top:224px;
	float:right;
	width:710px;
	height:auto;
	background:white;
	margin-bottom:22px;
	}
	
	#contentheader {
	position:relative;
	top:0;
	left:0;
	width:710px;
	height:120px;
	background-color:#fbf2a2;
	}
	
	.homeimage {
	position:relative;
	left:20px;
	top:10px;
	float:left;
	}
	
	#headtext {
	float:left;
	position:relative;
	left:20px;
	top:10px;
	width:335px;
	}
	
	#featurebox {
	float:right;
	margin-top:5px;
	margin-right:10px;
	width:183px;
	height:107px;
	background:url(images/featureback.gif) no-repeat center;
	color:#fff;
	}
	
	#featurebox h2 {color:#fff;}
	
	#content {
	width:100%;
	height:auto;

	}
	
	#leftcol {
	float:left;
	width:150px;
	height:auto;
	margin-top:10px;
	position:relative;
	left:20px;
	display:block;
	border-right:1px dashed #4c4c4c;
	padding-right:5px;
	}
	
	#middlecol {
	float:left;
	width:150px;
	height:auto;
	margin-top:10px;
	position:relative;
	left:20px;
	display:block;
	padding-left:5px;
	
border-right:1px dashed #4c4c4c;
	}
	
	#rightcol {
	float:left;
	width:350px;
	height:auto;
	margin:10px 0 0 0;
	position:relative;
	left:35px;
	display:block;
	
	
	}
	
	#event1 {
	width:98%;
	height:auto;
	margin-left:5px;
	margin-bottom:10px;
	border-bottom:1px dashed #4c4c4c;
	}
	
	#event2 {
	width:98%;
	height:50px;
	margin-left:5px;
	margin-bottom:15px;
	border-bottom:1px dashed #4c4c4c;
	}
#event3 {
	width:98%;
	height:auto;
	margin-left:5px;
	margin-bottom:15px;
	border-bottom:1px dashed #4c4c4c;
	}
	
	#footer {
	width:705px;
	position:absolute;
	bottom:0;
	right:0;
	padding-right:5px;
	background-color:#fbf2a2;
	text-align:right;
	color:#000;
	}
	

/* classes */

.padding { padding:10px }
.paddingfeat { padding:8px }
.paddingsm {padding-top:0; padding-left:10px; padding-right:10px; padding-bottom:5px;}
.paddingright {padding-right:5px;}
.paddingleft {padding-left:5px;}
.eventpadding {padding:5px;width:200px; float:right}
.headlines { }

.breadcrumbs {
position:relative;
left:20px;
top:2px;
width:80%;
}
.text {
height:56px;
}

.textarea {
height:166px;
}

/* End of 'screen' */

