body {
	font-family: Verdana, Arial, Helvetica;
	text-align: center;
	background: gray;
}
a {
	color: blue;
}
#OuterBorder {
	text-align: left;
	padding: 25px;
	background: white;
	width: 954px;
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
}
#UpperNav a {
	display: block;
	text-align: center;
	font-weight: bold;
	background: url(../../images/UpperNavBG.jpg);
	color: white;
	font-size: 13px;
	line-height: 36px;
	text-decoration: none;
	width: 121px;
}
#UpperNav p {
	display: block;
	text-align: center;
	font-weight: bold;
	background: url(../../images/UpperNavBG.jpg);
	color: yellow;
	font-size: 13px;
	line-height: 36px;
	text-decoration: none;
	width: 121px;
}
#UpperNav a:hover {
	color: yellow;
}
.BodyContent {
	font-size: 13px;
	background: url(../../images/GearBG.jpg) no-repeat;
	background-position: center right;
}
#Lower {
	font-size: 11px;
/*	font-weight: bold;*/
	color: white;
}
#Lower a {	
	color: white;
}
#Copyright {
	font-size: 10px;
	text-align: right;
	background:url(../../images/CopyrightBG.jpg);
}