﻿/* Site Layout */

#content {
	margin: 0px 10px 0px 165px;
	padding: 0px;
}

#footer {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 175px;
	padding: 0px 0px 1px 0px;
	text-align: center;
}

/* Fixed Menu */

#menu {
	border: none;
	display: block;
	left: 0px;
	margin: 0px;
	padding: 0px;
	position: fixed;
	text-align: left;
	top: 0px;
	width: 165px;
}

* html #menu {
	position: absolute;
}

#menu a:visited, #menu a {
	border: none;
	display: block;
	margin: 0 auto;
}

/* Page Layouts */

.headfoot {
	background: #0066FF;
	color: #FFFFFF;
	display: block;
	font-family: "Copperplate Gothic Bold", "Times New Roman";
	font-size: 18px;
	font-variant: small-caps;
	font-weight: normal;
	height: 30px;
	padding: 10px 0px 5px 0px;
	position: relative;
	text-align: center;
	width: 740px;
}

#container {
	background-color: #FFFFFF;
	border-left: 205px solid #990000;
	border-right: 220px solid olive;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	position: relative;
	width: 310px;
}

#left {
	color: #FFFFFF;
	display: inline;
	float: left;
	margin-left: -205px;
	padding: 0px;
	position: relative;
	width: 200px;
}

#right {
	color: #FFFFFF;
	display: inline;
	float: right;
	margin-right: -220px;
	padding: 0px;
	position: relative;
	width: 220px;
}

#center {
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#pagehead {
	background-color: #000099;
	color: #FFFFFF;
	font-size: 18px;
	font-family: "Copperplate Gothic Bold", "Times New Roman";
	font-variant: small-caps;
	letter-spacing: 10px;
	margin: 0px;
	padding: 10px;
	text-align: left;
	width: 715px;
}

#pagecontent {
	color: #000000;
	width: 715px;
}