/*	Brice Prairie Conservation Association
	Simplistic Cascading Style Sheet
	Author: Fritz Funk */
	
/* simple styles for simple browsers. primarily nn4. 
	make darn sure everything in here is overridden in the real css
	which comes afterwards! (another file) */

/* ie4.5mac has problems with this, but there are few left. */


/*
    COLOURS USED:
        #EA6908 - Orange (PMS 716)
        #3E4E5F - Dark Blue-Gray (PMS 7545)
			#d8c599 - beige
        #722f53 - burgundy
        #007020 - dark green
        #929DAA - dark gray
		  #cfd6e0 - gray
*/

/* REDEFINED HTML TAGS (General) */

body {
   margin: 0; border: 0; padding: 0;
   border: 7px solid #007020; /* dark green */
   border-top: 10px solid #007020; /* dark green */
   margin-left: 8px;    margin-right: 8px;
   background: #d8c599;   /* beige */
	font-family: Georgia, Times, Serif;
	text-align: left;
	 }

/*typography*/
a:link {	}
a:visited {	}
a:active { }
a:hover { }	/*hover doesn't work in nn4*/

img {border: 0; }


h1 {font-size: 150%;	font-weight: normal; color: #722f53; }   /* Main Title of Website */
h2 {font-size: 120%;	font-weight: normal;	color: #608278; }   /* Website Subtitle */
h3 {font-size: 100%;	font-weight: normal;	}  /* Topic of This Page */
h4 {font-size: 80%;	font-weight: bold;	}	 

/* Header Styling Section */

div.maincontent ul li {line-height: 1.5em; list-style: url(string_bullet.png); }


/* Left Navigation Sidebar Styling */

div.navhome, div.navsidebar { 
	width: 25%;
	margin-left: 3px;
	padding-right: 5px;
	color:  #722f53; /* burgundy */
	}

		
/* Footer Styling */
	
div.footer {
	clear: both;
	margin-left: 60px;
	}
	
		
			