/* Bay Area Study Pages*/

/* general styles */
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	min-height: 800px;
}

h1 {  font-size: 1.5em;
color:#004B23; }
h2 
{  font-size: 1.2em;
color:#004B23; }
h3 {

	margin-bottom: 0.50em;
	font-size: 0.95em;
	color:#004B23;
	font-weight: bold;
	line-height: 0px;
}
h4 {  font-size: .9em; 
color:#004B23;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
}


.note{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#095789;
	font-size: 1.0em;
	text-align:center;
}
/*	font-family: Verdana, Arial, Helvetica, sans-serif; //unneeded if remaining unchanged 
	color:#004B23;  removed both so conforms to <a> tag colors when contained with links
 */
.endnote{

	font-size:0.65em;
	vertical-align: super;
}

.super{
font-size:0.65em;
vertical-align:super;
}



.underFedFundChart {
	font-size: 0.65em;
	color:#3366FF;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	border:solid;
	border-color:#000000;
 }

.smallerbody {font-size: .75em; }
.footer {  font-size: 0.85em; }
.breadcrumbs { font-size: .80em; }


.rightNav {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.85em;
background-color:#e6f3e8;
	color:#004B23;
	font-weight:700;
	word-spacing: normal;
	line-height: 1.5em;
	
 }
 
.mainLeftCol {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.85em;
background-color:#e6f3e8;
	color:#004B23;
	font-weight:700;
	word-spacing: normal;
	line-height: 1.5em;
}
.image {   /* use this in a div around each photo */
	float:left;
	position:relative;
	width: 300px;
	height: 250px;
	margin-left:10px;
	padding-top: .25em;
	padding-right: .10px;
	padding-bottom: .25em;
	padding-left: .10px;
}

.image_container {  /* use this in a div around a group of photos */
	float:left;
	min-width: 160px;
}

.box_1 {
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	border:groove;
	border-color:#339933;
}

.highlight_box_1 {
	background-color:#bef0c6;
	padding-top: .25em;
	padding-right: .75em;
	padding-bottom: .25em;
	padding-left: .75em;
}
.topCap {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.85em;
background-color:#e6f3e8;
	color:#004B23;
	font-weight:700;
	text-decoration:none
	word-spacing: normal;
	line-height: 1.5em;
	
 }


.subhead {
	font-weight: bold;
	color: #000000;
	font-size: 0.75em;
}
.subhead2 { font-weight: bold; color: #660033;
font-size: .75em; }

.smallerbody {font-size: .80em; }
.footer {  font-size: 0.80em; }
.breadcrumbs { font-size: .80em; }


A:link    { color: #004B23;}    /* unvisited links */

A:hover   { color: red } /* user hovers     */


