@charset "UTF-8";
/* CSS Document */

.centerContainer {
	width: 800px;
	margin: 0 auto;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}
.headerBox {
	width: 800px;
	position: relative;
	float: left;
}
.navBox {
	width: 790px;
	position: relative;
	float: left;
	z-index:100;
	background-color: #386351;
	padding-left: 10px;
}
.mainContentBox {
	width: 800px;
	position: relative;
	float: left;
	background: #f3ecda;
}
.sidebarBox {
	width: 195px;
	position: relative;
	float: left;
	background-image: url(Images2/SidebarBkgd.jpg);
	background-repeat: repeat-y;
}
.sidebarButtonBox {
	width: 188px;
	position: relative;
	float: left;
	padding-top: 10px;
}
.mainTextBox {
	width: 580px;
	position: relative;
	float: left;
	padding: 10px;
}
.welcomeBox {
	width: 580px;
	position: relative;
	float: left;
	padding-bottom: 20px;
}
.pictureBox {
	width: 180px;
	position: relative;
	float: right;
	padding: 10px;
}
.navTextBox {
	width: 800px;
	position: relative;
	float: left;
	padding: 10px;
}
.weatherBox {
	width: 120px;
	height: 60px;
	position: relative;
	float: right;
	padding: 10px;
}
h1 {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
.bottomNavText {
	font-family: Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #9d9884;
	font-weight: bold;
	text-align: center;
}