@charset "utf-8";
body  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.twoColFixRtHdr #mainContent table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.twoColFixRtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(trends_container_bkgrd.png);
} 
.twoColFixRtHdr #header {
	background-color: #330066;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
} 

.purple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #330066;
}

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Adobe Caslon Pro", Georgia, "Times New Roman", serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.5em;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	background-repeat: repeat-x;
	background-position: 100% top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixRtHdr #sidebar1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330066;
}
.twoColFixRtHdr #sidebar1 h3 {
	font-family: "Adobe Caslon Pro", Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: bolder;
	color: #330066;
}

.twoColFixRtHdr #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
} 
.regular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 20px;
}
.twoColFixRtHdr #mainContent h1 {
	font-family: "Adobe Caslon Pro", Georgia, "Times New Roman", serif;
	font-size: 36px;
	font-weight: bold;
	color: #330066;
}
.twoColFixRtHdr #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #330066;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
}
.byline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #330066;
}
.abstract {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666688;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-indent: 20px;
}
.twoColFixRtHdr #mainContent a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330066;
	font-weight: bold;
}
.references {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: -20px;
	margin-left: 20px;
}

.twoColFixRtHdr #header h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.twoColFixRtHdr #header h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #330066;
} 
.twoColFixRtHdr #footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
}
.twoColFixRtHdr #sidebar1 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #330066;
	list-style-type: none;
}
.twoColFixRtHdr #sidebar1 li {
	text-decoration: none;
	list-style-type: square;
	line-height: 1.2em;
}


.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 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.dropthecap  {
	float:left; 
	margin: 0pt; 
	background: #883333; 
	margin-top: 4px; 
	color:white; 
	padding-top: 0em; 
	padding-left: .05em; 
	padding-bottom: 0em; 
	padding-right: .1em; 
	font-size: 33pt;  
	font-family:"bookman old style";}
.noindent { 
	text-indent: 0pt; 
	font-size: 12px; 
	background: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif; }
.twoColFixRtHdr #definitions {
	background-color: #330066;
	margin: 5px;
	padding: 10px;
	float: right;
	height: auto;
	width: 200px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: 4pt;
	border-left-width: thick;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #330066;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #330066;
}
.twoColFixRtHdr #definitions h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.goods_and_services {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-color: #EEEEFF;
}
.private_and_public {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: BBBBFF;
}
.total_ces {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #330066;
}

.twoColFixRtHdr #definitions ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-indent: -20px;
}
.twoColFixRtHdr #definitions .definitions a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.twoColFixRtHdr #definitions p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	text-indent: -10px;
	margin-left: 10px;
}
.twoColFixRtHdr #sidebar1 img {
	border: thin solid #330066;
}
.twoColFixRtHdr #container #mainContent sup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FF0000;
}
.tabletop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #330066;
	background-position: center bottom;
}
.twoColFixRtHdr #container #mainContent table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
