/* Global Heading Styles */

		

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif; /*'trebuchet ms', arial, helvetica, sans-serif;*/
	margin: 0 0 0 0; padding: 0;
	}


h1 {
	font-size: 215%;
	color:#870100;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 100%;
	padding:0px 0px 7px 0px;
	margin:0px 0px 10px 0px;
	border-bottom:1px solid #c4c4c4;
	}



h2 {
	font-size: 175%;
	color:#870100;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 100%;
	padding: 15px 0 15px 0;
	border-bottom:1px solid #c4c4c4;
	}



h3 {
	font-size: 155%;
	color:#870100;
	text-transform: uppercase;
	padding: 15px 0 15px 0;

	}



h4 {
	font-size: 140%;
	text-transform: uppercase;
	color:#870100;
	padding: 15px 0 15px 0;
	}



h5 {
	font-size: 125%;
	font-weight: normal;

	padding: 15px 0 15px 0;
	}



h6 {
	font-size: 100%;

	padding: 15px 0 15px 0;
	}





/* Global Content Styles */


a { 
	color: #0072bc;
	text-decoration: none;
}

a:hover { text-decoration: underline; }


blockquote p {

	color: #333;
	padding:10px 20px 25px 10px;
	border: 1px solid #ccc; 

	}


blockquote.pullquote {

	background: #fff;
	padding: 10px 0 0 0;
	width: 25%;
	float: left;
	margin: 0 20px 0.5em 0;
	font-size: 136%;
	color: #555;
	border: 2px solid #ccc; border-right: 0; border-left: 0;
	text-align: center;

	}


blockquote.pullquote.alt {
	
	float: right;
	margin: 0 0 0 20px;
	
	}


	blockquote.pullquote .prewrap {

		height: 50px;
		background: url(/img/gbl/bg-quote-open.gif) no-repeat center -30px;

		}


	blockquote.pullquote .postwrap {

		height: 45px;
		background: url(/img/gbl/bg-quote-close.gif) no-repeat center -25px;

		}


.highlight {

	background: #FFF8AF;

	}


p {

	line-height: 130%;
	margin: 0;
	padding: 10px 0 10px 0;
	color: #333;
}


p.highlight {

	background: #FFF8AF;
	border: 1px solid #EFE9A4;
	padding: 10px;
	margin:0px 0px 15px 0px;

	}


div.highlight {

	background: #FFF8AF;
	border: 1px solid #EFE9A4;
	padding: 0px 10px 0 10px; margin: 0 0 1em 0;

	}


.important {

	background: #CCC5B3;

	}



p.important {
	background: #CCC5B3;
	border: 1px solid #B1A78B;
	padding: 10px;
	}


div.important {
	border: 1px solid #B1A78B;
	padding: 0px 10px 0px 10px;
	margin: 0 0 1em 0;
	background-color: #CCC5B3;
	}


.note {

	color: #000;
	font-size:0.8em;
	padding: 5px;

	}


.footnote {

	font-size: 85%;
	color: #666;

	}


.byline {

	text-align: right;
	float:right;

	}




/* Global Image Styles */



.floated {

	float: left;
	margin: 0 15px .5em 0;

	}


.floated.alt {

	float: right;
	margin: 0 0 .5em 15px;

	}


.caption {

	display: block;
	border: 1px solid #ccc;
	text-align: center;
	padding: 5px;
	background: #fff;

	}


.caption img {

	float: none;
	border: none;

	}


.caption span {

	padding: 5px 0 0 0;
	display: block;

	}


ul, ol{
	
	margin: 0px 0 0 15px;
	padding: 0 0 10px 15px;
	color: #333;
}

ul li, ol li{
	
	margin:0;
	padding:0;
	line-height: 1.5em;
}
