/* CSS Document

tans from light ot dark:
	tan1: f2edcf
	tan2: e7d9a8
	tan3: e1c691
	tan4: cbae6a
pink: ba0a79
dark_red: 7d082c
med_red: b20240

*/
* {
	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: #f2edcf;
	border-right-style: solid;
	border-right-width: 2px;
	border-left-color: #f2edcf;
	border-left-style: solid;
	border-left-width: 2px;
	/*background-color: #f2edcf;*/
	padding: 10px;
}

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;
}
.sub_headline_copy {
	font-style: italic;
	color: #7d082c;
}
.bold_copy {
	color: #7d082c;
	font-weight: bold;
}
.small {
	font-size: 10px;
}

hr {
	color: #cbae6a;
	background-color: #cbae6a;
	height: 1px;
}

.headline {
	font-size: 18px;
	font-weight: bold;
	color: #cbae6a;
	text-decoration: none;
}
.kicker {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
.subhead {
	font-size: 14px;
	font-weight: bold;
	color: #cbae6a;
}

.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{
	border-width: 1px;
	border-style: solid;
	border-color: #cbae6a;
}

a.nav_button:hover img{
	border-width: 1px;
	border-style: solid;
	border-color: #ba0a79;
}


/***** LINK CLASSES *****/
a,a:visited {
	color: #cbae6a;
	text-decoration: underline;
}
a:hover {
	color: #ba0a79;
	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%;
}
