﻿body {
	background: url('../images/lblue007.jpg') repeat;
	font-family: "Trebuchet MS", Verdana, serif;
	font-size: 12px;
	line-height: 18px;
	color: #2E333D;
}
#container {
	margin: 0 auto;
	width: 960px;
	background-color:#FDFDFD
}
#masthead {
	float: left;
	padding-left: 100px;
}
.sub_masthead {
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	color:#396CB8;
	padding-bottom: 20px;
	padding-left: 200px;
}
#page_content {
	margin: 0 auto;
	padding-top: 10px;
	width: 100%;
	background: #FFFFFF url('images/page.gif');
	background-repeat: repeat-y
} 
#page_content_top {
/*	height: 30px;
	background: #FFFFFF url('images/page_top.gif');*/
	border-bottom: 2px #396cb8 solid;
	padding-top: 10px;
} 
#page_content_bottom {
/*	height: 30px;
	background: #FFFFFF url('images/page_bottom.gif');*/
	border-bottom: 1px #396CB8 solid;
	padding-top: 10px
}
#footer {
	text-align: center;
	margin: 10px auto;
}
#masthead h1 {
	margin-bottom: 0px;
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
	color: #CE000C
}
.content {
	float: left;
	width: 620px;
/*	text-align: justify; */
	padding: 0 30px 0 30px;
	font-size: 14px;
	line-height: 24px;
}
.content h2 {
	margin-top: 0px;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #396CB8
}
.content h3 {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #CE000C;
}
.content h4 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
.content h5 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
.navbar {
	width: 200px;
	float: right;
	padding: 0 20px 0 20px;
	border-left: #396CB8 1px solid;
}
.navbar_title {
	font-size: 18px;
	font-weight: bold;
	color: #CE000C;
	padding-bottom: 10px;
}
.navbar ul {
	margin: 0;
	padding: 0 0 20px 15px
}
.navbar li {
	padding: 4px 0;
	list-style-type: none;
	border-bottom: 1px #396CB8 solid;
}
a {
	color: #CE000C;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	color: #CE000C;
	font-weight: bold;
	text-decoration: underline
}
a.navbar_link {
	color: #2E333D;
	font-weight: bold;
	text-decoration: none
}
a.navbar_link:hover {
	color: #CE000C;
	font-weight: bold;
	text-decoration: underline
}
.quote {
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic
}
.centered {
	text-align: center;
}
.directions {
	line-height: 1.5em;
	display: block;
}
.schedule dt {
	font-weight: bold;
	margin-top: 10px;
}
.schedule dd {
	margin: 0;
}
.firstline {
	margin-top: 0px;
}
.margin10 {
	margin: 10px;
}
.padTop20 {
	padding-top: 30px;
}
.padleft40 { padding-left: 40px }
.clearFloat { 	clear: left; }
.bigredp {
	color: #c50019;
	font-size: 125%;
	font-weight: bold;
}
.floatLeft { float: left }
.addressStyle { font-style:italic }
.pnlpad { padding: 20px; }
.paypal {
	width: 500px;
	background-color: #396CB8;
	color: white;
}
.note {
	border: thin solid #396CB8;
	padding: 20px;
	margin-bottom: 20px;
}