body {
	margin-top: 0px;
	margin-bottom: 4px;
	background-color: #6F857F;
	background-image: url(images/page_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; }

a {
	color: #004C39;
	text-decoration: none; }

a:hover {
	text-decoration: underline; }

a img {
	border: none; }
	
#heading1 {
	height: 10px;
	width: 950px;
	margin: auto;
	background-image: url(sub/heading1_bg.png);
	background-repeat: repeat-y;
	clear: both; }

#heading2 {
	height: 251px;
	width: 948px;
	margin: auto;
	border-top: 1px solid #034E3B;
	border-left: 1px solid #034E3B;
	border-right: 1px solid #034E3B;
	clear: both; }
	
	#heading2 div.left {
		height: 251px;
		width: 254px;
		float: left;
		background-image: url(sub/heading2_leftbg.png);
		background-repeat: no-repeat; }
		
		#heading2 div.left img {
			margin-left: 8px;
			margin-top: 30px; }
	
	#heading2 div.right {
		height: 251px;
		width: 694px;
		float: right;
		background-image: url(sub/heading2_rightbg.jpg);
		background-repeat: no-repeat; }
	
	#heading2 div.right div.members {
			width: 200px;
			margin-top: 40px;
			float: right;
			font-weight: bold;
			color: #F0B147; }
	
	#heading2 div.right div.members a {
		color: #FFFFFF; }

#navigation {
	width: 948px;
	height: 37px;
	margin: auto;	
	border-left: 1px solid #034E3B;
	border-right: 1px solid #034E3B; }
	
	#navigation div.left {
		width: 207px;
		height: 31px;
		background-color: #6F857F;
		background-image: url(sub/spacer.gif);
		background-repeat: repeat-y;
		background-position: left;
		border-bottom: 1px solid #999999;
		float: left;
		text-align: right;
		color: #FFFFFF;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif; 
		padding-top: 5px;
		padding-right: 47px; }
		
		#navigation div.left span {
			font-size: 10px;
			font-style: italic; }
	
	#navigation div.right {
		width: 694px;
		height: 36px;
		background-color: #CC6600;
		border-bottom: 1px solid #CCCCCC;
		float: right; }
		
		#navigation div.links {
			margin-top: 12px;
			text-align: center;
			color: #FFFFFF;
			font-weight: bold; }
		
		#navigation div.links a {
			color: #FFFFFF; }
			
		#navigation div.links a:hover {
			color: #EDB441;
			text-decoration: none; }

#content {
	width: 948px;
	background-color: #FFFFFF;
	margin: auto;
	border-left: 1px solid #034E3B;
	border-right: 1px solid #034E3B;
	clear: both; }
	
	#content #left {
		width: 250px;
		margin-left: 2px;
		_margin-left: 1px;
		background-color: #EDB23D;
		border-left: 1px solid #999999;
		border-right: 1px solid #999999;
		float: left;
		background-image: url(sub/content_leftStar.gif);
		background-position: bottom;
		background-repeat: no-repeat; }
		
		#content #left div.header {
			width: 241px;
			height: 20px;
			background-color: #004C39;
			margin-left: 1px;
			margin-right: 1px;
			margin-top: 1px;
			padding-top: 2px;
			padding-left: 7px;
			color: #FFFFFF;
			font-size: 16px;
			clear: both; }
			
		#content #left div.entry {
			width: 225px;
			padding-top: 13px;
			padding-left: 25px;
			padding-bottom: 8px;
			border-bottom: 1px solid #F2C56E;
			background-image: url(sub/content_leftarrow.jpg);
			background-repeat: no-repeat;
			background-position: top left;
			clear: both; }
			
		#content #left div.entry a {
			color: #004C39;
			font-weight: bold; }
			
		#content #left div.entry a span {
			color: #FFFFFF; }
		
		#content #left div.moreEvents {
			height: 17px;
			width: 209px;
			padding-left: 5px;
			padding-top: 1px;
			color: #FFFFFF;
			background-color: #004C39;
			border-top: 1px solid #4C687E;
			font-weight: bold;
			background-image: url(sub/content_moreEventsArrow.gif);
			background-repeat: no-repeat;
			background-position: right; 
			float: right; }
			
			#content #left div.moreEvents a {
				color: #FFFFFF; }
	
	#content #middle {
		width: 484px;
		float: left; }
		
		#content #middle div.breadcrumb {
			width: 450px;
			height: 30px;
			margin-left: 15px;
			margin-top: 7px; }
			
			#content #middle div.breadcrumb a {
				color: #6F857F; }
			
			#content #middle div.breadcrumb a:hover {
				color: #004C39; }
		
		#content #middle div.content {
			width: 410px;
			margin-left: 35px;
			color: #999999; }
		
		#content #middle table {
			color: #FFFFFF; }

	#content #right {
		width: 210px;
		padding-top: 20px;
		float: right; }
		
		#content #right div.header {
			width: 170px;
			padding-left: 5px;
			padding-right: 5px;
			padding-top: 2px;
			padding-bottom: 2px;
			background-color: #004C39;
			font-weight: bold;
			color: #FFFFFF;
			clear: both; }
		
		#content #right div.sidebar {
			width: 158px;
			padding: 10px;
			background-color: #FBF0D8;
			border-left: 1px solid #F5E0CC;
			border-right: 1px solid #F5E0CC;
			border-bottom: 1px solid #F5E0CC;
			clear: both; }
	
	#content div.spacer {
		width: 948px;
		margin-top: -1px;
		height: 1px;
		clear: both;
		visibility: hidden; }

#footer {
	width: 948px;
	height: 57px;
	margin: auto;
	background-color: #FFFFFF;
	border-left: 1px solid #034E3B;
	border-right: 1px solid #034E3B;
	clear: both; }
	
	#footer div.content {
		width: 944px;
		height: 55px;
		margin-left: 2px;
		margin-right: 2px;
		margin-bottom: 2px;
		background-color: #004C39; }

#subfooter {
	width: 948px;
	height: 6px;
	margin: auto;
	background-image: url(sub/subfooter_bg.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #034E3B;
	border-left: 1px solid #034E3B;
	border-right: 1px solid #034E3B; }

#copyright {
	width: 948px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-size: 10px;
	color: #FFFFFF; }
	
	#copyright div.copyright {
		float: left; }

	#copyright div.sitemap {
		color: #004C39;
		float: right; }
		
		#copyright div.sitemap a {
			color: #FFFFFF; }

/***** STYLE *****/
span.header {
	color: #004C39;
	font-size: 24px;
	font-weight: bold; }

	span.header span {
		color: #CC6600; }

span.subheader {
	font-weight: bold;
	color: #CC6600; }

ul {
	color: #004C39; }

ul a {
	color: #004C39; }
	
span.linkgroup {
	color: #CC6600; }

span.title {
	font-size: 12px;
	font-weight: bold; }