	@charset "UTF-8";
	/* CSS Document */
	
	/*--------------------------------------------------------------------------------
			  Layout CSS
	--------------------------------------------------------------------------------*/
	
			*, html, body {
				margin: 0; 
				padding: 0; 
			}
			
	
	
			/* NN6/7 min-width is needed for scrollability when wrapper is centered */
			body {
				min-width: 989px;
				background-color:#fff;
				font-size: smaller;
				font-family: Verdana;
			}
	
			/* Use wrapper for Left Faux Column */
			#wrapper { 
				text-align: left;
				width: 989px;
				margin: 0 auto; 
			}
			
			body {
			font-size: smaller;
			}
			
			p {
				margin: 10px 10px 0 0;
				line-height:20px;
				text-align:justify
			}
	
			h1, h2 {
				font-weight: normal
				}
				
			h1 {
				font-size:20px;
				text-transform:uppercase;
				color:#000;
	
			}
			
			h2 {
				font-size:24px;
				color:#500b0b;
			}
			
			h3 {
			font-size:16px;
			line-height:24px;
			font-weight:normal
			
				}
				
			h4 {
			font-size:16px
			}
			
			small {
			font-size:85%
			}
			
			#header {
			background: url(images/header.gif) top center no-repeat;
			height:133px;
			}
			
			
			#header #navigation {
			position:relative;
			left:20px;
			top: 100px;
			width: 900px;
			font-size:20px;
			}
			
			#header  #navigation a {
			margin-right: 20px;
			text-decoration: none;
			color:#fff
			}
			
			#header  #navigation a:hover {
			color:#79B3D9
			}
			
			#eventpanel {
			float: right;
			background-color:#6b6b6b;
			width: 335px;
			margin: 0;
		
			}
			
			#eventpanel a {
			color:#fff
		
			}
			
			#eventpanel h2 {
			background-color:#3b3b3b;
			font-family: "Lucida Sans", Arial, Verdana;
			color:#FFF;
			font-size:14px;
			font-weight:bold;
			padding:20px
			}
			
			#eventpanel h5 {
			font-size:14px;
			color: #FFFFFF;
			margin-left:11px;
			font-weight:normal;
			padding:10px 0;
			}
			
			#content_home {
				padding: 20px 20px 50px 20px;
				width: 580px;
				float:left
	
			}
			
			#content {
				padding: 20px 20px 50px 20px;
				width: 900px;
	
			}
			
			.shadow, #content_home img {
			background-color: #f4f2ed;
			border-right: 4px solid #a9a9a9;
			border-bottom: 4px solid #a9a9a9;
			padding: 6px;
			margin: 10px
			}
			
			#footer {
			height: 20px;
			color: #fff;
			background-color:#000;
			clear: both;
			width: 949px;
			font-size:10px;
			text-align:right;
			padding:20px
			}
			
			#footer a {
			color:#fff;
			text-decoration:none
			}
			
			#footer a:hover {
			text-decoration:underline
			}
	
			#main {
				float: left;
				width: 100%;
			}
			
			#mainsub {
				background: url(images/background_main.jpg) center repeat-y;
				}

			
			
	

