﻿/* CSS layout */
body {
	margin: 0;
	padding: 5px;
	background-color: #A70622;
}

#masthead {
	min-width: 600px;
	height: 155px;
}
#logo {
	float: left;
}

#header {
	margin-left:200px;
}

#container {
	clear: both;
	min-width: 600px;
}

#left_col {
	float: left;
	width: 160px;
}
#right_col {
	float: right;
	width: 160px;
}

#page_content {
	margin-left: 50px;
	margin-right: 50px;
	font: small serif;
	margin: 25px;
	clip: rect(auto, 165px, auto, 165px);
	height: 100%;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-left: 25px;
	font-style: normal;
}

#footer {
	clear: both;
	height: 100%;
	background-color: #FFFFFF;
}
colgroup {
	font-size: x-small;
	background-color: #FFFFFF;
	color: #000000;
}
.footer li1 {
	list-style-type: none;
	float: left;
	color: #000000;
	text-decoration: none;
}
.footer ul {
	list-style-type: none;
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.footer li {
	color: #000000;
	list-style-type: none;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	font-size: x-small;
}
