@charset "utf-8";
/* CSS Document */

h1,h2,h3,h4,h5,h6,body {font-family:Verdana, Arial, Helvetica, sans-serif}

h1 {
	color: #2A3FAA;
	text-transform: uppercase;
}

h2 {
	font-style: italic;
	color: #09357b;
	text-transform: uppercase;
}

h3 {
	color: #15157e;
	text-transform: capitalize;
}
h4 {
	color: #09357b;
	text-align:center;
}

h5 {
	color: #330066;
	text-align: right;
}

body {
	font-style: normal;
	font-variant: normal;
	color: #333333;
	margin: 10px;
	
}
col {
	background-color: #F2f0ec;
	padding: 10px;
	float: left;
}

h7 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #003366;
	text-align: left;
	list-style-position: outside;
	list-style-type: none;
}

.addressDiv {
	font-size: 11px;
	text-align: center;
}

.leftNav li {
	font-size: 11px;
	margin-bottom: 5px;
	list-style: none;
}

.leftNavHeader {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #09357b;
	text-transform: uppercase;
}

.leftNavHeader a {
	text-decoration: none;
	color: #09357b;
	font-size: 15px;
}

.callToday {
	color: #09357b;
	text-align:center;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif
}

.mainContent p, .mainContent ul, .mainContent li {
	font-size: 13px;
}

.footer {
	font-size: 14px;
}


