﻿body {
	font-family: "trebuchet MS";
	font-size: medium;
	background-color: #F5F5E9;
	width: 100%;
	height: 100%;
}
#Indent {
	margin: 3px 80px 5px 80px;
	font-size: smaller;
}
#CtrHeading {
	text-align: center;
	font-weight: bold;
}
.Container {
	clear: both;
	width: 800px;
	height: 1200px;
	background-image: url('../images/background800x1200x25bkgd.jpg');
	margin: 25px auto 25px auto;
	background-position: center center;
}
.Masthead {
	height: 100px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.Footer {
	border-style: none;
	position: relative;
	clear: both;
	font-size: x-small;
	text-align: center;
	text-decoration: none;
	line-height: 10px;
}
.LSideBar {
	width: 125px;
	float: left;
	margin-top: 25px;
	margin-right: 5px;
	margin-left: 10px;
}
.RSideBar {
	width: 125px;
	float: right;
	margin-top: 25px;
	margin-right: 10px;
	margin-left: 5px;
}
.Content {
	width: 500px;
	clear: none;
	position: relative;
	float: left;
	margin-top: 15px;
}
.LSideBar p {
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	margin: 6px 0px 3px 0px;
}
.RSideBar p {
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
	text-decoration: none;
	font-weight: bolder;
	color: #000000;
}
a:hover {
	color: #808080;
}
#Navigation {
	margin-top: 5px;
	margin-bottom: 1px;
	margin: 0 0 0 140px;
	width: auto;
	clear: both;
	overflow: hidden;
	padding-top: 5px;
}
#Navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#Navigation li {
	float: left;
}
#Navigation a {
	text-decoration: none;
	color: #F2F3F1;
	display: block;
	margin: 0 1px;
	padding: 2px;
	border: 1px solid #007BA8;
	background-color: #007BA8;
	font-size: small;
}
#Navigation a:hover {
	text-decoration: none;
	color: #80869B;
	background-color: #ccc;
}

.sub-content {
	font-size: small;
	padding: 2px;
	margin: 2px;
}



