/*------------------ Typography Styles ----------*/
strong{font-weight:bold;}
em{font-style:oblique;}
body{font-family:helvetica, sans-serif;}
a{
	text-decoration:none;
	color:#000;
}
#content a{
	font-weight:bold;
}
h1{
	font-size:1.7em;
}
h2{
	font-size:1.5em;
}
#masthead h2{
	font-size:1.4em;
	letter-spacing:1px;
}
#content h2{
	font-size:1.3em;
	font-weight:bold;
}
h4{
	font-size:.9em;
	font-weight:bold;
	margin:12px 0;
}
#navigation td a{
	font-size:.9em;
	letter-spacing:1px;
	color:#ffffff;
}
#navigation td a:hover{
	color:#d3d3d3;
}
#content p{
	font-size:.9em;
	line-height:1.1em;
}
#homepageSlideshowMenu ul li{
	font-size:.95em;
	letter-spacing:1px;
}
#homepageSlideshowInfo{
	letter-spacing:1px;
}
	#homepageSlideshowInfo h1{
		font-size:1.3em;
	}
	#homeSlideReadMore{
		font-size:.9em;
	}
#newsColumn h1{
	font-style:oblique;
	font-size:1.5em;
	font-weight:normal;
	letter-spacing:1px;
}
.newsItem{
	font-size:.8em;
}
#content div.newsItem h2{
	font-size:1em;
}
#footer{
	color:#ffffff;
	font-size:.9em;
}