/* CSS Document */

@charset "utf-8";

body {
	background-color: #369;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    body { background-color: #369; }
}

#container
{
width: 875px;
margin: 10px auto;
background-color: #fff;
color: #333;
border: 1px solid gray;
line-height: 130%;
}

#top
{
padding: .5em;
background-color: #FFF;
border-bottom: 1px solid gray;
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
float: left;
width: 170px;
margin: 0;
padding: 1em;
background-color: #036;

}

#navcontainer { width: 160px; 
	align: top;
	background-color: #036;
}

#navcontainer ul
{
margin-left: 5px;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
	background-color: #036;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #036;
border-bottom: 1px solid #eee;
float: left;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}

#content
{
margin-left: 200px;
border-left: 1px solid gray;
padding: 1em;
max-width: 36em;
}

#text {
	width: 95%;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #ddd;
border-top: 1px solid gray;
text-align: center;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

#formcontainer {
	margin-top: 10px;
	padding-left: 0;
	background-position: relative;
	background-repeat: no-repeat;
}




hr.line {
border: 1px dotted #D45A00;
margin:2px;
}

h1 { font-family: 'Arial', 'Sans-Serif';font-style: normal;font-weight: 600;font-size: 12pt;color: #4e4e4e;text-align: left;}

h2 { font-family: 'Arial', 'Sans-Serif';padding-top: 10px;font-style: normal;font-weight: 600;font-size: 12pt;color: #BC5C06; line-height: 25%;}

h3 { font-family: 'Arial', 'Sans-Serif';padding-top: 10;font-style: bold;font-weight: 600;font-size: 10pt;color: #4e4e4e;}

h4 { font-family: 'Arial', 'Sans-Serif';font-style: normal;font-weight: 600;font-size: 10pt;color: #BC5C06;}

h6 { font-family: 'Arial', 'Sans-Serif';font-style: normal;font-weight: 600;font-size: 10pt;color: #000000;}

p { font-family: 'Arial', 'Sans-Serif';font-weight: normal;font-size: 10pt;color: #000000;}

table, td {
	border: none;
	padding: 2px;
	border-spacing: 6px;
}

td { font-family: 'Arial', 'Sans-Serif';font-weight: normal;font-size: 10pt; width=20%;}

.tdorange { font-family: 'Arial', 'Sans-Serif';font-weight: bold; text-align: right; font-size: 10pt;color: #D45A00;}

ul { font-family: 'Arial', 'Sans-Serif';font-weight: normal;font-size: 10pt;color: #000000;}

ol { font-family: 'Arial', 'Sans-Serif';text-align: left;color: #000000;font-size: 10pt;}

li { font-family: 'Arial', 'Sans-Serif';font-weight: normal;font-size: 10pt;color: #000000;}

.tenorange { font-family: 'Arial', 'Sans-Serif';font-weight: bold; text-align: left; font-size: 10pt;color: #D45A00;}

.quote { font-family: 'Arial', 'Sans-Serif';font-weight: bold; text-align: left; font-size: 10pt;color: #D45A00; line-height: 25%; padding-bottom: 10px;}

.tendarkgrey { font-family: 'Arial', 'Sans-Serif';font-weight: bold; text-align: left; font-size: 10pt;color: #4e4e4e;}

.footer { font-family: 'Arial', 'Sans-Serif'; font-size: .8em;color: #4e4e4e;}

.textcenter {
	text-align: center;
}

.tenlightgrey { font-family: 'Arial', 'Sans-Serif';font-weight: bold; text-align: left; font-size: 10pt;color: #989898;}

.tenblack { font-family: 'Arial', 'Sans-Serif';font-weight: bold; text-align: left; font-size: 10pt;color: #000000;}

.dotted {border-top: 2px dotted #D45A00; border-bottom: 2px dotted #D45A00;}

.copyright { font-family: 'Arial', 'Sans-Serif';font-style: normal;align:center;font-weight: normal;font-size: 8pt;color: #666666;}

.jumps { font-family: 'Arial', 'Sans-Serif';font-weight: normal;font-size: 10pt;color: #996600;}

#floatleft {
	float: left;
}

#floatright {
	float: right;
}

blockquote {
	font-family: 'Arial', 'Sans-Serif';font-weight: normal;font-size: 14pt;color: #D45A00;
}