/* CSS for Northwest Parks*/


a:link { text-decoration: none; color:#5978A6; }
a:visited  { text-decoration: none; color:#5978A6; }  
a:hover { text-decoration: none; color:#548866; }  
a:active { text-decoration: none; color:#333366; } 



h1 { /*page headers*/
	font: bold 100% Arial, Helvetica, sans-serif;
        font-weight: bold;
	color: #333366;
        line-height: 100%
        padding-bottom: 0px;
}

h2 {/*subheader for the About and Accessorie Pages*/
    font: bold 150% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333366;
	padding-bottom: 0px;
}

h3 { /*sidebar headers*/
    font: bold 70% Arial, Helvetica, sans-serif;
	line-height: 140%;
	text-transform: uppercase;
	color: #000;
	padding: 10px 0 8px 16px;
}

h2 {/*subheader for the About Page*/
    font: bold 90% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	padding-bottom: 10px;
}

h6 {/*top links*/
    font: bold 75% Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h5 { /*footer and side links*/
	font: 70% Arial, Helvetica, sans-serif;
            font-weight: bold;
}

	
p {
    font: 90% Arial, Helvetica, sans-serif;
	color: #666666;
	padding-bottom: 0px;
	line-height: 100%;
} 

.indent {
	padding-left: 20px;
}

.indent2 {
	padding-left: 30px;
}

