/* CSS Document */
body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.7em;
}
#header{
	display:none;
		margin:0px;
	padding:0px;
}
#footer{
	display:none;
		margin:0px;
	padding:0px;
}
#nav{
	display:none;
	margin:0px;
	padding:0px;
}
#bodytext{
	margin:0px;
	padding:0px;
	width:100%;
}
#bodytext #breadcrumb {
	display:none;
}
#bodytext h1{
	color:#157E93;
	font-size:140%;
	border-bottom:1px solid #EAEAEA;
}
#bodytext h2{
	color:#157E93;
	font-size:120%;
	margin-bottom:5px;
}
#bodytext h3{
	color:#333333;
	font-size:110%;
	margin-bottom:5px;
}
#bodytext p{
	margin:0px 0px 10px 0px;
	padding:0px;
	line-height:130%;
}
#bodytext a{
	color:#167C92;
}
#bodytext h3{
	color:#333333;
	font-size:110%;
	margin-bottom:5px;
}
#bodytext li{
	margin-bottom:10px;
	list-style:none;
	list-style-image:url(../images/content-bullet.gif);
}
#home-promo{
	float:right;
	padding-left:30px;
	background:#FFFFFF;
}
#home-promo table{
	border:1px solid #CCCCCC;
	width:200px;
}
#home-promo img{
	display:none;
}
.printlogo{
	display:block;
	padding-bottom:15px;
}
