﻿body {
	font-family: Tahoma, Verdana, Arial;
	font-size: small;
	position: relative;
	width: 840px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #EBEAEB;
}
#Masthead {
	position: relative;
	width: 840px;
	height: 80px;
}
#LeftNav {
	position: relative;
	width: 150px;
	float: left;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 15px;
}
#Content {
	position: relative;
	width: 566px;
	float: left;
	height: 100%;
	padding-top: 15px;
	padding-bottom: 30px;
}
#RightColumn {
	width: 114px;
	position: relative;
	float: left;
	text-align: right;
}
#Footer {
	position: relative;
	width: 840px;
	padding: 0px;
}
ul {
	list-style-type: none;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	float: left;
	height: 20px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
ul a {
	display: block;
	width: 140px;
	height: 20px;
	color: #333333;
	line-height: 20px;
	text-decoration: none;
	background-image: url('../Images/cssButton.gif');
	background-repeat: no-repeat;
}
ul a:hover {
	background-position: 0px -20px;
	color: #FFFFFF;
}
h1 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
#Copyright {
	width: 840px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.Copyright {
	position: relative;
	width: 840px;
	float: left;
	font-size: x-small;
	vertical-align: middle;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 20px;
}
#Copyright0 {
	width: 840px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}
