

/* This stylesheet for on-screen display in all modern browsers (not Netscape 4)
 */
 
/* Master Font/Size Definitions
 * First set the base font for all browsers */
body {font-family:Tahoma, Arial, sans-serif;color:#666666;}
/* Set the base font size for standards compliant browsers */
body {font-size:78%; }
/* Only IE 5-6 will recognize the following rule - it incorrectly assumes html is a child of the 
 * universal selector.  Technically html has NO parent. Now we can feed a different base font
 * size to IE to fix its font-size discrepencies.*/
* html body {font-size:80%}
/* Now allow IE/Win & quirky browsers to inherit font-size into tables & form elements */
body table,select,option,input,textarea {font-size:100%;}

/*  HTML styles  */

/*  Color Reference: 

	Nav Text =  
	Nav Yellow = 
	Page Border Grey = b2b2b2
	
*/


/* TEXT TREATMENT CLASSES */

h1 {font-family:Times, serif;font-size:2.9em;  color:#bf5c00; font-weight:normal; line-height:0.8em;}
h3 {font-size:1.1em; font-weight:bold;}
p {font-size:1.1em;}
ul {font-size:1.1em;margin-top:.0;margin-left:15px;margin-bottom:1em;padding-left:0px;list-style: disc;}
li {margin-top:0;margin-bottom:.5em;}
dl {font-size:1.1em;}
dt {margin-top:1.0em;margin-bottom:.5em; font-weight:bold;}
dd {margin-left:15px;padding-left:0px;}
blockquote {font-size:1.1em;}

/* Header */
.nav {font-size:1.1em; color:#628000;}
.nav a:link {color:#628000;text-decoration:none;}
.nav a:visited {color:#628000;text-decoration:none;}
.nav a:hover {color:#e5b800;text-decoration:none;}
.nav a:active {color:#e5b800;text-decoration:none;}

.inlinephoto {
	padding: 0px;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 18px;
	margin-bottom: 4px;
	text-align: left;
}

.photocredit {font-size:0.9em; color:#b8ac69; line-height:130% }
.photocaption {font-size:0.9em; color:#666666; line-height:90% }
.captionspace {margin-top: 2px; margin-bottom: 2px;}



/* Left Column */

.leftlinks {font-size:1.3em; color:#568cb3;}
.leftlinks a:link {color:#568cb3;text-decoration:none;}
.leftlinks a:visited {color:#568cb3;text-decoration:none;}
.leftlinks a:hover {color:#e5b800;text-decoration:none;}
.leftlinks a:active {color:#e5b800;text-decoration:none;}


/* Main Column */

.postheadline {font-family:helvetica; font-size:1.5em; color:#000000;font-weight:bold;}
.postheadline a:link {color:#000000;text-decoration:none;}
.postheadline a:visited {color:#000000;text-decoration:none;}
.postheadline a:hover {color:#df0010;text-decoration:none;}
.postheadline a:active {color:#df0010;text-decoration:none;}

/* Hypertext Styles --what if we used a red like #98002e for links? */

a:link{color:#cca300;text-decoration:none;}
a:visited{color:#cca300;text-decoration:none;}
a:hover {color: #89b300;text-decoration:none;}
a:active{color:#628000;text-decoration:none;}


/* Footer */
.copyright {font-size:0.8em; color:#b8ac69;}
.copyright a:link {color:#b8ac69;text-decoration:none;}
.copyright a:visited {color:#b8ac69;text-decoration:none;}
.copyright a:hover {color:#628000;text-decoration:none;}
.copyright a:active {color:#628000;text-decoration:none;}


