@charset "utf-8";
/* CSS Document */

* {padding: 0;margin: 0;}

p {
	margin: 0 0 10px 0;
}
blockquote {
	margin: 0 30px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:12px;
	color: #414141;
	letter-spacing:normal;
	text-align: left;
	}

.wrapper {
	margin: 0px auto;
	position: relative;
	width: 1000px;	/* The entire template's width is set in this class. */
}

.mid {
	background-image: url(images/bg_mid.gif);
	background-repeat: repeat-y;
}

.midnav {
	margin: 0;
	padding: 20px 20px 20px 60px;
}

.midnav ul.linav li {
	padding: 4px 0;
	background-image: url(images/blueline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.midcontent {
	margin: 0;
	padding: 20px 60px 20px 30px;
}
.midcontent hr {
	color: #fff;
	border:0; 
	border-top:solid 1px #B91B28; 
}
.midcontent ul {
	list-style-position: inside;
	margin: 0 0 10px 25px;
}
.footer {
	color: #666666;
	font-size: 11px;
	line-height:14px;
	margin: 0;
	padding: 17px 60px 17px 60px;
}

/*  Links  */
a{
	color: #233A7D;
	text-decoration:none;
	font-weight: bold;
	}
a:hover {
	color: #B91B28;
	text-decoration:underline;
	font-weight: bold;
	}
a.nav {
	color: #233A7D;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
}
a.nav:hover {
	color: #B91B28;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
}
.heading {
	font-size: 20px;
	color: #B91B28;
	padding: 0 0 8px 0;
}
.subheading {
	font-size: 16px;
	color: #414141;
	font-weight: bold;
	padding: 12px 0 4px 0;
}
.sub2heading {
	font-size: 16px;
	color: #414141;
	padding: 12px 0 4px 0;
}
.leadin {
	font-style: italic;
	font-weight: bold;
}

.affiliate {
	font-family: Arial, Helvetica, sans-serif;
	line-height:14px;
	font-size:10px;
	color: #212121;
	letter-spacing:normal;
	text-align: left;
	width: 175px;
	}

.newsRelease {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.callout {
	border: 1px solid #233A7D;
	background-color: #E1E7F7;
	width: 80%;
	position: relative;
	padding: 5px 20px;
	margin: 10px auto;
}
sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}
sup {
	bottom: 1ex;
}

.notes {
	font-size: 11px;
}
.dropcap {
	font-size: 36px;
	color: #233A7D;
	line-height: 36px;
	vertical-align: text-top;
	font-family: Georgia, "Times New Roman", Times, serif;
}