BODY {
	color: black;
	background-color: white;
	background-image: url("EH_side_bar.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-left: 140px;
	font-family: serif;
	}

IMG {
	background-color: white;
	text-align: center;
	float: none;
	border: none;
	}

HR {
	color: red;
	}

TABLE {
	width: 100%;
	background : transparent;
	text-align : center;
	}

TH, TD {
	text-align : center;
	}

.sidebar {
	float: right;
	border: thin solid red;
	width: 40%;
	padding: 1em;
	}

.sidebar H1, .sidebar H2, .sidebar H3, .sidebar H4, .sidebar H5, .sidebar H6 {
	text-align: center;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}

h1, h2, h3, h4, h5, h6, th, .header, .footer, .subtitle {
	font-family: Tahoma, Verdana, 'Myriad Web', Syntax, sans-serif;
	}

h1, h2, h3, h4, h5, h6, th, .subtitle {
	color: red;
	}

.subtitle {
	font-size: 1.2em;
	}

DIV.header, DIV.footer {
	clear: both;
	}

DIV.header {
	font-weight: bold;
	}

.clear, .you-are-here {
	clear: both;
	}

.hidden {
	display: none;
	}

.small-text {
	font-size: .75em;
	}

.title-text {
	font-weight: bold;
	font-size: 1.2em;
	}

A:link {
	color: blue;
	}

A:visited {
	color: purple;
	}

A:active {
	color: red;
	}
