/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-size: 12px;
	font-weight: normal;
	color:#000000;
	margin:0px;
}
p.listIntro {
	margin-top: 0px;
}
.content {
	padding:10px 0px 10px 10px;
}
.left_nav {
	background:#fbebba url(../img/leftnav_bg.gif) repeat-y;
	font-size: 12px;
	color: #7d3520;
	padding: 10px;
}
.left_nav_header {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.footer {
	font-size: 10px;
	color: #000000;
}
.footer_headline {
	font-size: 14px;
	font-weight: bold;
	color: #7d3520;
}
table.footer {
	padding: 10px;
	background:#fbebba;
}
.headline {
	font-size: 18px;
	font-weight: bold;
	color: #7d3520;
	text-decoration: none;
	line-height:20px;
}
.kicker {
	font-size: 12px;
	font-style: italic;
}
.caption {
	font-size: 10px;
	font-style:italic;
	color: #7d3520;
}
.subhead {
	font-size: 14px;
	font-weight: bold;
	color: #7d3520;
}
.subhead2 {
	font-size: 14px;
	font-weight: normal;
	color: #7d3520;
}
.image {
	border:#7d3520 2px solid;
}
.left_nav_callout {
	 border-style: solid;
	 border-width: 1px;
	 border-color: #096965;
	 background-color: #FFFFFF;
	 color: #096965;
}
.left_nav_callout .headline {
	font-size: 14px;
}

.more {
	color: #096965;
	text-decoration: none;
}
a.more {
	text-decoration: underline;
}
.content sup {
	font-size: 9px;
	line-height: inherit;
	vertical-align: top;
}
.headline sup {
	font-size: 10px;
	line-height: inherit;
	vertical-align: top;
}
.nav sup {
	font-size: 8px;
	line-height: inherit;
	vertical-align: top;
}

img.thumbnail {
	padding-left: 10px;
}

/***** LINK CLASSES *****/
a.left_nav_header, a:visited.left_nav_header {
	font-size: 14px;
	font-weight: bold;
	color: #096965;
	text-decoration: none;
}
a:hover.left_nav_header {
	font-size: 14px;
	font-weight: bold;
	color: #096965;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a.nav: {
	font-size: 12px;
	color: #096965;
	font-style: normal;
	font-weight: normal;
}
a.nav:link {
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #096965;
}
a.nav:visited {
	text-decoration: none;
	font-size: 12px;
	color: #096965;
}
a.nav:hover {
	font-size: 12px;
	color: #096965;
}
a.nav:active {
	font-size: 12px;
	text-decoration: none;
}
a.nav_nolink {
	color: #096965;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
/***** LINK CLASSES *****/

.newsletter_home {
	text-align: right;
	padding:10px 0px 10px 0px;
}
.footnote {
	font-size: 80%;
}
.nobr {
	white-space: nowrap;
}
.phoneNumber {
	white-space:nowrap;
	font-weight:bold;
}

.bottomnav {
	margin-top: 10px;
}