body
	{
		margin:0;
		padding:0;
		background: #e8dbc4 url(../images/gradient_back.gif) repeat-x;
		font-family: "Frutiger", "Univers", "Helvetica Neue", arial, helvetica, sans-serif;
		
	}
	
#maincontainer
	{
		width: 900px; 
		margin: 0 auto;
		clear: both;
		background: #fff;
		border-right: 0px solid #e9e3d4;
		border-left: 0px solid #e9e3d4;
	}

#topheader
		{
			background-color: #099bdf;
			height: 130px;
			width: auto;
			margin: 0 auto;
		}

#topheader_content
		{
			width: 900px;
			margin:0 auto;
		}	

#topheader img
		{
			float:left; 
			position:relative;
			margin: 0px 0px 0px 0px;
			border:0; 		
		}	

#topnav
		{
			height:50px;
			font-size:12px;
			font-family: "Frutiger", "Univers", "Helvetica Neue", arial, helvetica, sans-serif;
			font-weight:normal;
			width: auto;
			margin: 0 auto;
			background:#FFF url(../images/topnav_background.png) repeat-x;
		}
		
#topnav_content
		{
			width: 900px;
			margin:0 auto;
		}	
		
#topnav ul li
		{
			width:100px;
			height: 50px;
			border-right:0px solid #f9c033;
			
		}		

#topnav ul
		{
			margin: 0;
			padding: 0;
			list-style: none;
			text-align: center;
			clear:both;
		}

#topnav li 
		{
			font-size: 12px;
			position:relative;
			display: inline;
			float: left;
			text-align: center;
			padding: 0;
			margin: 0;
			line-height:3.7em;
			text-decoration: none;
			text-indent: -9999px;
			overflow: hidden;
		}
		
#topnav li.last 
		{
			width:200px;
		}

#topnav li a
		{
			color: #fff;
			text-decoration: none;
			display: block;
			outline: none;
		}
		
#topnav li a:visited
		{
			color: #FFF;
			text-decoration: none;
			display: block; 
		}

#topnav li a:hover 
		{
			color: #FFF;
			text-decoration: none;
			background:#FFF;
			display: block; 
		}

#topnav a:active 
		{
			color: #FFF;
			text-decoration: none;
			display: block; 
		}

#topnav li.home a {background: url(../images/topnav/home_up.png) no-repeat 0 0;}
#topnav li.home a:visited {background: url(../images/topnav/home_up.png) no-repeat 0 0;}
#topnav li.home a:hover {background: url(../images/topnav/home_hover.png) no-repeat 0 0;}
#topnav li.home a:active {background: url(../images/topnav/home_down.png) no-repeat 0 0;}
		
#topnav li.about a {background: url(../images/topnav/about_up.png) no-repeat 0 0;}
#topnav li.about a:visited {background: url(../images/topnav/about_up.png) no-repeat 0 0;}
#topnav li.about a:hover {background: url(../images/topnav/about_hover.png) no-repeat 0 0;}
#topnav li.about a:active {background: url(../images/topnav/about_down.png) no-repeat 0 0;}
		
#topnav li.events a {background: url(../images/topnav/events_up.png) no-repeat 0 0;}
#topnav li.events a:visited {background: url(../images/topnav/events_up.png) no-repeat 0 0;}
#topnav li.events a:hover {background: url(../images/topnav/events_hover.png) no-repeat 0 0;}
#topnav li.events a:active {background: url(../images/topnav/events_down.png) no-repeat 0 0;}

#topnav li.resources a {background: url(../images/topnav/resources_up.png) no-repeat 0 0;}
#topnav li.resources a:visited {background: url(../images/topnav/resources_up.png) no-repeat 0 0;}
#topnav li.resources a:hover {background: url(../images/topnav/resources_hover.png) no-repeat 0 0;}
#topnav li.resources a:active {background: url(../images/topnav/resources_down.png) no-repeat 0 0;}

#topnav li.people a {background: url(../images/topnav/people_up.png) no-repeat 0 0;}
#topnav li.people a:visited {background: url(../images/topnav/people_up.png) no-repeat 0 0;}
#topnav li.people a:hover {background: url(../images/topnav/people_hover.png) no-repeat 0 0;}
#topnav li.people a:active {background: url(../images/topnav/people_down.png) no-repeat 0 0;}

#topnav li.contact a {background: url(../images/topnav/contact_up.png) no-repeat 0 0;}
#topnav li.contact a:visited {background: url(../images/topnav/contact_up.png) no-repeat 0 0;}
#topnav li.contact a:hover {background: url(../images/topnav/contact_hover.png) no-repeat 0 0;}
#topnav li.contact a:active {background: url(../images/topnav/contact_down.png) no-repeat 0 0;}

#topnav li a.home_current, a:visited.home_current,  a:hover.home_current, a:active.home_current {background: url(../images/topnav/home_current.png) no-repeat 0 0;}
#topnav li a.about_current, a:visited.about_current,  a:hover.about_current, a:active.about_current {background: url(../images/topnav/about_current.png) no-repeat 0 0;}
#topnav li a.events_current, a:visited.events_current,  a:hover.events_current, a:active.events_current {background: url(../images/topnav/events_current.png) no-repeat 0 0;}
#topnav li a.resources_current, a:visited.resources_current,  a:hover.resources_current, a:active.resources_current {background: url(../images/topnav/resources_current.png) no-repeat 0 0;}
#topnav li a.people_current, a:visited.people_current,  a:hover.people_current, a:active.people_current {background: url(../images/topnav/people_current.png) no-repeat 0 0;}
#topnav li a.contact_current, a:visited.contact_current,  a:hover.contact_current, a:active.contact_current {background: url(../images/topnav/contact_current.png) no-repeat 0 0;}

		
#contentwrapper
	{
		background: #fff;
		clear: both;
	}

#contentcolumn
	{
		width: 599px;
		height:100%;
		min-height: 500px; /*if IE6 height: 1000px; */
		overflow:auto;
		background: #FFFFFF;
		border-right: 1px solid #f0ebdf;
	}
	
#contentcolumn_wide
	{
		width: 900px;
		height:100%;
		min-height: 500px; /*if IE6 height: 1000px; */
		overflow:auto;
		background: #FFFFFF;
		border-right: 0px solid #f0ebdf;
	}
	
img.wide
	{
		margin: 0 20px 0 20px;
		border: 0px;
	}
	
h1.recentnews
	{
		text-indent: 38px;
		line-height: 30px;
		background: url(../images/h1back_calendar.gif) no-repeat 0 0;
	}
	
h1.aboutus
	{
		text-indent: 36px;
		line-height: 30px;
		background: url(../images/h1back_aboutus.gif) no-repeat 0 0;
	}
	
h1.affiliates
	{
		text-indent: 40px;
		line-height: 30px;
		background: url(../images/h1back_affiliates.gif) no-repeat 0 0;
	}
	
.content_1column
	{
		background: #fff;
		margin: 20px 20px 50px 20px;
		width: 250px;
		float: left;
	}

#contentcolumn_main
	{
		background: #fff;
		margin: 20px 20px 50px 20px;
	}

	
h1, h2, h3, h4, h5, h6
	{
		font-weight: normal;
	} 

h1, h2
	{
		line-height: 24px;
		margin-bottom: 18px;
	}
	
h1, h2, h3, h4						
	{
		margin-top: 14px; 
	}

h3, h4, h5, h6
	{
		line-height: 20px;
	}

h1
	{
		font-size: 24px;
		color: #099bdf;
	}
	
h2
	{
		font-size: 21px;
		color: #494949;
	}
	
h3
	{
		font-size: 18px;
		color: #0a9bdf;
	}
	
h4
	{
		font-size: 16px;
		color: #494949;
	}
	
h5
	{
		font-size: 14px;
		color: #494949;
	}
	
p
	{
		font-family: "Frutiger", "Univers", "Helvetica Neue", arial, helvetica, sans-serif;
		margin-bottom: 18px;
		line-height: 1.5em;
		font-size: 13px;
		color: #494949;
	}

ul
	{
		margin: 10px 0 15px 0;
		padding-left: 15px;
	}
	
li	
	{
		font-family: "Frutiger", "Univers", "Helvetica Neue", arial, helvetica, sans-serif;
		font-weight:normal;
		font-size:13px;
		line-height:1.5em;
		text-align:left;
		margin: 0px;
		padding:0px;
		color:#494949;
	}
	
ul.address
	{
		margin: 10px 0 15px 0;
		padding-left: 15px;
		list-style: none;
	}

a	
	{
		color: #099bdf;
		text-decoration: underline;
	}
	
a:hover	
	{
		color: #494949;
		text-decoration: underline;
	}
	
a:visited	
	{
		color: #099bdf;
		text-decoration: underline;
	}

hr 
	{
		display: block;
	}

#contentcolumn_main img
	{
		margin: 5px 0 5px 0;
	}
	
#contentcolumn_main img.floatleft
	{
		float: left;
		margin: 0 10px 10px 0;
		clear: left; 
	}
	
#contentcolumn_main img.floatright
	{
		float: right;
		margin: 0 0 10px 10px;
		clear: right; 
	}

#rightnav
	{
		float: right;
		width: 297px; 
		background: #FFF;
	}
	
#rightnav_main
	{
		margin: 25px 20px 50px 20px;
		background-color: #f7f0e5;
		border-bottom: 1px solid #999;
	}
	
#rightnav h1
	{
		font-size: 18px;
		color: #FFF;
		background: #494949;
		margin-top: 20px;
		padding: 2px 0 2px 5px;
	}
	
#rightnav h2
	{
		font-size: 16px;
		color: #494949;
		margin: 20px 0 10px 0;
		padding: 0 0 0 5px;
	}
	
#rightnav h3
	{
		font-size: 14px;
		color: #0a9bdf;
		margin: 10px 0 0px 0;
		padding: 0 0 0 5px;
	}
	
#rightnav h4
	{
		font-size: 12px;
		color: #494949;
		margin: 10px 0 0px 0;
		padding: 0 0 0 5px;
	}

#rightnav p
	{
		padding: 0 5px 0 5px;
	}

#rightnav_main hr
	{
		color: #872b21;
		margin: 20px 0 10px 0;
	}
	
#rightnav_main ul
	{
		margin: 0px 0px 10px 0px;
		padding: 0 5px 0 5px;
	}
	
#rightnav_main ul li	
	{
		font-family: "Frutiger", "Univers", "Helvetica Neue", arial, helvetica, sans-serif;
		font-weight:normal;
		font-size: 13px;
		line-height:1.5em;
		text-align:left;
		margin: 0px;
		padding:0px;
		list-style: none;
	}
	
#rightnav_main ul li a
	{
		color: #099bdf;
	}
	
#rightnav_main ul li a:hover
	{
		color: #494949;
		text-decoration:underline;
	}
	
#rightnav_main img
	{
		margin: 0px 0 0px 0;
		border: 0px;
	}
	
#rightnav_main img a
	{
		color: #fff;
	}
	
.subnav
	{
		background: #fdf9ed;
		border: 1px solid #f8f1df;
		padding: 0px 5px 15px 5px;
		margin-bottom: 10px; 
	}

#footer
	{
		clear: left;
		width: 100%;
		background: #fff;
		color: #872b21;
		padding: 4px 0;
		
	}
	
#footer_main
	{
		margin: 10px 20px 10px 20px;
		text-align:right;
		border-top: 2px solid #494949;
	}
	
#footer p
	{		
		font-size:12px;
		margin:20px 0 0 0;
		display:inline;
		float:left;
	}
	
#footer ul
		{
			margin:15px 0 0 0;

		}

#footer ul li 
		{
			display: inline;						
			margin:0;
			list-style-type: none;
			padding: 0 1px 0 1px;
		}

#footer a
	{
		color: #099bdf;
		text-decoration: underline;
		font-size:12px;
	}
	
#footer a:hover
	{
		color: #494949;
		text-decoration: underline;
		font-size:12px;
	}
	


.innertube
	{
		margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
		margin-top: 0;
	}
	
form
	{
		margin:10px 0 0 0;
		padding:0px;
		position:relative;

	}
	
fieldset
	{
		margin: 0 0 0 0;
		padding: 0px;
		border: 0px solid #d5b872;
	}

legend
	{
		font-size: 18px;
		color: #872b21;
		margin: 5px 0 5px 0;
		padding: 0px;
	}
	
.form_main
	{
  		clear: both;
	}
	
.row 
	{
  		clear: both;
  		width: 100%;
  		margin: 5px 5px 5px 5px;
  	}
  	
.right_label 
	{
  		width: 150px;
		font-family: "Frutiger", "Univers", "Helvetica Neue", arial, helvetica, sans-serif;
		font-size:12px;
		color:#872b21;
		text-align: right;
		margin: 0 2px 0 0;
		float: left;
	}
		
.input
	{
		width: 300px;
		float: right;
		margin: 0 0 5px 0;
		font-family: "Frutiger", "Univers", "Helvetica Neue", arial, helvetica, sans-serif;
		font-size:12px;
		text-align: left;
		color:#5E5D60;
	}
	
label 
		{
			margin:0;
		}

textarea, select, input, button
		{
			border: 1px solid #d5b872;
			padding: 1px;
			background-color: #f8f1df;
			color:#000;
			vertical-align: top;
			font-style:normal;
			margin-bottom:1.5em;
		}
		
select 
		{
			padding:0px;
		}







	



	



	



