/* CSS Document

brown2:   984d2d
brown:    594c2d
yellow:   e8cf98
blue:     0055a5
lt blue:  7ea1b5
green:    949c50
lt green: f1f2e8

*/
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
}
.nobr {
	white-space: nowrap;
}
td.content {
	background-color: #FFFFFF;
	padding: 10px;
}
td.sidebar {
	/*border-right-color: #e8cf98;
	border-right-style: solid;
	border-right-width: 1px;
	background-color: #e8cf98;*/
	padding: 10px;
}

p.listIntro {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
table.callout {
	background-color: #f1f2e8;
}
td.callout_title {
	border-bottom: 1px solid #949c50;
	font-size: 14px;
	font-weight: bold;
	color: #0055a5;
}
table.callout2 {
	border: 1px solid #0055a5;
}
table.callout3 {
	border: 1px solid #949c50;
}
.sub_headline_copy {
	font-style: italic;
	color: #594c2d;
}
.sub_headline_copy2 {
	font-style: italic;
	color: #7ea1b5;
}
.subimage_copy {
	color: #7ea1b5;
	font-size: 11px;
	padding-top: 5px;
	font-weight: bold;
	p\adding: 5px;
}
.subimage_copy2 {
	color: #0055a5;
	font-size: 11px;
	padding-top: 5px;
	font-weight: bold;
	p\adding: 5px;
}

.bold_copy {
	color: #594c2d;
	font-weight: bold;
}
.small {
	font-size: 10px;
}

hr {
	color: #e8cf98;
	background-color: #e8cf98;
	height: 1px;
}

hr.headline_rule {
	color: #0055a5;
	background-color: #0055a5;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.headline {
	font-size: 18px;
	font-weight: bold;
	color: #0055a5;
	text-decoration: none;
}
.kicker {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
.subhead {
	font-size: 14px;
	font-weight: bold;
	color: #0055a5;
}
.subhead_sm {
	font-size: 12px;
	font-weight: bold;
	color: #0055a5;
}

.content sup {
	font-size: 9px;
	line-height: inherit;
	vertical-align: top;
}
.headline sup {
	font-size: 10px;
	line-height: inherit;
	vertical-align: top;
}

img.thumbnail {
	padding-left: 10px;
}

a.nav_button img, img.nav_button {
	border-width: 1px;
	border-style: solid;
	border-color: #e8cf98;
}

a.nav_button:hover img{
	border-width: 1px;
	border-style: solid;
	border-color: #594c2d;
}


/***** LINK CLASSES *****/
a,a:visited {
	color: #0055a5;
	text-decoration: underline;
}
a:hover {
	color: #594c2d;
	text-decoration: none;
}
a.link_large,a.link_large:visited {
	font-size: 14px;
}
a.link_large:hover {
	font-size: 14px;
}
/***** LINK CLASSES *****/

.newsletter_home {
	text-align: right;
	padding: 10px;
}

.footnote {
	font-size: 80%;
}
.footer {
	font-size: 80%;
	padding: 4px;
}