9/* $Id: FP.css 97 2008-06-22 22:31:15Z otto $ */


/* changed/added by bem on 2/2/2010 */
/* changed colors for link, and visited, added hover and reordered the list */
/* added style for subtitle2 lwf 2/6/10 */
A:link {color: #440000;}
A:visited {color: #440000;}
/* link and visited must come before hover and active */
A:hover {color: #abbe91;}

/* changed active style to prevent links from changing fonts and size during button depression (John Lamb) /*
A:active {
	color: #abbe91;
}
/*  A:active { */
/*	color: #abbe91; */
/*	font-family: Arial, Helvetica, sans-serif; */
/*} */

/* used only for the topmost headers on each page */
H1.title {
margin-left: 15%;
text-align:left;
font-family:Verdana, Arial, sans-serif;
color: #440000
}
H1.subtitle {
margin-left: 15%;
text-align:left;
font-family:Verdana, Arial, sans-serif;
color: #440000
}
/* subtitle2 style only needed if adding an alert to the subtitle */
H1.subtitle2 {
text-align:left;
margin-left:15%;
margin-top:-5px;
margin-bottom:-5px;
font-family:Verdana, Arial, sans-serif;
color: #440000
}
/* other headers */
H1 {font-family:Verdana, Arial, sans-serif; color: #440000}
H2 {font-family:Verdana, Arial, sans-serif; color: #440000}
H3 {font-family:Verdana, Arial, sans-serif; color: #440000}
H3.notice {
text-align:center;
font-family:Verdana, Arial, sans-serif;
color: #440000
}
H4 {font-family:Verdana, Arial, sans-serif; color: #440000}


/* original code replaced by changes

H1, H2 {color: #440000;} 

*/

/* end section changed/added by bem on 2/2/2010 */

#FPlogo {
/*width: 10%;*/
padding: 0px;
margin-top: 0px;
float:left;
text-align:left;
}

H1.alert, H2.alert {
	margin-top: 0; 
	color: #FF0000;
	}
h2.intensify {
	color: #990000;
	font-style: italic;
}

/* These are the monthly headers used in the calendar pages */
H3.section
{
	border: thin solid;
	background-color: #FFC;
	padding-top: 5pt;
	padding-bottom: 5pt;
	padding-left: 3pt;
	padding-right: 3pt;
	text-align: center;
	letter-spacing: .25pt;
}

/* Make any italics in the calendar headers red */
H3.section I {color: #FF0000}

TABLE {page-break-inside: avoid}
HR.TOP {page-break-after: always}

TABLE.PRDentry TR:first-child TD:first-child  {color: #440000;}

/* Text formatting for the calendar newsletter notice */
TABLE.newslettercal TR TD {
	text-indent: -.3in; 
	padding-left: .4in;
}

/* Image class to replace the non-standard align="absmiddle" */
IMG.absmiddle {
	vertical-align: middle;
	margin-bottom: .25em;
}

pre.indent, div.indent {
	margin-left: 3em;
}

table.upcoming
{
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 3em;
}

TABLE.upcoming TR TD {font-weight: bold}

span.caption
{
	font-size: smaller;
	font-family:Verdana, Arial, sans-serif;
	text-align: center;
}

.centerblock
{
	margin-right: auto;
	margin-left: auto;
}

.centertext { text-align: center }

.largerfont { font-size: larger; }

.red {color:red}

h2.event { 
	margin-top: 1em; 
	margin-bottom: .25em 
}

div.STband
{
	width: 30%;
	float: right;
	font-weight: bold;
	text-align: right;
	margin: .25em;
}
div.STdescription
{
	/*float: left;*/
	width: 65%;
	margin: .25em;
}
div.poem
{
	white-space: pre;
}

div#header {
padding: 0px;
margin: 0px;
text-align: center;
}

div#nav {
width: 10%;
padding: 10px;
margin-top: 0px;
float:left;
text-align:left;
font-size:13px;
background-color:OldLace;
}

#nav a:hover
{
  color:#abbe91;
}


div#main {
margin-left: 15%;
margin-top: 0px;
padding: 0px;
}

.50pxindent {padding: 50px}

ADDRESS{
	padding-left: 10px;
}