/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
img, div { behavior: url(css-js/iepngfix.htc) }

/* LAYOUT */#MainWindow {
	background-color: #FFFFFF;
	display: block;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif;
}
#MainTable {
	width: 750px;
	border: 1px solid #000000;
}
#MainWindow #header {
	width: 750px;
	height: 136px;
}
#MainWindow #header img {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Footer {
	width: 750px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	font-family: "Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
	line-height: 13px;
}
#nav  {
	background-color: #934B23;
	background-image: url(../images/Nav_right.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 33px;
	width: 750px;
	vertical-align: bottom;
}
#nav ul {
	text-align: right;
	margin-top: 11px;
	vertical-align: top;
	display: block;
}
#nav li {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	display: inline;
	vertical-align: top;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 20px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	font-family: "Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif;
	height: 20px;
	vertical-align: top;
}
#nav a:hover {
	color: #CBD17E;
}
#LColumn {
	background-color: #E8EBD8;
	width: 210px;
	text-align: center;
	vertical-align: top;
	background-image: url(../images/leftcolpic.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 35px;
}
#LColumn img {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
#LColumn h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #004A2B;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	line-height: 22px;
	text-align: center;
	display: block;
}
#LColumn ul {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #004A2B;
	font-size: 13px;
	line-height: 15px;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#LColumn li {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 10px;
	margin-bottom: 5px;
}
#RColumn {
	background-color: #FFFFFF;
	width: 540px;
	text-align: left;
	vertical-align: top;
}
#RColumn h1 {
	font-size: 26px;
	font-weight: bold;
	color: #56341A;
	line-height: 30px;
	text-align: left;
	display: block;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 30px;
	margin-left: 25px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004929;
}
#RColumn h2 {
	color: #004A2B;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom-color: #E8EBD8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-right: 25px;
}
#RColumn p {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	display: block;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 18px;
	margin-left: 25px;
	line-height: 24px;
}
#RColumn p em {
	font-style: italic;
}
#RColumn p strong {
	font-weight: bold;
	color: #004821;
}
.left {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
}
#scale {
	width: 530px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-top: 0px;
}
#scale  td  {
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#graph  {
	width: 260px;
	height: 6px;
	margin: 0px;
	padding: 0px;
}
#graph td.green {
	background-color: #004C28;
	padding-top: 6px;
}
#graph td.off {
	background-color: #E8EBD8;
	width: auto;
}
#HBTable {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: 13px;
	text-decoration: none;
	text-align: left;
	display: block;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 25px;
	background-color: #E8EBD8;
	width: 490px;
}
#HBTable strong {
	font-weight: bold;
	color: #286548;
}
#HBTable td {
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	width: 225px;
}
#HBTable td.header {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #286548;
}
.righthome {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
}
#RColumn ul {
	display: block;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 25px;
	font-size: 13px;
	line-height: 16px;
}
#RColumn li {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}
