@charset "UTF-8";

/*style sheet for Early Warning Report

©2010 chaostan.com
Use of this style by anyone other than chaostan.com is prohibited.*/

/* -------- color guide ----------

#DFE9DF : color term | light green Content background
#326B6B : color term | dark green in Main Head lettering
#326B6B : color term | ditto... same green can be used for Text-on-White
#99a5a5 : color term | base main color that is also used in Sidebars 1,2,3
#E4E4E4 : color term | very light gray
#xxxxxx : color term | use for which rule(s)
#xxxxxx : color term | use for which rule(s)
#506565 : color term | main dark full page background, with Map
*/


/* ----- Style sheet TOC ---------------- */



/* --------------------------- EWR global constants -------------------------*/

body {
	margin: 0;
	padding: 0;
	color: #222222;
	background-color: #81899e;
	font-family: "Times Roman";
	font-size: 100%;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
ul.textA {
	padding: 0;
	margin: 0;
}
.ul.sanslist9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	color: #333;
}
.boxNcontent {
	margin: 5px 25px 5px 20px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	margin-bottom: 0px;
}
.textmaincontent quotefromewr {
	margin-right: 3em;
	margin-left: 2em;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #0e0d07;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #403e34;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

a.header:link {
	color: #093D72;
	text-decoration: none;
	font-weight: normal;
}
a.header:visited {
	color: #093D72;
	text-decoration: none;
}
a.header:hover, a:active, a:focus {
	text-decoration: none;
	color:  #5f89b3;
}
a.homeblue:link {
	color: #093D72;
	text-decoration: underline;
	font-weight: normal;
}
a.homeblue:visited {
	color: #093D72;
	text-decoration: none;
}
a.homeblue:hover, a:active, a:focus {
	text-decoration: none;
	color:  #5f89b3;
}
a.homered:link {
	color: #900;
	text-decoration: underline;
	font-weight: normal;
}
a.homered:visited {
	color: #900;
	text-decoration: none;
}
a.homered:hover, a:active, a:focus {
	text-decoration: none;
	color:  #bf4545;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 960px;
	background: #babfcf;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
.header_main {
	background-image: url(../images/header.jpg);
	height: 142px;
}
.header {
	background-color: #fff;
}
#header_txt {
	font-family: Verdana;
	font-size: 0.9em;
	line-height: 1em;
	color: #093D72;
	text-align: center;
	padding-top: 120px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.videolink {
	font-size: 1.2em;
	color: #EEE;
}

.content {
	width:665px;
	height:auto;
	background-color: #FFFFFF;
	float: left;
	padding-top: 10px;
	padding-bottom: 35px;
	margin-top: 10px;
}
.content_books {
	background-color: #FFFAF1;
	float: left;
	width: 665px;
}
/* used on pages that have a sidebar and dont have the shadow on the main content div. Thus far: newsletter.html*/
p.standardtxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #222;
	text-indent: 20px;
	margin-right: 15px;
	margin-left: 15px;
	line-height: 1.5em;
}
/* used on signle collum pages (paper pages, because they look like papers) with teh shadow on the left and right. Thus far: SampleEWR.html, */
p.standardtxt_paperpg {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #222;
	text-indent: 20px;
	margin-right: 60px;
	margin-left: 15px;
	line-height: 1.5em;
}
p.standardtxt_paperpg_quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #222;
	text-indent: 20px;
	margin-right: 50px;
	margin-left: 15px;
	line-height: 1.5em;
	font-style: italic;
	margin-top: 10px;
	margin-right: 90px;
	margin-bottom: 10px;
	margin-left: 70px;
}
/* container for ricks pic and the heading */
.paperpage_topbox {
	height: 320px;
	width: 740px;
}
.package_sidebar {
	background-color: #FFF;
	padding: 12px;
	float: right;
	width: 246px;
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.95em;
	line-height: 1.35em;
	color: #111;
}
.large_font_box {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #222;
	text-indent: 20px;
}
.contentorderform {
	padding: 20px 60px 0px 40px;
	width: 760px;
	float: left;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #E9EBF3;
	border-left: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	background: #E9EBF3 url(../images/ewr/page-shadowD.jpg) repeat-y;
	margin: 0px 20px 20px 0px;
}
.contentnewsletterpage {
	padding: 25px 60px 0px 30px;
	width: 760px;
	float: left;
	border-bottom: none #EEEEEE;
	font-family: Verdana, Arial, sans-serif;
	background: #E9EBF3 url(../images/page-shadowD.jpg) repeat-y;
	margin: 20px 20px 20px 16px;
	display: inline
}
.contentnewsletterpageOF {
	padding: 25px 60px 0px 30px;
	width: 760px;
	float: left;
	border-top: none;
	border-right: none;
	border-bottom: none #EEEEEE;
	border-left: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	background: url(../images/ewr/page-shadowD.jpg);
	margin: 20px 20px 20px 26px;
}
.contentRickPic {
	padding: 10px 0 30px;
	width: 670px;
	float: left;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #babfcf;
	border-left: none;
	height: 550px;
	background-color: #babfcf;
	background-image: url(../images/rich-body670shadeH.gif);
	background-repeat: no-repeat;
}
.textmainGreen {
	color: #326b6b;
}
.textbackgroundWhite {
	background: #FFF;
}
.textbackgroundWhiteOpaque {
	background: #FFF;
	opacity: .95;
}
.textbackgroundWhiteOpaqueBottom {
	background: #FFF;
	opacity: .95;
}
.textbackgroundGray {
	background: #E9EBF3;
}
.textbackgroundGrayOpaque {
	background: #D9EBF3;
	opacity: .90;
}
.textbackgroundOffWhiteA {
	background: #FFFaF1;
}
.textbackgroundLightGreen {
	background: #DFE9DF;
}
#header1 {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	color: #333;
	text-align: center;
	font-size: 105%;
	margin: 0em;
	padding: 0px;
	line-height: 1.4em;
}


/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #ADB96E;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	background-color: #DADDE7;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

h1.topmainheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: normal;
	line-height: 1.6em;
	font-weight: bold;
	color: #333;
	margin: 0.8em 0px 0.25em;
	padding: 0px;
	text-align: center;
}
h1.topmainheaderSerif22em {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.3em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333;
	margin: 0px 0px 0.25em;
	padding: 0px;
	text-align: left;
}
h1.topmainheaderSerifEWRTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333;
	margin: 0.1em 0px 0.25em;
	padding: 0px;
	text-align: left;
}
h1.topmainheaderNormal {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	color: #333;
	margin: 0.8em 0px 0.25em;
	padding: 0px;
	text-align: center;
}
h1.topmainGray666 {
	color: #666;
}
h1.topmainGray666flushleft {
	color: #5f5022;
	font-family: Impact, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.4em;
}
h1.topmainGray666flushLeftOF {
	color: #555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2.1em;
	padding: 0px 0px 0px 0px;
}
h1.topmainGray666flushleftE {
	color: #900;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 3.5em;
	line-height: 1em;
	padding: 13px 5px 19px 8px;
}
h1.topmainGray666fontA {
	color: #555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h1.topmainGray666medium {
	color: #666;
	font-size: 1.8em;
}
h1.topmainGray666mediumSerif {
	color: #666;
	font-size: 1.8em;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h1.topmainGray444mediumSerif {
	color: #444;
	font-size: 1.8em;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h1.topmainGray666ewrcaption {
	color: #666;
	margin-left: 16px;
	font-size: 1.6em;
}
h1.topmainDark544 {
	color: #544947;
}
h1.topmainheaderLEFT {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	color: #333;
	padding: 0px;
	text-align: left;
	margin-top: -0.3em;
	margin-bottom: 0.3em;
}
h1.topmainheaderUncleEric333 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	color: #333;
	padding: 0px;
	text-align: left;
	margin-top: -0.2em;
	margin-bottom: 0.1em;
}
h1.topmainheaderLEFTblack333 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #333;
	padding: 0px;
	text-align: left;
	margin-top: 0.1em;
	margin-bottom: 0em;
}
h1.topmainheaderLEFTburgandy {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	color: #A64D4D;
	padding: 0px;
	text-align: left;
	margin-top: -0.3em;
	margin-bottom: 0.3em;
}
.topmainLineSpaceA {
	padding-top: 15px;
	padding-bottom: 3px;
}
h2.topfirstlinesub {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-align: center;
	margin: 0.2em 0px;
	padding: 0px;
}
h2.topsecondlineLEFTburgandy {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	color: #a64d4d;
	text-align: left;
	margin: 0em 0px 0.5em;
	padding: 0px;
}
h2.topsecondlineLEFTUncleEricBurgandy {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	color: #a64d4d;
	text-align: left;
	margin: -0.1em 0.8px 0.6em;
	padding: 0px;
}
h2.topfirstlinesubLEFT {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-align: left;
	margin: 0em 0px;
	padding: 0px 0px 7px 8px;
}
h2.topfirstlinesubLEFTOF {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-align: left;
	margin: 0em 0px;
	padding: 0px 0px 7px 1px;
}
h2.topfirstlinesubLEFTSerif {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.3em;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-align: left;
	line-height: 1.2;
}
h2.topfirstlinesubLEFTSerif333 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.3em;
	font-style: normal;
	font-weight: normal;
	color: #444;
	text-align: left;
	line-height: 1.2;
}
h2.topfirstlinesubLEFTgreen {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	color: #326B6B;
	text-align: left;
	margin: 0.2em 0px;
	padding: 0px;
}
h2.topfirstlinesubLEFTburgandy {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	color: #A64D4D;
	text-align: left;
	margin: 0.2em 0px;
	padding: 0px;
}
.topfirstlinesub Left {
	text-align: left;
}
h3.topitalicsub {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: italic;
	font-weight: normal;
	color: #333;
	text-align: center;
	margin: 0.4em 0px .6em;
	padding: 0px;
}
h3.subheaderBoldcenter {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-align: center;
	margin: 0.4em 0px .6em;
	padding: 0px;
}
h3.subheaderSerifcenter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-align: center;
	margin: 0.4em 0px .6em;
	padding: 0px;
}
h3.topitalicsubLeft {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: italic;
	font-weight: normal;
	color: #000;
	text-align: left;
	margin: -0.2em 0px .5em 05px;
	padding: 0px;
}
h3.topitalicsubLeftDarkGreen {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: italic;
	font-weight: normal;
	color: #326B6B;
	text-align: left;
	margin: -0.2em 0px .5em 55px;
	padding: 0px;
}
h3.topitalicsubLeftBurgandy {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: italic;
	font-weight: normal;
	color: #A64D4D;
	text-align: left;
	margin: -0.2em 0px .5em 55px;
	padding: 0px;
}
h3.topitalicsubLeftsoftdarkgreen {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: italic;
	font-weight: normal;
	color: #4F6465;
	text-align: left;
	margin: -0.2em 0px .5em 55px;
	padding: 0px;
}
h3.topitalicsubLeft333 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: italic;
	font-weight: normal;
	color: #333;
	text-align: left;
	margin: -0.2em 0px .5em 55px;
	padding: 0px;
}
h3.topitalicsubLeft333embark {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	color: #333;
	text-align: left;
	margin: -0.2em 198px 0.3em 27px;
	padding: 3px 0px 2px 19px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
}
h3.topitalicsubLeft333white {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	color: #000;
	text-align: left;
	margin: -0.2em 0px .3em 35px;
	padding: 0px;
}
h3.topitalicsubLeft333flush {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	color: #786837;
	text-align: left;
	margin: 0em 0px .2em 33px;
	padding: 0px 0px 0px 2px;
	line-height: 1.2em;
}
h4.toplastlinesub {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-align: center;
	margin: 0.2em 0px 0.4em;
	padding: 0px;
}
h4.topsubhead4LEFT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-align: left;
	padding: 1px 0px 0px 10px;
	margin: .1em .1em .2em 25px;
	line-height: 1.2em;
}
h4.topsubhead4LEFTx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	color: #1F4C4F;
	text-align: left;
	padding: 5px 0px 5px 10px;
	margin: 4px 27px 4px 30px;
	line-height: 1.1em;
}
h4.topsubhead4LEFTbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #333;
	text-align: left;
	padding: 1px 0px 0px 10px;
	margin: .1em .1em .2em 25px;
	line-height: 1.2em;
}
h4.topsubhead4LEFTwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: normal;
	color: #DDDDDD;
	text-align: left;
	padding: 1px 0px 10px 10px;
	margin: .1em 0em .2em 20px;
	line-height: 1.5em;
}
h4.headCenterMultipleLinesSerif {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-align: center;
	margin: 0.2em 0px 0.4em;
	padding: 0px;
}
h4.headCenterMultipleLinesSans {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-align: center;
	margin: 0.2em 0px 0.4em;
	padding: 0px;
}
h4.toplastlinesubLEFT {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	color: #a64d4d;
	text-align: center;
	margin: 0.2em 0px 25px 0.4em;
	padding: 0px;
}
h4.subheadLEFTbetweenP {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align: left;
	margin: 0.4em 0px 0.4em 35px;
	padding: 0px;
}
h4.subheadCENTERbetweenP {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: center;
	margin: 0.4em 0px 0.4em;
	padding: 0px;
}
p.textmaincontent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #000;
	text-indent: 25px;
	margin-right: 28px;
	margin-left: 17px;
	font-size: 95%;
}
p.textcontentSans {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #000;
	text-indent: 25px;
	font-size: 105%;
	margin-right: 15px;
	margin-left: 15px;
}
p.textcontentSansSpace {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.3em;
	color: #000;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 0.9em;
}
p.textcontentSansSpaceE {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.3em;
	color: #000;
	margin-right: 15px;
	margin-left: 10px;
	font-size: 0.9em;
}
p.textcontentSerifSpace {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.2em;
	color: #000;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 1em;
}
p.textmaincontentGreen {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #326B6B;
	text-indent: 25px;
	font-size: 1.2em;
	margin-right: 15px;
	margin-left: 15px;
}
p.textmaincontentBurgandy {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #A64D4D;
	text-indent: 25px;
	font-size: 1.2em;
	margin-right: 15px;
	margin-left: 15px;
}
p.textmaincontentB {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #333;
	margin-right: 25px;
	margin-left: 23px;
	font-size: 100%;
}
p.textmaincontentVerdanaOrderA {
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #333;
	margin-right: 25px;
	margin-left: 23px;
	font-size: 100%;
	padding-bottom: 10px;
}
p.textmaincontentB2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #333;
	margin-right: 25px;
	margin-left: 23px;
	font-size: 0.95em;
}
.textOrderFromLeftFlushA {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: normal;
	color: #000;
	padding: 0px 15px 5px 0px;
}
.textOrderFromLeftFlushB {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.85em;
	line-height: 1.2em;
	font-weight: normal;
	color: #333;
	padding: 2px 15px 4px 1px;
}
p.textmaincontentSignatureRick {
	font-family: Cambria, serif;
	font-style: italic;
	line-height: 1.3em;
	font-weight: bold;
	color: #000;
	margin-right: 25px;
	margin-left: 23px;
	font-size: 1.2em;
	padding: 5px 45px 10px 10px;
	text-indent: 65px;
}
p.textmaincontentB3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #333;
	margin-right: 15px;
	margin-left: 10px;
	font-size: 0.95em;
	padding-left: 0px;
}
p.textmaincontentTHEissue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #333;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 0.95em;
	padding-left: 30px;
	text-indent: 20px;
	padding-right: 70px;
}
p.textmaincontentTHEissuePageNo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 0.9em;
	font-weight: normal;
	color: #333;
	margin-right: 40px;
	margin-left: 40px;
	font-size: 1.2em;
	padding-left: 0px;
	text-indent: 0px;
	padding-bottom: 17px;
}
p.textmaincontentTHEissueNOINDENT {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #333;
	margin-right: 15px;
	margin-left: 30px;
	font-size: 0.95em;
	padding-left: 0px;
	text-indent: 0px;
	padding-right: 70px;
}
p.textmaincontentTHEissueNOINDENTspace {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #333;
	margin-right: 15px;
	margin-left: 30px;
	font-size: 0.95em;
	padding-left: 0px;
	text-indent: 0px;
	padding-right: 70px;
	padding-bottom: 10px;
}
p.textmaincontentTHEissueNOINDENTtimes {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #333;
	margin-right: 15px;
	margin-left: 40px;
	font-size: 1em;
	padding-left: 0px;
	text-indent: 0px;
	padding-right: 70px;
}
p.textmaincontentTHEissueNOINDENTArial {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #333;
	margin-right: 15px;
	margin-left: 40px;
	font-size: .9em;
	padding-left: 0px;
	text-indent: 0px;
	padding-right: 70px;
}
p.textmaincontentTHEissueNOINDENTspacefirst {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #222;
	margin-right: 15px;
	margin-left: 40px;
	font-size: 0.95em;
	padding-left: 0px;
	text-indent: 0px;
	padding-right: 70px;
	padding-bottom: 15px;
}
p.textmaincontentTHEissueSubHeadX {
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	line-height: 1.3em;
	font-weight: bold;
	color: #555;
	margin-right: 15px;
	margin-left: 30px;
	font-size: 1.3em;
	padding-left: 0px;
	text-indent: 0px;
	padding-top: 2px;
	padding-bottom: 5px;
}
p.textmaincontentTHEissueSubHeadXNOINDENT {
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	line-height: 1.4em;
	font-weight: bold;
	color: #555;
	margin-right: 15px;
	margin-left: 32px;
	font-size: 1.4em;
	padding-left: 0px;
	text-indent: 0px;
	padding-top: 2px;
	padding-bottom: 5px;
}
p.textmaincontentTHEissueSubHeadXmedium {
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	line-height: 1.3em;
	font-weight: bold;
	color: #444;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 1.1em;
	padding-left: 0px;
	text-indent: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
}
p.textmaincontentTHEissueFootNotes {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333;
	margin-right: 40px;
	margin-left: 40px;
	font-size: 0.87em;
	padding-left: 0px;
	text-indent: 1px;
	padding-bottom: 4px;
	padding-top: 2px;
}
p.textmaincontentC {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #333;
	margin-right: 25px;
	margin-left: 17px;
	font-size: 100%;
}
p.textmaincontentF {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #333;
	margin-right: 25px;
	margin-left: 17px;
	font-size: 100%;
	padding-bottom: 10px;
}
p.textmaincontentF2 {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #333;
	margin-right: 50px;
	margin-left: 30px;
	font-size: 100%;
	padding-bottom: 20px;
	padding-right: 20px;
}
p.textmaincontentBsans {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #333;
	text-indent: 0px;
	margin-right: 30px;
	margin-left: 10px;
	font-size: 0.87em;
}
p.textmaincontentBsansX {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #333;
	text-indent: 0px;
	margin-right: 30px;
	margin-left: 10px;
	font-size: .93em;
}
p.textmaincontentSansSerifINDENT {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #555;
	text-indent: 18px;
	margin-right: 90px;
	margin-left: 17px;
	font-size: 1em;
}
p.textmaincontentBsansY {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	color: #000;
	text-indent: 0px;
	margin-right: 40px;
	margin-left: 27px;
	font-size: 0.97em;
	padding: 7px 40px 7px 20px;
}
p.textmaincontentBsansY2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	color: #000;
	text-indent: 0px;
	margin-right: 40px;
	margin-left: 27px;
	font-size: 0.97em;
	padding: 7px 40px 7px 20px;
	border-top: 1px solid #666;
}
p.textmaincontentBsansY3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	color: #000;
	text-indent: 0px;
	margin-right: 40px;
	margin-left: 27px;
	font-size: 0.97em;
	padding: 7px 40px 7px 20px;
	border-bottom: 1px solid #CCC;
}
p.textmaincontentBsansW {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	color: #DDDDDD;
	text-indent: 0px;
	margin-right: 25px;
	margin-left: 10px;
	font-size: 0.97em;
	padding: 9px 15px 4px 25px;
}
p.textmaincontentCsans {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	color: #333;
	margin-right: 30px;
	margin-left: 27px;
	font-size: 0.8em;
	padding-bottom: 9px;
	padding-top: 4px;
	background: #FFF;
	padding-left: 15px;
	width: 580px;
	text-align: left;
}
p.textmaincontentfootnoteDsans {
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	color: #333;
	text-indent: 0px;
	margin-right: 30px;
	margin-left: 17px;
	font-size: 0.65em;
	padding: 0px;
	vertical-align: text-top;
}
p.textmaincontentD {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #333;
	text-indent: 0px;
	font-size: 0.9em;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 30px;
}
p.textmaincontentH {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #333;
	text-indent: 0px;
	font-size: .87em;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 30px;
}
p.textmaincontentE {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #333;
	text-indent: 0px;
	font-size: 0.9em;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 25px;
	padding-left: 25px;
}
p.textmaincontentHrightjustify {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 0.9em;
	font-weight: normal;
	color: #333;
	text-indent: 0px;
	font-size: 0.8em;
	margin-right: 5px;
	margin-left: 0px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: right;
	vertical-align: top;
}
p.textmaincontentG {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.30em;
	font-weight: normal;
	color: #333;
	text-indent: 0px;
	font-size: 0.9em;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 40px;
	padding-left: 0px;
}
.textFirstLineExtraSpaceA {
	padding-top: 5px;
}
.textFirstLineExtraSpaceB {
	padding-top: 5px;
	font-size: 0.6em;
	line-height: .6px;
}
.textFirstLineExtraSpaceC {
	padding-top: 10px;
}
p.textmaincontentBtopspace {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #000;
	text-indent: 17px;
	font-size: 105%;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: .4em;
}
p.textmaincontentBfirstline {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #000;
	text-indent: 0px;
	font-size: 95%;
	margin-right: 15px;
	margin-left: 15px;
}
p.sidebarquoteText {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #333;
	font-size: 0.9em;
}
p.sidebarquoteTextSans {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #333;
	font-size: 0.8em;
}
p.sidebarquoteTextArial {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #333;
	font-size: 0.8em;
}

.quotefromewr {
	font-family: "Times New Roman", Times, serif;
	font-size: 105%;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #000;
	background: #D2D4DA;
	text-indent: 15px;
	margin: 0em 2.7em 0em 2.8em;
	border-top: #FFF;
}
.quoteinsidemainbodySerif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .95em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #000;
	margin: 0em 2.7em 0em 2.8em;
	border-top: #FFF;
	text-indent: 0px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-top: 3px;
}
.quoteinsidemainbodySerifinDENT {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #000;
	margin: 0em 2.7em 0em 2.8em;
	border-top: #FFF;
	text-indent: 17px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-top: 3px;
}
.quotefromewrGreenBg {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #000;
	background: #DFE9DF;
	text-indent: 15px;
	margin: 0em 2.7em 0em 2.8em;
	border-top: #FFF;
}
.quotefromewrTanBg {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #000;
	background: #DADDE7;
	text-indent: 15px;
	margin: 0em 2.7em 0em 2.4em;
	border-top: #FFF;
}
.bgroundDADDE7 {
	background: #E9EBF3;
}
.quotefromewrLighterGray {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #000;
	background: #E9EBF3;
	text-indent: 15px;
	margin: 0em 2.7em 0em 2.4em;
	border-top: #FFF;
}

.impact {
	font-family: Impact, Arial, sans-serif;
	font-size: 1em;
	text-align: center;
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	line-height: 1.8em;
	margin-top: 1px;
}
.firstline {
	margin-top: 2em;
}
.topabovequote {
	margin-top: 0.4em;
	padding-top: 0.4em;
}
.pageinsertA {
	margin-top: 300px;
	margin-left: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bottombelowquote {
	margin-bottom: 0.6em;
	padding-bottom: 0.6em;
}
.sidebardropquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: normal;
	background: #FFFFFF;
	text-align: left;
	border: 5px;
	color: #333;
	width: 235px;
	padding: 12px;
}
.dropquoteA500 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: normal;
	background: #fff;
	text-align: left;
	color: #333;
	width: 500px;
	margin-top: 0px;
	margin-right: 10px;
	padding-left: 7px;
	padding-bottom: 3px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #000000;
	border-left-color: #000000;
	padding-top: 5px;
	margin-left: 17px;
}
.dropquoteA450 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: normal;
	background: #fff;
	text-align: left;
	color: #333;
	width: 450px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 9px;
	padding-left: 7px;
	padding-bottom: 5px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #000000;
	border-left-color: #000000;
	padding-top: 5px;
	margin-left: 17px;
}
.dropquoteSerif {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: normal;
	background: #fff;
	text-align: left;
	border: 1px solid #000000;
	color: #333;
	width: 260px;
	padding: 5px;
}
.dropquoteB500 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: normal;
	background: #fff;
	text-align: left;
	color: #333;
	width: 500px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-bottom: 7px;
}
.boxquoteSans8point {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: normal;
	background: #fff;
	text-align: left;
	color: #333;
	width: 230px;
	padding: 12px 10px 10px 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px solid #000000;
}
.boxquoteSans8pointComments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	line-height: 1.25em;
	font-weight: normal;
	background: #fff;
	text-align: left;
	color: #333;
	width: 246px;
	padding: 12px 10px 10px;
	border-width: 2px;
	margin: 10px 13px 0px 10px;
}
.boxquoteSans8pointA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.87em;
	line-height: 1.3em;
	font-weight: normal;
	background: #fff;
	text-align: left;
	color: #333;
	width: 260px;
	padding: 12px 10px 10px 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 2px solid #000000;
}
.boxquoteSerif {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: normal;
	background: #fff;
	text-align: left;
	color: #333;
	width: 180px;
	padding: 12px 15px 12px 5px;
	margin: 0px 17px 0px 0px;
}
.sidebardropquoteD {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: normal;
	background: #fff;
	text-align: left;
	border: 5px;
	color: #333;
	width: 238px;
	padding: 12px;
	margin-top: 40px;
	margin-right: 17px;
	margin-bottom: 15px;
}
.sidebardropquotePageInsertA {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: normal;
	background: #babfcf;
	text-align: left;
	color: #81899E;
	width: 238px;
	margin: 40px 17px 15px 0px;
	padding: 12px;
	padding-top: 4700px;
}
.sidebardropquotePageInsertA2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: normal;
	background: #babfcf;
	text-align: left;
	color: #81899E;
	width: 238px;
	margin: 40px 17px 15px 0px;
	padding: 12px;
	padding-top: 2700px;
}
.sidebardropquotePageInsertA3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: normal;
	background: #babfcf;
	text-align: left;
	color: #81899E;
	width: 238px;
	margin: 40px 17px 15px 0px;
	padding: 12px;
	padding-top: 550px;
}
.sidebardropquoteDsans {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.3em;
	font-weight: normal;
	background: #fff;
	text-align: left;
	border: 5px solid #FFFFFF;
	color: #333;
	width: 238px;
	padding: 12px;
	margin-top: 40px;
	margin-right: 17px;
	margin-bottom: 15px;
}
.sidebardropquoteEbold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: bold;
	background: #ffffff;
	text-align: left;
	color: #333;
	width: 238px;
	padding: 12px;
	margin-top: 40px;
	margin-right: 17px;
	margin-bottom: 15px;
	border: 3px solid #666666;
}
.sidebardropquoteB {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: normal;
	background: #ffffff;
	text-align: left;
	color: #333;
	width: 236px;
	padding: 9px 12px 7px;
	margin: 5px 20px 5px 2px;
	border-top: 5px;
	border-right: 5px;
	border-bottom: 5px;
	border-left: 5px;
}
.textquoteinsideTable {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: normal;
	background: #ffffff;
	text-align: left;
	color: #333;
	padding: 2px 5px 7px 10px;
	margin: 2px;
	width: 310px;
	border-top: #666;
	border-right: #666;
	border-bottom: #666;
	border-left: #666;
}
.textquoteinsideTableFirst {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: normal;
	background: #ffffff;
	text-align: left;
	color: #333;
	padding: 7px 5px 7px 10px;
	margin: 2px;
	width: 310px;
	border-top: #666;
	border-right: #666;
	border-bottom: #666;
	border-left: #666;
}
.textquoteinsideTableLast {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: normal;
	background: #ffffff;
	text-align: left;
	color: #333;
	padding: 2px 5px 5px 10px;
	margin: 2px;
	width: 310px;
	border-top: #666;
	border-right: #666;
	border-bottom: #666;
	border-left: #666;
}
.sidebardropquoteC {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: normal;
	background: #ffffff;
	text-align: left;
	color: #333;
	width: 248px;
	padding: 9px 8px 7px 10px;
	margin: 5px 15px 5px 2px;
	border-top: 5px;
	border-right: 5px;
	border-bottom: 5px;
	border-left: 5px;
}
.sidebardropquoteGreen {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: normal;
	background: #fff;
	text-align: left;
	border: 5px;
	color: #326B6B;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 250px;
}
.textbackfillWhite {
	background: #FFF;
}
.textbackLightGray {
	background: #DADDE7;
}
.textbackfillGray {
	background: #DADDE7;
}
.textbackfillGreen {
	background: #DFE9DF;
}
.blockparagrahA1 {
	padding: 5px 20px 5px 12px;
	width: 636px;
	position: relative;
	clear: both;
	float: left;
	background-color: #FFFaF1;
}
#blockA1 {
	margin: 10px 20px 20px 10px;
	padding: 10px;
	width: 650px;
	position: fixed;
}
p.verdana9em{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.87em;
	line-height: 1.1em;
	padding-bottom: 4px;
}
p.verdanaPt87em {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.77em;
	line-height: 1.1em;
	padding-bottom: 4px;
	color: #222;
}
p.cambria1em {
	font-family: Cambria, serif;
	font-size: 1em;
}
.justifiedSansText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.87em;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #333;
	padding: 2px 2px 2px 10px;
	margin-right: 25px;
	margin-left: 15px;
}
.justifiedSansText87pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #333;
	padding: 2px 2px 2px 10px;
	margin-right: 25px;
	margin-left: 15px;
}
.justifiedSansText77 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.77em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #333;
	padding: 2px 2px 2px 10px;
	margin-right: 25px;
	margin-left: 15px;
}
.justifiedSeriftext {
	font-family: Cambria, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #333;
	padding: 2px 5px 2px 10px;
	margin-right: 20px;
	margin-left: 15px;
}
.justifiedSeriftextLarger {
	font-family: Cambria, serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	color: #333;
	padding: 2px 5px 2px 10px;
	margin-right: 20px;
	margin-left: 15px;
	margin-top: 7px;
}
.justifiedSeriftextMedium {
	font-family: Cambria, serif;
	font-size: 1.1em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	color: #333;
	padding: 2px 5px 2px 10px;
	margin-right: 20px;
	margin-left: 15px;
	margin-top: 7px;
}
.justifiedSeriftextSmaller {
	font-family: Cambria, serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	color: #333;
	padding: 2px 5px 2px 10px;
	margin-right: 20px;
	margin-left: 15px;
	margin-top: 7px;
}
.justifiedSeriftextLargerSmallPad {
	font-family: Cambria, serif;
	font-size: 1.5em;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #333;
	padding: 0px 5px 2px 10px;
	margin-right: 20px;
	margin-left: 15px;
}
.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4.burgandy{
	color: #900;
}
h4.blue {
	color: #2A3A67;
}
h1.blue {
	color: #2A3A67;
}
h3.blue {
	color: #2A3A67;
}
h2.blue {
	color: #2A3A67;
}
.odd {
	background: #babfcf;
}
.container .contentRickPic p.homepagetext {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #000;
	width: 620px;
	margin-top: 3.875in;
	margin-left: 9px;
}
.font1pt4em {
	font-size: 1.4em;
}
.font1pt3em {
	font-size: 1.3em;
}
.font1pt2em {
	font-size: 1.2em;
}
.fontsidebarEric {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.uppercase {
	font-size: 90%;
	font-variant: normal;
	text-transform: uppercase;
}
.textmainSmallCaps {
	font-variant: small-caps;
}
.briefingcontentdiv2top {
	font-family: "Times New Roman", Times, serif;
	color: #333;
	font-size: 1em;
	line-height: 1.2em;
}
.sidebarholder {
	float: right;
	height: auto;
	width: 270px;
	margin-top: 10px;
	padding-right: 13px;
}

/* BeginOAWidget_Instance_2141544: #EWRMenuBar */
/* Settable values for skinning a Basic menu via presets. If presets are not sufficient, most skinning should be done in
	these rules, with the exception of the images used for down or right pointing arrows, which are in the file SpryMenuBasic.css
	
	 These assume the following widget classes for menu layout (set in a preset)
	.MenuBar - Applies to all menubars - default is horizontal bar, all submenus are vertical - 2nd level subs and beyond are pull-right.
	.MenuBarVertical - vertical main bar; all submenus are pull-right.
	
	You can also pass in extra classnames to set your desired top level menu bar layout. Normally, these are set by using a preset. 
	They only apply to horizontal menu bars:
		MenuBarLeftShrink - The menu bar will be horizontally 'shrinkwrapped' to be just large enough to hold its items, and left aligned
		MenuBarRightShrink - Just like MenuBarLeftShrink, but right aligned
		MenuBarFixedLeft - Fixed at a specified width set in the rule '.MenuBarFixedLeft', and left aligned.  
		MenuBarFixedCentered -  - Fixed at a specified width set in the rule '.MenuBarFixedCentered', 
						and centered in its parent container.
		MenuBarFullwidth - Grows to fill its parent container width.
 
	In general, all rules specified in this file are prefixed by #EWRMenuBar so they only apply to instances of the widget inserted along
	with the rules. This permits use of multiple MenuBarBasic widgets on the same page with different layouts. Because of IE6 limitations,
	there are a few rules where this was not possible. Those rules are so noted in comments.
	
*/

#EWRMenuBar  {
	background-color:#e9ebf3;	
	font-family: Verdana, Geneva, sans-serif; /* Specify fonts on on MenuBar and subMenu MenuItemContainer, so MenuItemContainer,
												MenuItem, and MenuItemLabel
												at a given level all use same definition for ems.
												Note that this means the size is also inherited to child submenus, 
												so use caution in using relative sizes other than
												100% on submenu fonts. */
	font-weight: normal;
	font-size: .85em;
	font-style: normal;
	padding:0;	
	border-color: #ffffff #ffffff #999999 #ffffff; 
	border-width:1px;
	border-style: none none solid none;
}
/* Caution: because ID+class selectors do not work properly in IE6, but we want to restrict these rules to just this
widget instance, we have used string-concatenated classnames for our selectors for the layout type of the menubar 
in this section. These have very low specificity, so be careful not to accidentally override them. */

.MenuBar br { /* using just a class so it has same specificity as the ".EWRMenuBarFixedCentered br" rule bleow */
	display:none;
}
.EWRMenuBarLeftShrink {
	float: left; /* shrink to content, as well as float the MenuBar */
	width: auto;
}
.EWRMenuBarRightShrink {
	float: right; /* shrink to content, as well as float the MenuBar */
	width: auto;
}
.EWRMenuBarFixedLeft {
	float: left;
	width: 960px;
}
.EWRMenuBarFixedCentered {
	float: none;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}
.EWRMenuBarFixedCentered br {
	clear:both;
	display:block;
}
.EWRMenuBarFixedCentered .SubMenu br {
	display:none;
}
.EWRMenuBarFullwidth {
	float: left;
	width: 100%;
}

/* Top level menubar items - these actually apply to all items, and get overridden for 1st or successive level submenus */
#EWRMenuBar  .MenuItemContainer {
	padding: 0px 0px 0px 0px; 
	margin: 0; 	/* Zero out margin  on the item containers. The MenuItem is the active hover area.
				For most items, we have to do top or bottom padding or borders only on the MenuItem 
				or a child so we keep the entire submenu tiled with items.
				Setting this to 0 avoids "dead spots" for hovering. */
}
#EWRMenuBar  .MenuItem {
	padding: 0px 10px 0px 0px; 
	background-color:#e9ebf3;	
	border-width:1px;
	border-color: #cccccc #999999 #cccccc #ffffff; 
	border-style: none solid none none;
}
#EWRMenuBar  .MenuItemFirst {
	border-style: none solid none none;
}
#EWRMenuBar .MenuItemLast {
	border-style: none none none none;
}

#EWRMenuBar  .MenuItem  .MenuItemLabel{
	text-align:center;
	line-height:1.4em;
	color:#093d72;
	background-color:#e9ebf3;
	padding: 3px 0px 3px 0px;
	width: 181px;
	 
}
.SpryIsIE6 #EWRMenuBar  .MenuItem  .MenuItemLabel{
	width:1em; /* Equivalent to min-width in modern browsers */
}

/* First level submenu items */
#EWRMenuBar .SubMenu  .MenuItem {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 1em;
	font-style: normal;
	background-color:#e9ebf3;
	padding:0px 3px 0px 0px;
	border-width:1px;
	border-color: #cccccc #cccccc #cccccc #cccccc; 
	/* Border styles are overriden by first and last items */
	border-style: solid solid none solid;
}
#EWRMenuBar  .SubMenu .MenuItemFirst {
	border-style: solid solid none solid;
}
#EWRMenuBar  .SubMenu .MenuItemFirst .MenuItemLabel{
	padding-top: 8px; 
}
#EWRMenuBar .SubMenu .MenuItemLast {
	border-style: solid solid solid solid;
}
#EWRMenuBar .SubMenu .MenuItemLast .MenuItemLabel{
	padding-bottom: 8px; 
}
#EWRMenuBar .SubMenu .MenuItem .MenuItemLabel{
	text-align:left;
	line-height:1em;	
	background-color:#e9ebf3;
	color:#093d72;
	padding: 8px 20px 8px 5px; 
	width: 0em;
	width:auto; 
}

/* Hover states for containers, items and labels */
#EWRMenuBar .MenuItemHover {
	background-color: #d2d6e4;
	border-color: #cccccc #cccccc #cccccc #cccccc; 
}

#EWRMenuBar .MenuItemWithSubMenu.MenuItemHover .MenuItemLabel{
	background-color: #d2d6e4; /* consider exposing this prop separately*/
	color: #093d72;
}
#EWRMenuBar .MenuItemHover .MenuItemLabel{
	background-color: #d2d6e4;
	color: #093d72;
}
#EWRMenuBar .SubMenu .MenuItemHover {
	background-color: #d2d6e4; 
	border-color: #cccccc #cccccc #cccccc #cccccc; 
}

#EWRMenuBar .SubMenu .MenuItemHover .MenuItemLabel{
	background-color: #d2d6e4; 
	color: #093d72;
}
/* Submenu properties -- First level of submenus */
#EWRMenuBar .SubMenuVisible {
	background-color: #e9ebf3;
	min-width:0%;  /* This keeps the menu from being skinnier than the parent MenuItemContainer - nice to have but not available on ie6 */
	border-color: #ffffff #ffffff #ffffff #ffffff; 
	border-width:0px;
	border-style: none none none none;
}
#EWRMenuBar.MenuBar .SubMenuVisible {/* For Horizontal menubar only */
	top: 100%;	/* 100% is at the bottom of parent menuItemContainer */
	left:0px; /* 'left' may need tuning depending upon borders or padding applied to menubar MenuItemContainer or MenuItem, 
					and your personal taste.
					0px will left align the dropdown with the content area of the MenuItemContainer. Assuming you keep the margins 0 
					on MenuItemContainer and MenuItem on the parent
					menubar, making this equal the sum of the MenuItemContainer & MenuItem padding-left will align 
					the dropdown with the left of the menu item label.*/
	z-index:10;
}
#EWRMenuBar.MenuBarVertical .SubMenuVisible {
	top: 0px;	
	left:100%;
	min-width:0px; /* Do not neeed to match width to parent MenuItemContainer - items will prevent total collapse */
}
/* Submenu properties -- Second level submenu and beyond - these are visible descendents of .MenuLevel1 */
#EWRMenuBar .MenuLevel1 .SubMenuVisible {
	background-color: #e9ebf3;
	min-width:0px; /* Do not neeed to match width to parent MenuItemContainer - items will prevent total collapse*/
	top: 0px;	/* If desired, you can move this down a smidge to separate top item''s submenu from menubar - 
				that is really only needed for submenu on first item of MenuLevel1, or you can make it negative to make submenu more
				vertically 'centered' on its invoking item */
	left:100%; /* If you want to shift the submenu left to partially cover its invoking item, you can add a margin-left with a 
				negative value to this rule. Alternatively, if you use fixed-width items, you can change this left value
				to use px or ems to get the offset you want. */
}
/* IE6 rules - you can delete these if you do not want to support IE6 */

/* A note about multiple classes in IE6.
 * Some of the rules above use multiple class names on an element for selection, such as "hover" (MenuItemHover) and "has a subMenu" (MenuItemWithSubMenu),
 * giving the selector '.MenuItemWithSubMenu.MenuItemHover'.
 * Unfortunately IE6 does not support using mutiple classnames in a selector for an element. For a selector such as '.foo.bar.baz', IE6 ignores
 * all but the final classname (here, '.baz'), and sets the specificity accordingly, counting just one of those classs as significant. To get around this 
 * problem, we use the plugin in SpryMenuBarIEWorkaroundsPlugin.js to generate compound classnames for IE6, such as 'MenuItemWithSubMenuHover'. 
 * Since there are a lot of these needed, the plugin does not generate the extra classes for modern browsers, and we use the CSS2 style mutltiple class
 * syntax for that. Since IE6 both applies rules where 
 * it should not, and gets the specificity wrong too, we have to order rules carefully, so the rule misapplied in IE6 can be overridden. 
 * So, we put the multiple class rule first. IE6 will mistakenly apply this rule.  We follow this with the single-class rule that it would 
 * mistakenly override, making sure the  misinterpreted IE6 specificity is the same as the single-class selector, so the latter wins. 
 * We then create a copy of the multiple class rule, adding a '.SpryIsIE6' class as context, and making sure the specificity for
 * the selector is high enough to beat the single-class rule in the "both classes match" case. We place the IE6 rule at the end of the 
 * css style block to make it easy to delete if you want to drop IE6 support.
 * If you decide you do not need IE6 support, you can get rid of these, as well as the inclusion of the SpryMenuBarIEWorkaroundsPlugin.js script.
 * The 'SpryIsIE6' class is placed on the HTML element by  the script in SpryMenuBarIEWorkaroundsPlugin.js if the browser is Internet Explorer 6. This avoids the necessity of IE conditional comments for these rules.
 */
.SpryIsIE6 #EWRMenuBar .MenuBarView .MenuItemWithSubMenuHover .MenuItemLabel /* IE6 selector  */{
	background-color: #d2d6e4; /* consider exposing this prop separately*/
	color: #093d72;
}
.SpryIsIE6 #EWRMenuBar .MenuBarView .SubMenu .MenuItemWithSubMenuHover .MenuItemLabel/* IE6 selector  */{
	background-color: #d2d6e4; /* consider exposing this prop separately*/
	color: #093d72;
}
.SpryIsIE6 #EWRMenuBar .SubMenu .SubMenu  /* IE6 selector  */{
	margin-left: -0px; /* Compensates for at least part of an IE6 "double padding" version of the "double margin" bug */
}
.clear-div {
	clear: both;
	height: 1px;
	width: 1px;
}
.prices-fed-div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #222;
	height: auto;
	width: 490px;
	margin-right: auto;
	margin-left: auto;
	font-style: italic;
}
