@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CCCCCC;
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #9d8d85;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 30px;
}
#mainContent { 
	margin: 0 0 0 215px; /* the left margin on this div element creates the column down the left 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 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#header {
	
}
#contactspr {
	padding: 20px 0 20px 0;
	display: none;
} 
p {
	font: 12px/20px Arial, Helvetica, sans-serif;
	margin: 6px 0px 6px 0px;
	color: #000000;
}
.article {
	font: 14px/18px Arial, Helvetica, sans-serif;
	color: #0181c3;
	border-top: 1px solid #9c301a;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 12px;
}
/*#sidebar1 .article a {
	color: #0181c3;
	text-decoration: none;
}*/
a:link {
	color: #0181c3;
}
a:visited {
	color: #0181c3;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}
.issue {
	font: 18px/24px Arial, Helvetica, sans-serif;
	color: #999999;
	margin-top: 12px;
	margin-bottom: 12px;
}
.date {
	font: 11px Arial, Helvetica, sans-serif;
	color: #9c301a;
}
#tools {
	font: 10px Arial, Helvetica, sans-serif;
	color: #0181C3;
	text-align: right;
}
.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;
}
.head1 {
	font: normal 20px/24px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 12px 0px;
}
.footnote {
	font: 10px/12px Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 9px;
	margin-bottom: 9px;
}
ul {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 4px 0px 4px 24px;
	padding-right: 0px;
	padding-left: 0px;
	list-style: disc;
}
blockquote {
	margin: 0px;
}
ol {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 4px 0px 4px 24px;
	padding-right: 0px;
	padding-left: 0px;
	list-style: decimal;
}
li {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 4px;
	margin-bottom: 4px;
}
.head4K {
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 8px 0px 4px;
}
.head4 {
	font: italic bold 12px/20px Arial, Helvetica, sans-serif;
	color: #564D48;
	margin: 8px 0px;
}
.head3 {
	font: bold 11px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 8px 0px;
}

.head2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #0181c3;
	margin: 12px 0px 6px;
}
.tabletext {
	font: 10px/12px Arial, Helvetica, sans-serif;
	color: #000000;
}
.graphtitle {
	font: italic 13px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 9px;
	text-align: center;
}
.graphtitlesm {
	font: 11px/20px Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 9px;
	text-align: center;
}
.graph {
	margin-bottom: 18px;
	border-bottom: 1px solid #666666;
	width: 525px;
	margin-top: 12px;
	border-top: 1px solid #666666;
}
.graphsm {
	margin: 6px 0px 9px 10px;
	border-bottom: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	float: right;
}
.contacts {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}
.asofdate {
	font: italic 9px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #666666;
}
.source {
	font: italic 9px Arial, Helvetica, sans-serif;
	margin-top:0px;
	text-transform: capitalize;
	color: #666666;
	text-align:center;
}
.rule1 {
	border-top:1px solid #999999;
	margin: 12px 0px 12px 0px;
	
}

