/* Print layout */

#sidebar_left {
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #C5292F;
	text-align: center;
	width: 176px;
}
#sidebar_left p {
	text-align: center;
	margin-top: 20px;
	font-style: italic;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0px;
	font-size: 0.9em;
}

#content {
	vertical-align: top;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #E8E3E1;
}
.Screen {
	visibility: hidden;
	display: none;
	height: 1px;
}
.HeadingRightAligned {
	text-align: right;
}
.Bullet {
	vertical-align: middle;
}

