﻿.general_style {
	text-align: center;
	color: #000080;
	font-family: "Arial Narrow";
	font-size: large;
	background-color: #999966;
}
.address_style {
	text-align: center;
	color: #0000FF;
	font-family: "Arial Narrow";
	font-size: large;
}
.contact_style {
	text-align: center;
	color: #0000FF;
	font-family: Arial;
	font-size: large;
	text-decoration: underline;
}
#PageWrapper {
	width: 800px;
	height: 800px;
	text-align: center;
	vertical-align: middle;
}
#HeaderBar {
	background: #999966;
	width: 800px;
	height: 175px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#MenuBar {
	background: #800000;
	width: 800px;
	height: 5px;
	color: #000000;
}
#SideBarLeft {
	background: #999966;
	width: 50px;
	height: 400px;
	float: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#MainContent {
	width: 700px;
	height: 400px;
	float: left;
}
#SideBarRight {
	background: #999966;
	width: 50px;
	height: 400px;
	float: right;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#FooterBar {
	width: 800px;
	height: 100px;
	float: left;
	background-color: #999966;
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
}
