@import url("reset_headerfooter.css");
@import url("frame_headerfooter.css");

body{
	background-image: none;
	margin: 0;
}

.printerFriendly{
	width: 549px;
	margin: 0 auto;
	padding: 12px 0 12px 0;
}

.printerFriendly a:link,
.printerFriendly a:visited,
.printerFriendly a:active{
	padding: 2px 1.8em;
	border: #b5b5b5 1px solid;
	background-color: #efefef;
	color: #000000;
	text-decoration: none;
}

.printerFriendly a:hover{
	border-color: #1A4F3D;
	background-color: #199A60;
	color: #ffffff;
	text-decoration: none;
}

.head{
	text-align: left;
}
.head a{
	margin: 0 6px 0 0;
}

.foot{
	text-align: right;
}
.foot a{
	margin: 0 0 0 6px;
}

#header{
	width: 100%;
	border-top: #d9d9d9 1px solid;
	text-align: center;
}

#header #identity{
	float: none;
	width: 549px;
	margin: 0 auto;
	padding-top: 22px;
	text-align: left;
}

#header #identity img#ciImage{
	margin-left: 0;
}

ul#utility,
form#siteSearch,
dl#globalNavigation,
ul#footerUtility{
	display: none !important;
}

#body{
	width: 549px;
}

#footer{
	border-bottom: #d9d9d9 1px solid;
	padding-bottom: 7px;
	background-image: none;
	text-align: center;
}

#footer address{
	clear: both;
	position: static;
	width: 549px;
	margin: 36px auto 6px auto;
	text-indent: 0;
}

@media print{
.printerFriendly{
	display: none;
}
#header{
	border-top: none;
}
#footer{
	border-bottom: none;
}
}

