body
	{
	position: relative;
	margin: 0;
	padding: 0;
	color: black;
	background-color: white;
	font-size: 12px;
	font-family: arial, san-serif;
	}
	
/* Centers things */	
.center
	{
	position: relative;
	width: 1101px;
	margin: 0 auto;
	padding: 0;
	}
	
/* Position and properties for buildings images and main column*/
	
#left-image
	{
	position: absolute;
	top: 0;
	left: 0;
	width: 149px;
	height: 1100px;
	margin: 0;
	padding: 0;
	border-right: solid 4px black;
	background-image: url(right-image.jpg);
	}
	
#content-column
	{
	position: relative;
	width: 795px;
	height: 1100px;
	margin: 0 auto;
	padding: 0;
	}

#right-image
	{
	position: absolute;
	width: 149px;
	height: 1100px;
	margin: 0;
	padding: 0;
	border-left: solid 4px black;
	background-image: url(left-image.jpg);
	top: 0;
	right: 0;
	}
	
/* Navigation things */

.bar
	{
	width: 795px;
	height: 5px;
	margin: 0;
	padding: 0;
	background-image: url(bar.gif);
	background-repeat: repeat;
	position: relative;
	}
	
.center-nav
	{
	position: relative;
	width: 795px;
	height: 43px;
	margin: 0 auto;
	padding: 0 14px;
	background-color: black;
	}
	
.buttons
	{
	font-family: "Arial Narrow";
	position: relative;
	min-width: 80px;
	height: 33px;
	background-color: #45527c;
	background-image: url(blue-nav-back.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #c3c0c0;
	text-align: center;
	font-weight: bold;
	float: left;
	margin: auto 0;
	display: block;
	border-right: solid 1px black;
	text-transform: uppercase;
	line-height: 12px;
	padding-top: 10px;
	}
	
.single
	{
	line-height: 28px;
	}
	
.green
	{
	background-color: #326c61;
	background-image: url(green-nav-back.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
	
.current
	{
	background-image: url(current-nav-back.jpg);
	background-repeat: no-repeat;
	background-position: right;
	min-width: 82px;
	color: #46527c;
	}
	
.buttons:hover
	{
	background-image: url(current-nav-back.jpg);
	background-repeat: repeat;
	background-position: right;
	color: #46527c;
	}
	
/* Main content */

.main-content
	{
	background-color: white;
	background-image: url(midway-under.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 10px;
	}
	
.box
	{
	position: relative;
	width: 735px;
	height: 596px;
	margin: 0 auto;
	background-image: url(gray-back.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	}
	
.list-box
	{
	margin: 0 auto 6px auto;
	width: 718px;
	}
	
.list-box-head
	{
	width: 100%;
	height: 26px;
	background-image: url(listbox-head-back.png);
	background-repeat: no-repeat;
	line-height: 26px;
	margin-bottom: 0;
	}
	
.list-box-content
	{
	width: 100%;
	background-image: url(listbox-back.png);
	background-repeat: repeat-y;
	margin-top: 0;
	padding-bottom: 7px;
	}
	
/* Main content for Home Page */
	
.welcome
	{
	position: relative;
	width: 750px;
	height: 650px;
	background-image: url(welcome.jpg);
	background-repeat: no-repeat;
	margin: 0 auto 7px auto;
	padding: 50px 5px 0 10px;
	}
	
.welcome p
	{
	color: #404040;
	font-weight: bold;
	font-size: 14px;
	margin: 0.5em;
	}
	
.welcome p.large
	{
	font-size: 20px;
	}
	
.map
	{
	margin: 0 auto;
	display: block;
	}
	
/* About Us Columns */

.info-column-center
	{
	width: 645px;
	margin: 0 auto;
	}
	
.info-column
	{
	float: left;
	width: 208px;
	}
	
.info-box
	{
	margin: 0 auto 6px auto;
	width: 201px;
	}
	
.info-head
	{
	width: 100%;
	height: 26px;
	background-image: url(infobox-head-back.png);
	background-repeat: no-repeat;
	line-height: 26px;
	margin-bottom: 0;
	}
	
.info-content
	{
	width: 100%;
	background-image: url(infobox-back.png);
	background-repeat: repeat-y;
	margin-top: 0;
	padding-bottom: 7px;
	}
	
.box .info-column-center .info-column .info-box .info-content p
	{
	text-indent: -20px;
	margin: 0;
	font-size: 10px;
	font-weight: none;
	}
	
.info-head h3
	{
	color: #46527c;
	font-size: 15px;
	text-indent: 10px;
	}
	
/*Footer */

.footer
	{
	position: absolute;
	bottom: 0;
	left: 15px;
	background-image: url(foot-back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 124px;
	width: 762px;
	padding-left: 3px;
	}
	
.footer img
	{
	margin: 5px 6px 0 7px;
	}
	
.footer p
	{
	text-align: center;
	margin-top: 0;
	}
	
/* Universal properties */	

h1
	{
	position: relative;
	font-size: 30px;
	color: #46527c;
	background-image: url(header-logo.png);
	background-repeat: no-repeat;
	background-position: left;
	}
	
.box p
	{
	position: relative;
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 45px;
	color: #404040;
	font-weight: bold;
	font-size: 14px;
	margin: 0.5em;
	}
	
.indent
	{
	text-indent: 60px;
	}
	
h1.head
	{
	padding-left: 50px;
	}
	
h2
	{
	font-size: 20px;
	color: #46527c;
	margin: 0.5em;
	}
	
.box h2
	{
	color: #404040;
	}
	
img
	{
	border: none;
	}
	
a
	{
	text-decoration: none;
	}
