body {
  background:#F2F2F2;
  font-family: Arial; 
  font-size: 10pt;
  min-width:600px;
  }
	
#top_content {
  background: #ffffff; 
  height:90px;
  border: 2px solid #848484; 
  }

#left_content {
  background: #ffffff; 
  position: absolute; 
  top: 110px; 
  width: 112px; 
  left: 10px;
  border: 2px solid #848484; 
  padding: 5px; 
  }

#left_content_BACKUP {
  background: #ffffff; 
  position: absolute; 
  margin-left:10px;
  top: 110px; 
  width: 112px; 
  border: 2px solid #848484; 
  padding: 5px; 
  }

#center_content {
  margin-left:135px;
  margin-right: 180px;
  top: 110px; 
  padding: 5px; 
  min-width: 400px;
  }

#right_content {
  background:#fff;
  position: absolute;
  right: 10px;
  top: 110px;
  width: 160px;
  border: 2px solid #848484; 
  padding: 5px; 
  }

div.navmenu {
  width: 100px; 
  background: #ffffff; 
  padding: 0px; 
  padding-left: 0px; 
  margin: 6px;
  text-align:center;
  }


div.navmenu a {
  position: relative;
  display: block;
  padding: 0px;
  text-decoration: none;
  color: #000000;
  font-weight: bold; 
  margin-bottom: 0px;
  background-color: #9BB3CF;
  border-top: 2px #CFCFCF solid;
  border-left: 2px #CFCFCF solid;
  border-bottom: 2px #6797CF solid;
  border-right: 2px #6797CF solid;
  }

div.navmenu.backup a {
  position: relative;
  display: block;
  padding: 0px;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold; 
  margin-bottom: 0px;
  background-color: #cc9966;
  border-top: 2px #ffcc99 solid;
  border-left: 2px #ffcc99 solid;
  border-bottom: 2px #996633 solid;
  border-right: 2px #996633 solid;
  }

div.navmenu A:visited {
  background-color: #9BB3CF;
  border-top: 2px #CFCFCF solid;
  border-left: 2px #CFCFCF solid;
  border-bottom: 2px #6797CF solid;
  border-right: 2px #6797CF solid;
  }

div.navmenu A:hover {
  color: #000000;
  background: 	#B5C1CF;  
  border-top: 2px #6797CF solid;
  border-left: 2px #6797CF solid;
  border-bottom: 2px #CFCFCF solid;
  border-right: 2px #CFCFCF solid;
  }




a:visited.menu {
  color:white; 
  font-weight: bold; 
  text-decoration: none;
  }

a:link.menu    {
  color:white; 
  font-weight: bold; 
  text-decoration: none;
  }

a:hover.menu   {
  color:yellow; 
  font-weight: bold; 
  text-decoration: none;
  }

p,h1,h2,h3,h4 {
  margin:10px 10px 0px 0px;
  }

hr {
  margin:20px 10px 20px 10px;
  clear: both;
  }

div.container {
  border: 4px solid #6080c0; 
  font-weight: bold; 
  text-decoration: none; 
  color:#a08060; 
  padding: 10px;
  }

div.spacer {
  clear: both;
  }

div.float {

  float: left; 
  width: 490px; 
  height: 600px;
  }

div.float h3{
  text-align: center; 
  }


div.float_no_caption { 
  text-align: center; 
  float: left; 
  margin: 5px;
  }


div.content_box {
  Background-color:#fff;
  color:black;
  border: 2px solid #848484;
  padding: 15px; 
  margin-bottom: 20px;
  font-size: 12px;
  }

div.content_box img {
  margin: 1px;
  border: 0px; 
  }





a:link    {
  font-weight: bold; 
  text-decoration: none;
  }


a:visited   {
  font-weight: bold; 
  text-decoration: none;
  }


td.data {
  padding-right: 24px;
} 


.datachart {
  border-width: 2px;
  border-style: solid;
  border-color: #000000;
  border-collapse: collapse;
} 

.datachart caption {
  font-size: 14pt;
  font-weight: bold;
  color: #610B0B;
  padding-bottom: 2px;
  text-align: left;
}

.datachart td{
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
}


tr.hd {
  background-color: #E6E6E6;
  font-weight: bold; 
  color: #610B0B;
  text-align:center;
}

.datachart tr:hover {
  background-color: #E6E6E6;
}