﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

div.body {
	position: absolute;
	left: 0;
	right: 0;
	width: 800px;
	margin: auto;
}

div.masthead {
	width: 650px;
}

div.logo {
	float: left;
	width: 150px;
	text-align: center;
}

div.header {
	margin-left: 150px;
	text-align: center;
}

div.container {
	clear: both;
	width: 650px;
}

div.left_col {
	float: left;
	width: 150px;
}

div.page_content {
	margin-left: 150px;
	width: 650px;
}

div.footer {
	clear: both;
	width: 800px;
}

a:link {
	text-decoration: underline;
	color: #000000;
}

a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	color: #000000;
	font-style: italic;
}

a:active {
	color: #000000;
}

p.menu_button {
	line-height: 1.5em;
	font-size: large;
	text-align: center;
}

h1 {
	text-align: center;
	font-family: "Imprint MT Shadow";
}

h2 {
	text-align: center;
	font-family: "Imprint MT Shadow";
}}

td.right {
	text-align: right;
}