/* CSS Document

blue: 00447c
brown: 794400
red: 8b0f04
green: 00447c

*/
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-size: 12px;
	font-weight: normal;
	background-color: #E6E6E6;
	color: #000000;
	margin: 0px;
}
.sides {
	background-image: url(../images/bg_sides.gif);
	background-repeat: repeat-y;
}
.disclaimer {
	font-size: 10px;
}

img.thumb {
	border-color: #8b0f04;
	border-width: 2px;
	border-style: solid;
}

p.listIntro {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
td.callout {
	background-image: url(../images/callout_bg.jpg);
	background-repeat: repeat-y;
}
table.callout {
	background-color: #eeeeee;
}
.callout_title {
	font-size: 14px;
	font-weight: bold;
	color: #00447c;
}

.left_nav {
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	background-color: #c99791;
}
.left_nav_header {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
td.index_big_spacer {
	background-color: #8b0f04;
}

.index_headline {
	font-size: 18px;
	font-weight: bold;
	color: #8b0f04;
}
.index_headline_nolink {
	font-size: 18px;
	font-weight: bold;
	color: #00447c;
	text-decoration: none;
}
.left_nav_contact {
	font-size: 10px;
	text-align: left;
}

.headline {
	font-size: 18px;
	font-weight: bold;
	color: #8b0f04;
	text-decoration: none;
}
.kicker {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
.subhead {
	font-size: 14px;
	font-weight: bold;
	color: #00447c;
}

.left_nav_callout {
	 border-style: solid;
	 border-width: 1px;
	 border-color: #8b0f04;
	 background-color: #FFFFFF;
	 color: #8b0f04;
}
.left_nav_callout .headline {
	font-size: 14px;
}
.index_callout {
	padding-left: 10px;
}

.more {
	font-size: 12px;
	color: #8b0f04;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.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: #FFFFFF;
	text-decoration: none;
}
a:hover.left_nav_header {
	font-size: 14px;
	font-weight: bold;
	color: #8b0f04;
}
a,a:visited {
	color: #8b0f04;
	text-decoration: underline;
}
a:hover {
	color: #5a5500;
	text-decoration: none;
}

a.nav: {
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}
a.nav:link {
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
a.nav:visited {
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}
a.nav:hover {
	font-size: 12px;
	color: #8b0f04;
}
a.nav:active {
	font-size: 12px;
	text-decoration: none;
}
a.nav_nolink {
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
/***** LINK CLASSES *****/

.newsletter_home {
	text-align: right;
	padding: 10px;
}

.footnote {
	font-size: 80%;
}

.copyright {
	font-size: 80%;
	padding: 10px;
}