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

.centerContainer {
	width: 800px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #585a57;
}
.topContainer {
	width: 800px;
	position: relative;
	float: left;
}
.topLogoBox {
	width: 800px;
	position: relative;
	float: left;
}
.topNavBox {
	width: 175px;
	position: relative;
	float: right;
	right: 15px;
	top: -30px;
	z-index: 10;
}
.mainContainer {
	width: 800px;
	position: relative;
	float: left;
	top: -20px;
}
.topPictureBox {
	width: 800px;
	height: 157px;
	position: relative;
	float: left;
}
.mainContentBox {
	width: 800px;
	position: relative;
	float: left;
	background-color: #4b5289;
}
.sideNavBox {
	width: 185px;
	position: relative;
	float: left;
}
.baBox {
	width: 158px;
	height: 141px;
	position: relative;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}
.mainTextBox {
	width: 615px;
	position: relative;
	float: right;
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: #ffffff;
	min-height: 325px;
}
.indexTextLine {
	width: 395px;
	position: relative;
	float: left;
	left: 20px;
	background-image: url(images/TextSideLine.jpg);
	background-repeat: no-repeat;
	background-color: #2f3555;
}
.indexHeadline {
	width: 380px;
	position: relative;
	float: left;
	left: 15px;
	background-color: #ffffff;
}
.indexText {
	width: 350px;
	position: relative;
	float: left;
	left: 15px;
	background-color: #ffffff;
	padding-left: 40px;
}
.indexTextLine2 {
	width: 575px;
	position: relative;
	float: left;
	left: 20px;
	background-image: url(images/TextSideLine.jpg);
	background-repeat: no-repeat;
	background-color: #2f3555;
}
.indexHeadline2 {
	width: 560px;
	position: relative;
	float: left;
	left: 15px;
	background-color: #ffffff;
}
.indexText2 {
	width: 535px;
	position: relative;
	float: left;
	left: 15px;
	background-color: #ffffff;
	padding-left: 40px;
}
.textBreakLineBox {
	width: 374px;
	position: relative;
	float: left;
	left: 15px;
	padding: 15px;
}
.mondayListBox {
	width: 165px;
	height: 274px;
	position: relative;
	float: right;
	right: 5px;
	background-image: url(images/MondayListBkgd.jpg);
}
.mondayTextBox {
	width: 145px;
	position: relative;
	float: left;
	left: 10px;
	top: 40px;
}
.bottomNavBox {
	width: 800px;
	height: 50px;
	position: relative;
	float: left;
	background-color: #4b5289;
}
.photoBox {
	width: auto;
	position: relative;
	float: right;
	padding: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #2d335a;
	text-align: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #585a57;
	text-align: left;
}
.mondayText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #2d335a;
	text-align: left;
	line-height: 15px;
}
.topNavText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: right;
}
.bottomNavText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
}
a.nav:link {color: #ffffff; text-decoration: none; }
a.nav:visited {color: #ffffff; text-decoration: none; }
a.nav:hover {color: #fffffff; text-decoration: underline; }
a.nav:active {color: #ffffff; }

a.external:link {color: #585a57; }
a.external:visited {color: #000000; }
a.external:hover {text-decoration: underline; color: #000000; }
a.external:active {color: #585a57; }

a.monday:link {color: #2d335a; text-decoration: underline; }
a.monday:visited {color: #2d335a; }
a.monday:hover {color: #2d335a; }
a.monday:active {color: #2d335a; }