﻿ul {
	list-style-type: none;
	margin: 0 auto;
	width: 783px;
}
.navi {
	padding-left: 14px;
	padding-right: 14px;
	cursor: pointer;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small; font-weight:bold;
	color: #5e5e5e;
	float: left;
	height: 25px;
	text-align: center;
	padding-top: 5px;
}
li:hover {
	float: left;
	width: auto;
	height: 25px;
	background-color: white;
	padding-top: 5px;
}
a {
	color:black; font-family:Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: underline;
	color:gainsboro;
}
a.nav {
	text-decoration: none;
	color:#5e5e5e;
}

body {
	background-image: url('images/bkgLightYellowMenuShort.png');
	background-repeat: repeat-x;
	margin: 0;
}
.container {
	width: 1000px;
	margin: 0 auto;
	height: 100%;
}
.centerContainer {
	height: 600px;
	margin: 0 auto;
	width: 770px;
	height: 100%;
}
form {
	font-family: "BankGothic Lt BT";
	font-size: small;
	color: white;
}
/*Header Elements*/
.headerContainer {
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 82px;
	text-align: center;
}
/*Navigation*/
.naviContainer {
	height: 31px;
}
/*Center Elements*/
.viewContainer {
	width: 450px;
	height: 100%;
	background-color: white;
	margin-top: 30px;
	float: left;
}
.addressContainer {
	width: 222px;
	height: 100%;
	background-color: white;
	float: left;
	margin-left: 18px;
	margin-top: 30px;
}
/*Footer*/
#footerContainer {
	margin-top: 30px;
	height: 150px;
	width: 100%;
	background-image: url('images/bkgFooterSkyBlue.png');
	background-repeat: repeat-x;
	float: left;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
	vertical-align:middle;
}
.footerText {
	margin-top:20px;
}
#monitor {
	width: 450px;
	height: 100%;
	overflow: auto;
}
/*NewsFeed Style*/
.newsfeed {
	margin: 0 auto;
	width: 200px;
	height: 251px;
	background-color: aliceblue;
}
.titleBar {
	margin: auto;
	height: 22px;
	width:100%;
}
