body {
	margin-left: 15em;
	margin-right: 15em;
	margin-top: 0em;
}

#logo {
/*	position: absolute;
	top: 0px;
	left: 12em; */
	color: black;
	font-size: 4em;
	border-bottom: 4px solid #555555;
}

#logo sup {
	padding-left: 0.5em;
	font-size: 50%;
}

#left_col {
	position: absolute;
	top: 0em;
	bottom: 0em;
	left: 0em;
	width: 13em;
	background-color: #555555;
}

#footer {
	position: absolute;
	bottom: 1em;
	right: 0em;
	left: 0em;
	text-align: center;
}

#footer li {
	display: inline;
}

ul.red_box {
	background-color: #880000;
	color: white;
	margin-left: 0em;
	padding-left: 0em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	width: 105%;
	border: 1px #d0d0d0 solid;
}

#contact {
	position: absolute;
	right: 0em;
	bottom: 0em;
	width: 14em;
	margin: 0px;
	color: white;
	background-color: #880000;
	padding: 0.5em;
}

.red_box ul {
	margin: 0em;
	padding: 0em;
}

.red_box li {
	margin-left: 0.5em;
	padding: 0em;
	list-style-type: none;
}

.red_box a {
	color: white;
	text-decoration: none;
}

.red_box a:visited {
	color: white;
}

.red_box a:hover {
	color: white;
	text-decoration: underline;
}

#user_info {
	position: absolute;
	top: 0em;
	right: 0em;
	width: 14em;
}

table.log {
	width: 90%;
	border: 1px solid #660000;
	border-collapse: collapse;
	background-color: white;
}

.log th, .summary_table th {
	background-color: #880000;
	border-bottom: 1px solid #660000;
	color: white;
	text-align: left;
}

.log tr.odd, .summary_table tr.odd {
	background-color: #faf0f0;
}


div.right_layout_box {
	float: right;
	width: 15em;
}

div.right_box {
	margin: 0.3em;
	background-color: white;
	border: 1px solid #000000;
}

.right_box div.title, .summary_box div.title {
	margin: 0em;
	padding: 0.1em;
	text-align: center;
	background-image: url(/static/images/table_header.jpg);
	color: white;
	border-bottom: 1px solid #000000;
}

.print_inline {
	display: none;
}

.print_block {
	display: none;
}

table.summary_table {
	margin: 0.5em;
	border: 1px solid #660000;
	border-collapse: collapse;
	background-color: white;
	width: 25em;
	float: left;
}


