/* SITE-WIDE SETTINGS */

a:visited{text-decoration: none;}
a:link{text-decoration: none;}

body { 
	font-family: Verdana, Geneva;
	font-size:8pt;
	margin: 0;
	background: #F8EEC5 url(pics/bg_stripe.gif) top left repeat-x;
	text-decoration: none;
}

.TagLine{
	font-style: italic;
	line-height: 1.2;
	color: #FFD700; 
	letter-spacing: .1em;
}

.Pic{ 
	background: #ffff99 url(pics/tree_leaves.jpg) top left repeat-x;
}

/* This will display a hidden message when the .css file is missing */
.no_css {
	font-weight: bold;
	line-height: 1.2;
	color: #336633; /* Green */
}

.menu {
	color: Black;
	text-decoration: none;
	font-size: 8pt;
	background-color: #336633;
	text-indent: 18px;
	line-height: 1.4;
}
.menu a:link{color: White;}
.menu a:visited{color: White;} 
.menu a:hover {color: #339933;	background-color: White;}

/* Used for the navigation line below the header bar */
.nav{
	color: BLACK;
	text-decoration: none;
	line-height: 1.7;
	font-weight: bold;
	font-size: 8pt;
	margin-left: 26px;
}
.nav a:link{color: Blue;}
.nav a:visited{color: Blue;} 
.nav a:hover {color: #ffffcc;	background-color: Blue;}

.warn{
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	letter-spacing: .1em;
	line-height: 1.2;
	color: Red;
	text-indent: 42px;
}
.warn a:link{color: red;}
.warn a:visited{color: red;} 
.warn a:hover {color: #ffffcc; background-color: red;}

.warn_sm{
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	line-height: 1.1;
	color: Red;
	text-indent: 10px;
}


/* This is the tile for each page, just below the nav */
.title{
	font-size: 14pt;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	letter-spacing: .1em;
	line-height: 1.8;
	color: #339966;
	text-indent: 35px;
}

/* This is the intro line for the page, just below title */
.intro {
font-weight: bold;
font-size: 9pt;
margin-left: 35px;
color: #663300;
text-decoration:none;
 }
 
 /* the What's New dates  */
.wnDate {
	font-size: 8pt;
	font-weight: bold;
	line-height: 1.3;
	color: #663300;	
	text-align: left;
}

/* The What's New text */
.wnTxt {
	font-weight: bold;
	font-size: 9pt;
	color: black;
	line-height: 1.3;
	text-decoration: none;
	text-align: left;
	margin-left: 10px;
}
.wnTxt a:link{color: #0000CD;}
.wnTxt a:visited{color: #0000CD;} 
.wnTxt a:hover {color: #ffffcc;	background-color: #0000CD;}


.siTxt a:link{color: #0000CD;}
.siTxt a:visited{color: #0000CD;} 
.siTxt a:hover {color: #ffffcc;	background-color: #0000CD;}
/* the What's New dates  */

.siTitle {
	font-size: 8pt;
	font-weight: bold;
	line-height: 1.3;
	color: #663300;
	text-align: left;
	padding-left: 9px;
	width: 10em;
}

.siDate {
	font-size: 8pt;
	font-weight: bold;
	line-height: 1.3;
	color: #663300;
	text-align: left;
	padding-left: 9px;
	width: 12em;
}

/* The Sign in text */
.siName {
	font-weight: bold;
	font-size: 8pt;
	color: blue;
	line-height: 1.3;
	text-decoration: none;
	text-align: justify;
	vertical-align: top;
	padding-left: 18px;
}

/* The Sign in text */
.siTxt {
	font-weight: bold;
	font-size: 8pt;
	color: black;
	line-height: 1.3;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}

.siTxt a:link{color: #0000CD;}
.siTxt a:visited{color: #0000CD;} 
.siTxt a:hover {color: #ffffcc;	background-color: #0000CD;}

/* Used for text in the tables and captions  */
.list{
	color: black;
	text-decoration: none;
	font-weight: bold;
	margin-left: 10px;
	font-size: 9pt;
	}
.list a:link{color: #0000CD;}
.list a:visited{color: #0000CD;} 
.list a:hover {color: #ffffcc; background-color: #0000CD;}

.story{
	color: black;
	text-decoration: none;
	font-weight: normal;
	padding-left: 18px;
	font-size: 9pt;
}
.story a:link{
	color: #0000CD;
	font-weight: bold;
}
.story a:visited{
	color: #0000CD;
	font-weight: bold;
} 
.story a:hover {
	color: #ffffcc;
	background-color: #0000CD;
	}
.story p:first-letter {
	color: Navy;
	font-weight: bold;
	font-size: 11pt;
}

/* Used for text on the Contact.html page  */
.contact {
	font-weight: normal;
	font-size: 8pt;
	margin-left: 10px;
	color: Black;
	line-height: 1.5;
}
.contact a:link{color: #3333FF; font-weight: bold; text-decoration:none;}
.contact a:visited{color: #3333FF; font-weight: bold; text-decoration:none;} 
.contact a:hover {color: #ffffcc;	background-color: #3333FF;}

.contactRed {
font-weight:bold;
font-size:8pt;
margin-left: 5px;
color: red;
line-height: 1.5;
text-decoration:none;
 }

/* Used for error text in the error pages */
.errText{
color:#cc0000;
text-decoration: none;
font-weight:bold;
margin-left: 20px;
font-size: 10pt;
}
