
/* Layout Stylesheet */ 

body {
  margin: 5px 0 0 5px;
  padding: 0;
  background: #ccc;
  color: #000;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 9pt;
  }

#outer {
  text-align: left;
  border: 2px solid #039;
  width: 700px;
  margin: auto;
  padding: 0;
  }

#hdr {
 height: 114px;
 border-bottom: 1px solid #000;
 }

.navbar {
  /*height: 22px;*/
  background: #666;
  color: #fff;
  width: 100%;
  }

#bodyblock {
  position: relative;
  background: #f1f1f1;
  width: 700px;
  padding: 0;
  margin: 0;
  border-top: 1px solid #000;
  }

#l-col {
  float: left;
  background: #f1f1f1;
  color: #333333;
  width: 125px;
  padding 0;
  }

#cont {
  width: 545px;
  background: #fff;
  color: #333333;
  border:dashed #ccc;	
  border-width: 0 0 0 1px;
  text-align: left;
  padding: 10px;
  }

#ftr {
  background: #039;
  color: #fff;
  font-size: 8pt;
  border: solid black;
  border-width: 1px 0 0 0;
  margin: 0;
  padding: 1px 6px;
  }
#ftr a {
  color:white
  }
  
/* Navbar Stylesheet */

.navbar ul {
  margin: 0;
  padding: 0;
  float: left;
  white-space: nowrap; 
  list-style-type: none;
  }
  
.navbar li {
	display: inline;
  }
  
.navbar li a {
  text-decoration: none;
  padding: 0.2em 1em;
  color: #fff;
  float: left;
  border-right: 1px solid #fff;
  }
  
.navbar li a:hover {
  color: #fff;
  background-color: #999;
  }

.navbar .ActiveParentListItem a, .navbar .ActiveParentListItem a:hover, .navbar li a:active {
  color: #fff;
  background-color: #369;
  }
  
.leftnav {
  /*width: 120px;*/
  /*float: left;*/    /*??????*/
  /*position: relative;*/
  }
  
.leftnav ul {
  margin: 0 0 0 0;
  padding: 0 0 0 4px;
  list-style-type: none;
  text-align: left;
  }

.leftnav ul li a {
  background: transparent url(/img/list-off.gif) left center no-repeat;
  display: block;
  padding: 2px 0 2px 10px;
  width: 115px;
  color: #666;
  text-decoration: none;
  font-size: 9pt;
  }

.leftnav li li a {
  display: block;
  padding: 2px 0px 2px 12px;
  width: 115px;
  color: #000;
  }

.leftnav a:hover {
  background: transparent url(/img/list-on.gif) left center no-repeat;
  /*background-color: #999;*/
  color: #000;
  }

.clearer {
  clear: both;
  line-height: 0;
  height: 0;
  visability: hidden;
  }
  
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  }

.leftnav .ActiveParentListItem a, .leftnav .ActiveParentListItem a:hover, .leftnav a:active {
  /*background-color: #369;*/
  background: transparent url(/img/list-active.gif) left center no-repeat;
  color: #039;
  }
  
.breadcrumbs {
  text-align: right;
  font-size: 8pt;
  color: #999;
  margin: 0;
  }
  
.breadcrumbs a {
  text-decoration: underline;
  color: #369;
  }