body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #0C4E67;
	background-repeat: repeat-y;
	background-position: center top;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding-top: 5px;

}
#header {
	width: 770px;
	background-color: #0C4E67;
	height: 135px;
}
#nav {
	background-color: #EBEAEA;
}
#content {
	width: 770px;
	text-align: left;
	font-size: .9em;
}
#directory {
	width: 770px;
	text-align: left;
	font-size: .9em;
	padding: 10px 10px 10px 20px;
	text-align: justify;
	font-size: 1.1em;
	background-color:#FFFFFF;
	background-image: url(images/bgFlower.jpg);
	background-position: 300px -40px;
	background-repeat: repeat-y;
}
#colLeftHome {
	padding: 10px 10px 10px 20px;
	text-align: justify;
	font-size: 1.1em;
	background-color:#FFFFFF;
	background-image: url(images/bgFlower.jpg);
	background-position: -80px -40px;
	background-repeat: repeat-y;
}
#colRightHome {
	background: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EBEAEA;
}
#colLeftCalendar {
	padding: 10px 10px 10px 20px;
	text-align: justify;
	font-size: 1.1em;
	background-color: #FFFFFF;
}
#colRightCalendar {
	background: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	font-size: 1em;
}
#footer {
	width: 760px;
	background-color: #EBEAEA;
	padding: 5px;
}

.green {color: #009BA2;} 
.blue {color: #394EAA;} 
.purple{color: #BE79DA;} 
.red {color: #DA4141;} 
.yellow {color: #EAC21F;} 
.orange {color: #E37425;}
.ltGray {color: #EBEAEA;} 

.dividerGreen {
	background-color: #009BA2;
	height: 6px;
	width: 100%;
	margin: 15px auto;
}
.dividerBlue {
	background-color: #394EAA;
	height: 6px;
	width: 100%;
	margin: 15px auto;
}
.dividerPurple {
	background-color: #BE79DA;
	height: 6px;
	width: 100%;
	margin: 15px auto;
}
.dividerRed {
	background-color: #DA4141;
	height: 6px;
	width: 100%;
	margin: 15px auto;
}
.dividerYellow {
	background-color: #EAC21F;
	height: 6px;
	width: 100%;
	margin: 15px auto;
}
.dividerOrange {
	background-color: #E37425;
	height: 6px;
	width: 100%;
	margin: 15px auto;
}
.dividerLtGray {
	background-color: #EBEAEA;
	height: 6px;
	width: 100%;
	margin: 15px auto;
}


.bold {font-weight: bold;}
.italic {font-style: italic;}
.center {text-align: center;}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #333333;
	font-weight: normal;
	text-align: left;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	display: inline;
	text-align: center;
	color: #FFFFFF;
	line-height: 20px;
}
h4 {
	text-align: left;
}
h5 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: groove;
	border-top-color: #EBEAEA;
}

.bigGreen {
	color: #009BA2;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
} 
.bigBlue {
	color: #394EAA;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
} 
.bigPurple{
	color: #BE79DA;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
} 
.bigRed {
	color: #DA4141;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
} 
.bigYellow {
	color: #EAC21F;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
} 
.bigOrange {
	color: #E37425;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}
.bigLtGray {
	color: #EBEAEA;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
} 


fieldset {
	text-align: justify;
	font-size: 0.85em;
}
.footerBox {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #666666;
	text-align: right;
}
.newsTitle {
	font-weight: bold;
	color: #394eaa;
	font-size: 1em;
	text-transform: uppercase;
	text-align: left;
}
.newsTitle a:link {
	font-weight: bold;
	color: #394eaa;
	font-size: 1em;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
}
.newsTitle a:visited {
	font-weight: bold;
	color: #394eaa;
	font-size: 1em;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
}
.newsTitle a:hover {
	font-weight: bold;
	color: #394eaa;
	font-size: 1em;
	text-transform: uppercase;
	text-align: left;
	text-decoration: underline;
}
.newsTitle a:active {
	font-weight: bold;
	color: #394eaa;
	font-size: 1em;
	text-transform: uppercase;
	text-align: left;
	text-decoration: underline;
}
.feature {
	font-weight: bold;
	color: #DA4141;
	font-size: 1em;
	text-transform: uppercase;
}

.feature a:link{
	font-weight: bold;
	color: #DA4141;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: none;
}
.feature a:visited{
	font-weight: bold;
	color: #DA4141;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: none;
}
.feature a:hover{
	font-weight: bold;
	color: #DA4141;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: underline;
}
.feature a:active{
	font-weight: bold;
	color: #DA4141;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: underline;
}

.picRight {
	margin-left: 10px;
	border: 1px solid #333333;
}
.picLeft {
	border: 1px solid #333333;
	margin-right: 10px;
}
.finprint {
	font-size: 0.7em;
}
.footerBox a:link {
	color: #666666;
}
.footerBox a:visited {

	color: #666666;
}
.picBorder {
	border: 1px solid #333333;
}
.picBoxRight {
	margin-left: 10px;
	font-size: 10px;
	margin-bottom: 10px;
	text-align: right;
}
.newsletter {
	font-weight: bold;
	color: #D6AF14;
	font-size: 1em;
	text-transform: uppercase;
}
.newsletter a:link {
	font-weight: bold;
	color: #D6AF14;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: none;
}
.newsletter a:visited {
	font-weight: bold;
	color: #D6AF14;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: none;
}
.newsletter a:hover {
	font-weight: bold;
	color: #D6AF14;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: underline;
}
.newsletter a:active {
	font-weight: bold;
	color: #D6AF14;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: underline;
}
.calendar {
	border: 1px #333333;
	border-collapse: collapse;
	padding: 3px 2px;
}
.whiteBold {
	color: #FFFFFF;
	font-weight: bold;
}
.bgWhite {
	background-color: #FFFFFF;
}
.bgLtGray {

	background-color: #EBEAEA;
}
#colRightContact {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	font-size: 1em;
	background-color: #FFFFFF;
}
#colLeftContact {

	background: inherit;
	padding: 10px 10px 10px 20px;
	text-align: justify;
	font-size: 1em;
	background-color:#FFFFFF;
	background-image: url(images/bgFlower.jpg);
	background-position: -80px -40px;
	background-repeat: repeat-y;
}
.bgLtYellow {

	background-color: #FFFAE6;
}
.calendarYellow {

	border: 1px solid #EAC21F;
	border-collapse: collapse;
	padding: 3px;
}
.calendarBlue {
	border: 1px solid #394EAA;
	border-collapse: collapse;
	padding: 3px 3px 3px 7px;
	text-align: left;
}
#colRightAbout {

	background: #FFFFFF url(images/colRightBGGrad-green.jpg) repeat-x center top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
}
#colRightEvents {


	background: #FFFFFF url(images/colRightBGGrad-blue.jpg) repeat-x center top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #E37425;
}
a:active {
	color: #EAC21F;
}
.brdrDottedOrange {
	border: 1px dashed #E37425;
}
.subNav {
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}
.picBoxLeft {
	font-size: 10px;
	margin-bottom: 10px;
	text-align: right;
	margin-right: 10px;
}
.txtSmall {
	font-size: .8em;
}
.dottetTop {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #333333;
}
.brderTopDoubleSolid {
	border-top-width: 7px;
	border-top-style: outset;
	border-top-color: #CCCCCC;
}

.bizDir {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#colLeftMaps {
	padding: 10px 10px 10px 20px;
	text-align: justify;
	font-size: 1.1em;
	background-color:#FFFFFF;
	background-image: url(images/bgDowntownMap.jpg);
	background-repeat: no-repeat;
}
#colLeftBizFeature {
	text-align: justify;
	font-size: 1.1em;
	background-color:#FFFFFF;
	background-image: url(images/bgFlower.jpg);
	background-position: -80px -40px;
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#colRightBizFeature {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EBEAEA;
	background-color: #F4F4F4;
}
.formPlan {
	width: 260px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #F1F7F8;
}
.bgYellow {
	background-color: #FFFF00;
}
