@charset "UTF-8";
/* basic elements */
body { 
	background: #BBB;
	font-family: 'Lucida Grande',Arial, Helvetica, sans-serf;
	padding: 0;
	margin: 0;
	line-height: 1em;
	}

#wrapper {
     background: #FFFFFF none repeat scroll 0 0;
	 width: 900px;
     height: auto;
	 margin: 10px auto 0px auto;
	 padding: 0;
    
     }
     
#header {
	background: #FFF url(images/header.jpg) no-repeat top left;
	
	width: 900px;
	height: 145px;
	
	margin: 0;
	padding: 0;    
    }

#main {
	background: #FFFFFF;
	width: 900px;
	height: auto;
	overflow: hidden;
	}

	
#sidebar {
	background: #FFFFFF;
	width: 190px;
	height: auto;
	padding: 20px;
	float: left;
	}
	
#brochure {
	background: #FFFFFF;
	width: 210px;
	height: auto;
	padding: 10px 0px 20px 0px;
	float: left;
	}	
	
#contribute {
	background: #FFFFFF;
	width: 210px;
	height: auto;
	padding: 20px 0px 20px 0px;
	float: left;
	}		

#brochure a:link, a:visited, a:hover, a:active {
	border: 0px;
	color: #FFFFFF;
	}

#content {
	background: #FFF;
	width: 640px;
	height: auto;
	padding: 15px 15px 15px 10px;
	float: left;

   	}

#footer {
	width: 450px;
	height: auto;
	padding: 0px;
	margin: 5px auto;
   	}
   	
#nav {
	background: url(images/nav.jpg) repeat;
	width: 900px;
	height: 49px;

	top: 155px;
	left: auto;
	
	margin: 0;
	padding: 0;
	font-family: georgia, times, serf;
	}
#nav ul {
	list-style: none; 
	margin: 0px 0px 0px 25px;
	padding: 0px;
	color: #666;
	
	}

#nav li {

	margin: 0px 0px 0px 0px;
	padding-top: 15px;
	width: 100px;
	height: 34px;
	font-size: 11pt;
	letter-spacing: 1px;
	text-align: center;
	float: left;
	}	
	
#nav a:link { 
	
	text-decoration: none; 
	color: #252525;
	}
#nav a:visited { 
	text-decoration: none; 
	color: #252525;
	}
#nav a:hover { 
	text-decoration: none; 
	color: #808000;
	}
#nav a:active {
	text-decoration: none; 
	color: #3CF;
	}
	

.indentedContent {
	padding: 2px 2px 10px 10px;
}	

.topPadding {
	padding-top: 10px;
}

.endorsementList {
	padding: 0px 2px 5px 10px;
}

.endorsementList p {
	margin: 2px;
}
	
h1 {
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #808000;
	letter-spacing: .5px;
	font-weight: normal;
	}

	
h2 {
	font-size: 14px;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	color: #874F17;
	letter-spacing: .5px;
	font-weight: normal;
	}

h6 {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #FFF;
	font-weight: normal;
	}


p { 
	font-size: 12px;  
	color: #252525;
	letter-spacing: .5px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-weight: normal;
	}

p.highlight {
	color: #808000;
	font-weight: bold;
	font-style: italic
}

ul {
	list-style: inside;
	font-size: 9pt;  
	color: #333;
	}
	
a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #555;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #333;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #9685BA;
	}
	


