/**
USER DEFINED STYLES
*/

DIV.pullQuote {
	float: right;
	width: 220px;
	margin: 5px;
	padding: 2px;
	color: #FFF;
	border: 2px solid #300000;
	background-color: #900000;
	font-size: 110%;
}
DIV.pullQuote A,DIV.pullQuote A:link,DIV.pullQuote A:hover,DIV.pullQuote A:visited
{ color: #FFF;border-bottom: 1px dotted #fff; }
DIV.pullQuote H2, DIV.pullQuote H3, DIV.pullQuote H4 {
	color: #FFF;
}
DIV.pullQuote P {
	margin: 0px 0px 5px 0px;
}
DIV.pullQuote ul, DIV.pullQuote ol {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 15px;
}
DIV.pullQuote li {
	margin: 0px;
	padding: 0px;
}
DIV.highlightSection {
	margin: 20px 30px;
	padding: 3px;
	color: #FFF;
	border: 4px solid #600000;
	background-color: #900000;
	clear: both;
}
DIV.highlightSection A,DIV.highlightSection A:link,DIV.highlightSection A:hover,DIV.highlightSection A:visited
{ color: #FFF;border-bottom: 1px dotted #fff; }
DIV.highlightSection H2, DIV.highlightSection H3, DIV.highlightSection H4 {
	color: #FFF;
}
DIV.highlightSection P {
	margin: 0px 0px 5px 0px;
}
DIV.flashContainer {
	width: auto;
	padding: 2px;
	border: 1px solid #900000;
	background-color: #fafaf3;
}
DIV.flashContainer H2 {
	margin: 0px 0px 5px 0px;
	color: #900000;
	font-size: 120%;
	text-align: center;
}
OL.liSpacing LI, UL.liSpacing LI {
	margin: 0px 0px 6pt 0px;
}

DIV.TwoColPage {
	width: 100%;
	overflow: hidden;
}
DIV.TwoColPage DIV.col1 {
	float: left;
	width: 69%;
	padding-right: 2%;
}
DIV.TwoColPage DIV.col2 {
	float: right;
	width: 25%;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	padding-top: 3px;
	padding-left: 2%;
}

DIV.TwoColPage DIV.col2 blockquote {
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 14px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 8px;
	border: none;
	background: url(../../images/custom_images/quote.gif) no-repeat;
	font: 16px/1.7em Georgia, "Times New Roman", Times, serif;
	border-top: 1px dashed #ebebeb;
	border-bottom: 1px dashed #ebebeb;
}

DIV.TwoColPage DIV.col2 h2 {
	margin: 0px;
}

