/*default the base containers (BODY,TD)*/
/*----------------------------------------------------------------*/
@media print 
{
	BODY 
	{ 
		font-family: Verdana;
		font-size: 10pt;
		background-color: #FFFFFF;
		color: #000000;
		margin: 0px 0px 0px 0px;
	}
	
	A{ border:0pt; text-decoration:none; }
	
	.theHeader, .footer, .includes{display: none;}
}
@media screen 
{
	BODY 
	{ 
		font-family: Verdana;
		font-size: 10pt;
		background-color: #FFFFCC;	/*FFFFCC*/
		color: #000000;
		margin: 0px 0px 0px 0px;
	}
/*----------------------------------------------------------------*/

TD{ font-size: 10pt; }

A:link	{ color: #0000FF; text-decoration: none; }
A:active  { color: #FF0000; text-decoration:none; }
A:hover   { color: #FF0000; text-decoration:none; }

/*a local class just to get links to indent when they wrap*/
.wrapLink
{ 
	padding: 0px 0px 0px 25px; 
	text-indent: -10px; 
	background: url("http://www.legis.state.pa.us/images/redball.gif") left top; 
	background-repeat: no-repeat; 
}

.theHeader{ background-color: #336633; }

.theBody
{ 
	height: 100%;
	font-size: 10pt;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 25px 10px 25px 10px;
}

.quickFindTD
{
	background-color: #CECEDE;
	color: #000000; 
	font-size: 8pt;
	font-weight: bold;
}
.quickFindHdr
{
	height: 17px;
	background-color: #000000;
	color: #FFFFDD; 	
	font-size: 8pt;
	font-weight: bold;
	border-bottom: 1px solid #666666;	
}

.myClock{ font-weight: bold; font-size: 8pt; }

.text 	{ position: absolute; left:  -1px; top:  -1px; color: #FFFFCC; }
.shadow { position: relative; left: 1px; top: 1px; color: #000000; } 

.subHdrGraphic
{
	padding: 2px 3px 3px 10px;
	width: 98%; white-space: nowrap;
	
	background-image: url('http://www.legis.state.pa.us/images/bgLineGRAY.gif');
	
	border: 3px double #336633;
	border-left: 0px; 
	border-right: 0px;
	
	color: #336633;	
	font-size: 20px; 
	font-weight: bold; 
	font-style: italic;
	text-align: center;
	letter-spacing: .10em;	
}

.bodyBlock{ } /*do i really even need this?*/
.bodyBlockHdr
{ 
	padding: 2px 3px 2px 3px;
	background-color: #000000;
	color: #FFFFCC;
	font-size: 17px;
	letter-spacing: .15em;
}
.bodyBlockBdy
{ 
	text-indent: -10px;
	padding: 2px 2px 25px 15px; 
	font-size: 10pt;	
}

.footerLink{ font-size: 10pt; }

.bodytext { font-size: 13px; }
.bodylink {   font-size: 13px;  font-weight: 100; color: #0000FF; text-decoration: underline; }
.titleheader {   font-size: 18px; font-weight: bolder; }
.bolded {   font-size: 15px; font-weight: bolder; }
.biggerbolded {   font-size: 26px; font-weight: bolder; }
.newsheadline {   font-size: 13px; font-weight: bold; }
.newstext {   font-size: 12px; }
.stronged {   font-size: 13px; font-weight: bold; }
.boldlink {   font-size: 14px; font-weight: bolder; text-decoration: underline}
.bigboldlink {font-size: 22px; font-weight: bolder; text-decoration: underline}

.bluebutton{
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	background-color: #CCCCCC;
	color: #336633; 	
	border: 1px outset gray;
}

.smallletters{
	font-size: 8pt;
	font-weight: bold;
	color: #000084
}

.nextLast
{
	font: 10pt Verdana;
	font-weight: bold;
	letter-spacing: .02em;
}

.goButton
{
	width: 25px;
	height: 20px;
	background: url('/images/goBtnBg_G.gif') no-repeat;
	border: 0px outset gray;
	color: white;
	font: 8pt Verdana;
	font-weight: bold;
}

/*02092007*/
.announcement
{
	font-weight: bold; 
	font-size: 12pt; 
	margin-bottom: 10px; 
	border: 1px solid #999999; 
	background-color: #DEDEDE; 
	padding: 5px;
}
/*********************************************
	CORE STYLES - DO NOT EDIT!!!
**********************************************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {display:inline-block;}
/* Hides from IE-mac \*/

.clearfix {display: block;}
/* End hide from IE-mac */


html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }

/**************END CORE STYLES ****************/
}

/************** BIO PAGE ************************/
#wrap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: auto;
}

.bio_container {
	width: 900px;
	margin: 0 auto;
}

#map {
	margin: 20px auto; 
	width: 100%;
}

.bio_leftColumn {
	float: left;  
	height: 100%; 
	z-index: 2; 
	padding: 20px;
	width: 210px
}

.bio_rightColumn {
	float: left;
	width: 600px; 
	margin-left: 0px;
}

h2.bio_ital {
	margin-bottom: 0px;
	font-style: italic;
}
h2.bio  {
	margin-bottom: 0px;
}
h4.bio {
	margin-bottom: 4px;
	font-size: 14px;
}

/************** END BIO PAGE *******************/

