/*
11/26/07 - jtd Body style found in all pages so move it to stylesheet
12/13/07 - removed anchor styles, changed all styles to use ems (relative size) so that
browsers supporting change of text size for visually handicapped would work.
removed some unused styles such as posteddate, address
Added anchor subnav style to bold 
*/

body {
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: black;
	text-align: left;
	vertical-align: top;
	font-weight:bold;
	font-size: 1.6em;

}

h2 {
	color: black;
	vertical-align: top;
	font-weight:bold;
	font-size: 1.4em;
}

.PageTitle {
	/*	color: #1d93ff;*/
	text-align: left;
	vertical-align: top;
	font-size: 1.0em;
/*	font-weight: bold;*/
}

.MainContent {
	color: #333;
	text-align: left;
	vertical-align: top;
	margin-right: 0.95em;
	margin-left: 1.25em;
	font-size:0.9em;
	padding:0.8em;
}
.SansMarginContent
{
	color: #333;
	text-align: left;
	vertical-align: top;
	font-size:0.9em;
	padding:0.8em;
}

.CallOutTitles {
color: #333;
	text-align: left;
	font-size:0.8em;
}

.newsByline {
	font-style:italic;
	font-size:0.8em;
	}
	
#current_link {
	color:#FF0000; 
	font-weight:bold; 
}

.navlink {
	font-size:0.9em; 
}
.navlinkbold {
 	font-size:0.9em;
	color: #ff0000;
	font-weight:bold;
	
}
.sublink { font-size:0.8em; 
}
a.subnav:link { color: #006699; font-weight: bold; font-style: normal; font-size:0.8em; }
a.subnav:visited {color: #006699; font-weight: bold; font-size:0.8em;   }
a.subnav:hover {color: #ff3333; font-weight: bold;  font-size:0.8em;  }

.listBlueBall {list-style-image: url(Images/blue_gel_ball.jpg) }

.Email {
	color: #676767;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	font-size: 0.75em;
}

.Homepage {
	color: #333;
	text-align: left;
	vertical-align: top;
	margin-right: 0.95em;
	margin-left: 1.25em;
	font: .9em;
}

.Copyright {
	color: #adb0b2;
	text-align: left;
	vertical-align: top;
	margin-top: 0.3em;
	font-size:  0.55em; 
}
.Sitemap {
	color: #adb0b2;
	text-align: center;
	vertical-align: top;
	margin-top: 0.3em;
	font-size:  0.55em;
}

.Navigation {
	color: #f33;
	text-align: left;
	vertical-align: top;
	font: normal 0.8em;
}
.Navigation2 {
	color: #f33;
	text-align: left;
	vertical-align: top;
	font: normal 0.8em;
}

.m_banner_hide {
	display: none;
}

.m_banner_show {
	display: block;
}

.BigRedHeadline {
	font-size: xx-large;
	color: #F00;
	font-weight: bold;
}

.lucida_calligraphy {
	font-family: "lucida calligraphy", "Lucida Sans", serif;
}

.centeredHeading {
	text-align: center;
	font-family: italic bold 1em;
}	

.PostedDate { 
	font-weight:bold;
	font-size: 1em; 
	font-family: Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-align: center; 
	vertical-align: top;
}

.tableContent  { font-size:0.8em; }

.littleText{ font-size:.6em; }

DIV.ActionButton { margin-left: 1.1em; }
	
.blueButton {
	color:#FFFFFF; 
	font-size:11px; 
	background-image:url(/images/buttons/btn_blue_mid_off.gif); 
	background-repeat:repeat-x; 
	text-align:center;
	}
	
.blueButtonLeft { background-image:url(/images/buttons/btn_blue_lt_off.gif); background-repeat:repeat-x; }
.blueButtonRight { background-image:url(/images/buttons/btn_blue_rt_off.gif); background-repeat:repeat-x; }
	
.blueButton A,
.blueButton A:link,
.blueButton A:visited,
.blueButton A:active,
.blueButton A:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.boldRed {
	color:#FF0000;
	font-weight:bold
	}
	
.instructions {
font-weight:bold;
color:#0099FF;
font-size:14px;
}