@charset "UTF-8";
/* CSS Document */
body
{
	background-color:#CCC;
	text-align:center;
	margin-top:0px;
}

div.container
{

	width:900px;

	margin-left:auto;
	margin-right:auto;
	border: 1px solid #000;
	background:#FFF;
	text-align:left;

	
}
p.container
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.85;
}
h1.container
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
}
div.header
{ 
	border-bottom: 1px solid #000;
}
div.topmenu
{
	border-bottom: 1px solid #000;

}
ul.topmenu
{
	list-style-type: none;
	margin:0;
	padding:0;
	overflow: hidden;
	zoom: 1;
}

ul.topmenu li 
{
	margin:0;
	padding:0px;
	list-style:none;
	float:left;
	margin:0 0.1em 0 0;
}
ul.topmenu li span 
{
	text-decoration:none;
	display:block;
	padding:0.3em 0.5em;
	border-left:1px solid silver;
	border-right:1px solid silver;
	color:#003;
	background:#fff;
}
ul.topmenu li span:hover 
{
	border-left:1px solid gray;
	border-right:1px solid gray;
	color:#000;
	background:#efefef;
	cursor:pointer;
	cursor:hand;
}
div.contact
{
	text-align:right;
	padding:1px;
}
div.navigationpane
{
	float:left;
	width:259px;
	height:550px;
}
div.chart
{
	height:500px;
	margin-left:261px;
	border-left: 1px solid #000;
}
div.chartoptions
{
	margin-left:261px;
	width:640px;
	height:50px;
	border-top:1px solid #000;
	border-left:1px solid #000;
}
div.selectors
{
	float:none;
	width:900px;
	height:100px;
	border-top:1px solid #000;
}
table.navigation
{
	width:257px;
	text-align:center;
}
table.options
{
	width:639px;
	text-align:center;
}
table.description
{
	width:900px;
	text-align:center;
}
.ddmenu
{
	width:225px;
}
.select
{
	cursor:pointer;
	cursor:hand;
}
div.howToPage
{
	padding:0px;
	height:auto;
	background-color:#000099;
}
div.howToPageQS
{
	float:left;
	padding:0px;
	width:250px;
	height:auto;
	background-color:#69F;
}
div.QSheader
{
	height:75px;
	background-image:url(images/qs.png);
}
h1.qsbox
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-variant:small-caps;
	color:#F90;
}
p.qsbox
{
	color:#000;
	margin-left:10px;
	margin-right:10px;
}
.qsboxli
{
	margin-left:10px;
	margin-right:10px;
}
ul.qsbox
{
	list-style-type: none;
	display:block;
	list-style:none;
	padding:0;
	margin:0;
	cursor:pointer;
	cursor:hand;
}
li.qsbox
{
	margin-bottom:4px;
	color:#333;
		margin-left:10px;
	margin-right:10px;
}
.qsbox span
{
	display:block;
	
}
.qsbox span:hover
{
	background-color:#F93;
	color:#000;
}
div.QSemail
{
	height:75px;
	background-image:url(images/emailupdates.png);
}
div.howToPageIntro
{
	margin-left:250px;
	border-left:1px solid gray;
	padding:20px;
	background-color:#CCF;
	background-color:
	height:auto;
}
h1.howToPageIntro
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.3em;
	line-height:1em;
}
h2.howToPageIntro
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	line-height:1em;
	color:#666;
	
}
p.howToPageIntro
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:.9em;
	
}
.copyright
{
	clear:both;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.5em;
}