@charset "UTF-8";

.bodyCallOut {
	color: #ffbb44;
}


#mainContent {
	background-color: white;
	float: left;
	margin: 15px 0 0;
	padding: 20px 20px 50px 0;
	width: 850px;
}

#mainContent a:link {
	color: #900f0c;
}
#mainContent a:visited {
	color: #900f0c;
}
#mainContent a:hover {
	color: #900f0c;
	text-decoration: none;
}
#mainContent a:active {
	color: grey;
	text-decoration: none;
}
#subNav {
	font-size: 10px;
	line-height: 24px;
	padding: 10px 0
}

#subNav ul li a:link {
	font-size: 10px;
}
#subNav ul li a:visited {
	font-size: 10px;
}
#subNav ul li a:hover {
	font-size: 10px;
	text-decoration: none;
}
#subNav ul li a:active {
	font-size: 10px;
	text-decoration: none;
}



h1 {
	color: #900f0c;
	font-family: Georgia, serif;
	font-size: 40px;
	font-weight: normal;
	line-height: 130%;
	padding: 15px 0 30px 20px;
/*	text-align: right;*/
}
.date_h1 {
	color: #aaaaaa;
	font-size: 9px;
}
h2 {
	color: #900f0c;
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 140%;
	margin: 30px 0 0;
}
.firstHead {
	margin-top: 10px;
}
h3 {
	color: #900f0c;
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
	margin: 0;
}
#mainContentLeft {
	float: left;
	padding: 0 20px 0 0;
	text-align: right;
	width: 160px;
}
#mainContentLeft p {
	font-size: 12px;
}
#mainContentRt {
	float: left;
	width: 620px;	
}
#mainContent p {
	color: #222222;
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 10px;
}

#mainContent #onThisPage {
	border-bottom: 1px dotted;
	border-top: 1px dotted;
	float: right;
	margin: 14px 0 10px 10px;
	padding: 5px;
	width: 250px;
}
#mainContent #onThisPage h2 {
	color: #900f0c;
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 140%;
	margin: 0;
}
#mainContent #onThisPage p {
	font-size: 11px;
	line-height: 160%;
	margin: 10px 0;
}
#mainContent #onThisPage .onThisPage {
	font-size: 10px;
	text-transform: uppercase;
}

#mainContent #pullQuote {
	border-bottom: 1px dotted;
	border-top: 1px dotted;
	border-color: #000000;
	color: #900f0c;
	float: right;
	font-family: Georgia, serif;
	font-size: 24px;
	line-height: 140%;
	margin: 14px 0 10px 10px;
	padding: 5px;
	width: 225px;
}



#mainContent #mainContentRt ul {
	color: #222222;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 10px 0;
}
#mainContent #mainContentRt ul li {
	color: #222222;
	font-size: 12px;
	line-height: 18px;
	list-style-type: disc;
	margin: 0 20px;
}




#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px;
	width: 580px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	color: #ffffff;
	font-weight: normal;
	padding: 8px;
	background: #900f0c;
	border-top: 4px solid #ffffcc;
	border-bottom: 1px solid #900f0c;
}
#box-table-a td
{
	padding: 8px;
	background: #ffffcc; 
	border-bottom: 1px solid #fff;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #ffffee;
}


