/*------------start reset styles to reduce browser inconsistency------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------end reset styles to reduce browser inconsistency------------*/
body
{
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
}

img
{ border: 0px;
}

table {
	text-align: left;
}

td {
	vertical-align: top;
}

a:link, a:visited
{
	color: #000000;
	text-decoration: none;
}

a:hover, a:active
{
	color: #00496F;
}

p

{
}

.wrapper 
{
	margin: 40px auto 0 auto;
	text-align: center;
}
.header {
}
.content {
	width: 560px;
	margin: 0 auto;
}
.col {
	float: left;
	width: 185px;
	margin: 0 0 20px 0;
}
.bar p {
	font-size: 11px;
	font-family: "ITCFranklinGothic LT Demi", "FranklinGothic Demi", "Franklin Gothic Demi", "ITC FranklinGothic LT Demi", "FranklinGothic LT Demi", Arial, Helvetica, sans-serif;
}
.bar {
	background-color: #b7c7de;
	clear: both;
	padding: 10px;
	margin: 15px 0 0 0;
}
.col p {
	font-family: "ITCFranklinGothic LT Demi", "FranklinGothic Demi", "Franklin Gothic Demi", "ITC FranklinGothic LT Demi", "FranklinGothic LT Demi", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #4D4D4F;
	padding-top: 5px;
}
.footer {
}

.footer p {
	font-family: "Franklin Gothic Book", "FranklinGothic Book", "ITCFranklinGothic LT Book", "ITC FranklinGothic LT Book", "FranklinGothic LT Book", Arial, Helvetica, sans-serif;
	line-height: 120%;
}

.footer strong {
font-family: "ITCFranklinGothic LT Heavy", "FranklinGothic Heavy", "Franklin Gothic Heavy", "ITC FranklinGothic LT Heavy", "Franklin Gothic LT Heavy", Arial, Helvetica, sans-serif;
}
.address {
	padding: 15px 0;
}
.address  p {
	font-family: "Trajan Pro", Trajan, "Times New Roman", Times, serif;
	color: #234C74;
	line-height: 120%;
	font-size: 14px;
}
.address a {
	color: #234C74;
}
