﻿html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #005E9B;
	text-decoration: none;
}
.linkcolor {
	color: #005E9B;
}
.fontcolor01 {
	color: #bb0000;
}
a:hover {
	color: #004782;
	text-decoration: underline;
}
body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #222;
	padding-top: 30px;
	background-color: #2c2c2c;
	/* background-image: url(../images/body06.jpg); */
	background-image:url(../images/navbg.png);
	background-repeat:repeat-x;
	background-position: center top;
	font-size: 65%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal;
	margin-bottom: 4px;
}
h1,h2,h3,h4 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}
.left {
	float: left;
}
.right {
	float: right;
	margin-left: 12px;
}
.backtotop {
	font-size: 0.7em;
	color: #555;
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 4px;
	letter-spacing: 0.2em;
}

/* structure */
.inner-container {
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 900px;
	border: 2px solid #fff;
	background-color: #FFF;
	background-image:url(../images/inner-container_back_01.jpg);
	background-repeat:no-repeat;
}

.outer-container {
	margin-bottom:8px;
}

/* header */
.top {
	padding: 50px 10px 0;
	background-repeat: repeat-x;
}

/* title */
.header {
	height: 140px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/new_header_01.jpg);
	background-repeat: no-repeat;
}
.header p,.header h2 {padding: 0 16px;}

/* navigation */
.navigation {
	font-family:"Arial Helvetica", sans-serif; /* Was: font-family:"Arial Black", Gadget, sans-serif; but incompatible with FF4*/
	font-weight:bold;
	display:block;
	height: 40px;
	margin-top: 0px;
	background-image: url(../images/new_menu_01.jpg);
	background-repeat: repeat;
	font-size: 1.2em;
	text-transform: uppercase;
}
.navigation ul li {
	display: inline;
}
.navigation ul li a {
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	text-decoration: none;
	color: #444;
	display: block;
	float: left;
	line-height: 38px;
}

.navigation ul li a:hover, .navigation ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-position: left top;
	color: #FFF;
/*	background-image: url(../images/back02.gif);*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	z-index:100;
	width: 230px;
	visibility: hidden;
	font-size: 1em;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	background-image: url(../images/dropmenu_back03.jpg);
	background-position: right top;
	background-color: #EBEBEB;
	border-right-width: 3px;
	border-bottom-width: 15px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-bottom:6px;
}
.dropmenudiv a{
	width: 100%;
	text-indent: 10px;
	text-decoration: none;
	color: #000;
	display: block;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #000;
	background-image: url(../images/sub-hover.png);
	background-repeat: repeat-x;
}

/* main */
.main {
	background-repeat: repeat-y;
	margin-top: 6px;
}
/* header for various charts and tables */
.main .chartheader {
	float: left;
	color: #444;
	margin: 0px 0px 1px 0px;
	width: 878px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #F6F6F6;
	border: 1px solid #bbb;
	background-position: right top;
}
/* sub navigation */
.sidenav-container {
	padding-right: 15px;
	width: 315px;
	clear: right;
	float: right;
}
.sidenav-container .publish-date {
	color:#777;
	text-align:right;
	padding-bottom:7px;
	padding-right:2px;
	font-size: 0.90em;
}
.sidenav {
	font-size: 100%;
	background-repeat: repeat;
	background-color: #f3f3f3;
	color: #111;
	border-bottom: 1px solid #CCCCCC;
}
.sidenav p {
	font-size: 90%;
	text-align:justify;
	color: #333333;
	line-height: 1.4em;
	padding-left: 18px;
	padding-right:22px;
	padding-top: 7px;
	padding-bottom: 15px;
}
.sidenav h2 {
	font-size: 115%;
	color: #444;
	text-align:center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 8px;
	font-weight: normal;
	background: #d3d3d3;
}
.sidenav .index {
	font-size: 105%;
	line-height:1.6em;
	padding-bottom:7px;
	text-align:left;
}
.sidenav ul {
	font-size: 90%;
	line-height: 1.4em;
	padding: 0px;
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 0px;
}
.sidenav li {
	display: block;
}
.sidenav li a {
	display: block;
	color: #222;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-right: 14px;
	padding-left: 14px; 
}
.sidenav li a:hover {
	color: #000000;
	background-color: #FFF;
	/* background-image:url(../images/dropmenu_back02.jpg); */
	background-position: right bottom;
}
/* content */
.content {
	float: left;
	width: 530px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

.content h1 {
	font-size: 1.7em;
	font-weight: normal;
	color: #444;
	margin-bottom: 4px;
}
.content h2 {
	color: #333;
	font-size: 1.45em;
	font-weight: normal;
	line-height: 1.7em;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
.content h3 {
	color: #444;
	font-size: 1.15em;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 0px 8px 0px;
	line-height: 1.5em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 12px;
}
.content h4 {
	color: #222;
	font-size: 1.2em;
	margin-bottom: 14px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	letter-spacing: 0.05em;
	line-height: 1.7em;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	text-decoration: none;
	float: left;
	padding-bottom: 5px;
}
.content .floatright {
	float: right;
	width: 250px;
}
.content .floatleft {
	float: left;
	width: 250px;
}
.content .sig {
	color: #777;
	font-size: 0.94em;
	line-height: 1.7em;
	text-align:right;
	text-decoration: none;
	float: right;
	padding: 1px 0px 6px 8px;
}
.content .submit {
	color: #999;
	font-size: 1em;
	text-decoration: none;
	padding-top: 12px;
	float: right;
	text-align: right;
	line-height: 1.7em;
}
.content .pictext {
	color: #333;
	font-size: 0.88em;
	background-image: url(../images/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-top: 4px;
	margin-right: 31px;
	margin-bottom: 10px;
	margin-left: 25px;
	text-indent: 26px;
	padding-top: 5px;
	text-align: left;
}
.content .bignumber {
	color:#999;
	font-size:200%;
	padding-right:14px;
}
.content p {
	font-size: 105%;
	text-align: justify;
	line-height: 1.5em;
}
.content li {
	font-size: 105%;
	text-align: justify;
	line-height: 1.5em;
	list-style: url(../images/bullet.gif) outside;
	margin-left: 30px;
}
.content .sep {
	padding: 0px;
	margin-bottom: 0px;
}

.content .format1 {
	line-height: 1.2em;
	font-size: 1.01em;
	color: #444422;
	text-align: left;
}

.content .format1 a {
	font-weight:700;
}
.content .credits {
	color:#999999;
	float:right;
}

sup {font-size: 0.84em; line-height: 0.5em; padding-left:2px; }

.left20margin {
	float: left;
	margin-right: 20px;
	margin-bottom: 6px;
}
.right20margin {
	float: right;
	margin-bottom: 6px;
	margin-top: 3px;
	margin-left: 20px;
}
/* Style blockquote01 */
#bq01 {
	background: #f3f3f3 url(../images/blockquote.png) no-repeat bottom left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #111;
	padding: 1.5em 2em 0.6em 2em;
	margin-bottom: 1em;
}

#bq01 .quoter {
	color: #fff;
	font-size: 86%;
	text-align: right;
	text-decoration: none;
}

#bq01 .quoterleft {
	color: #fff;
	font-size: 86%;
	text-align: left;
	text-decoration: none;
	margin-top:10px;
}

#bq01 .quoter span {
	background: #9099a8;
	padding: .4em .8em .52em;
}
#bq01 .quoterleft span {
	background: #9099a8;
	padding: .4em .8em .52em;
}

#bq01 .quotelink {
	text-decoration: none;
	text-align: right;
	padding-right: .8em;
}

/* footer */
.footer {
	color: #777;
	background: #f3f3f3;
	font-size: 0.8em;
	text-transform: uppercase;
	padding-right: 17px;
	padding-left: 17px;
	padding-top: 10px;
	padding-bottom: 55px;
	border-width: 1px;
	border-style:solid;
	border-color: #CCC;
	border-left:none;
	border-right:none;
	border-bottom:none;
	margin-top: 30px;
}
/* footerleft */
.footer .footerleft {
	float: left;
	padding-top:5px;
}
/* footerright */
.footer .footerright {
	text-align: right;
	float: right;
}
.footer a,.footer a:hover {
	color: #666644;
}

