body {
	font:normal 11px Arial, Tahoma, Verdana;
}

a {
	color:#000;
}

#header, #footer { 
	display: none;
}

#printInfo,
.printOnly {
	display:block;
}

body.ContentPage #txtLeft{ display:block; }
body.LongText #txtLeft { display:none; }
#txtLeft .subNav { display:none; }
body.Location #txtLeft { display:block; }

#printInfo #address {
	position:absolute;
	top:5px;
	right:0;
}

#txtLeft img {
	display:none;
}

#txtLeft table {
	width:250px;
	border:solid #968064;
	border-width: 1px 0px 0px 1px;
}
#txtLeft table td {
	border:solid #968064;
	border-width: 0 1px 1px 0;
	padding:2px 5px;
	vertical-align:top;
	text-align:left;
}
#txtLeft table tr.title td {
	background:#968064;
	color:#FEEFC1;
}

p {
	margin-bottom:10px;
	line-height:120%;
}

h1,h2 {
	/*color:#7A003C;*/
}

h1.printOnly {
	margin-bottom:40px;
	font-weight:normal;
	font-size:26px;
}

#cont {
	margin-top:40px;
	font:normal;
}

ul.entriesList {
	list-style-type:none;
}
ul.entriesList ul {
	list-style-type:square;
}
