body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #A4D3E9;
	font-size: 12px;
}

p {
	margin: 5px 20px 5px 10px;
}

blockquote {
	margin: 0px 0px 30px 10px;
}

.HeaderContainer {
	width: 837px;
	height: 121px;
	background-image: url(images/header_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.Logo {
	width: 320px;
	height: 96px;
	float: left;
	margin-top: 12px;
	margin-left: 12px;
}

.ServiceHours {
	width: 496px;
	height: 96px;
	float: right;
	margin-top: 12px;
}

.MainContentContainer {
	width: 837px;
	clear: left;
	background-image: url(images/content_back.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.ContentContainer {
	width: 810px;
	background-color:#FFFFFF;
	margin-left: 12px;
}

.TopContentContainer {

}

.MiddleContentContainer {
	border-right: 1px solid #195389;
	border-left: 1px solid #195389;
}

.NavBar {
	text-align: center;
	padding: 5px 0px 3px 0px;
	background-image: url(images/nav_line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.NavLink {
	padding: 0px 15px;
}

.Content {
	padding-left: 15px;
}

.Title {
	font-size: 16px;
	font-weight: bold;
	color: #f4633c;
	padding: 5px 0px 10px 0px;
}

.BlueHeader {
	font-weight: bold;
	color: #195389;
}
.orangeHeader {
	font-weight: bold;
	color: #f4633c;
}

.BottomContentContainer {
	margin: 0px;
}


li {
	list-style-position: inside;
	list-style-type: square;
	margin: 0px 5px 5px -10px;
}

.BigText {
	font-size: 14px;
	line-height: 20px;
}

.HighlighText {
	font-size: 13px;
}
.Bottom {
	margin-top: 15px;
	width: 775px;
	border-top: 1px solid #cccccc;
	padding-top: 10px;
}
.Right {
	text-align: right;
}

.Line {
	margin: -15px 0px 10px 0px;
	padding: 0px;
}
.QuoteBorder {
	border: 1px solid #cccccc;
	padding: 10px;
	margin: 10px;
	width: 320px;
	text-align: left;
}