#main {
  position: relative;
  background-color: #fff;
  border: 0px solid #aaa;
  text-align: left;
  width: 775px;
  margin-top: 0px;
  }

#content {
  position: absolute;
  display: block;
  width: 775px;
  background-color: #FFF;
  background-image: url("/graphics/side-background.jpg"); 
  background-repeat: repeat-y;
  }

#header {
  height: 150px;
  background-color: #fff;
  background-image: URL('/graphics/header2.jpg');
  background-repeat: no-repeat;
  background-position: top right;
  display: block;
  float: left; 
  width: 611px;
  }

#top-nav {
  height: 30px;
  background-color: #d4d6db;
  display: block;
  float: right; 
  width: 611px;
  position: relative;
  z-index: 10;
  top: 0px;
  left: 0px; 
  }


#left-col {
  z-index: 5;
  width: 164px;
  float: left;
  padding: 0px;
  margin: 0px;
/*
  opacity:.50;
  filter:alpha(opacity=50);
*/
  }

#text-col {
  position: relative;
  background-color: #fff;
  float: right; 
  display: block;   
  width: 611px;
  padding: 0px;
  margin: 0px;
  }

#text-col-content {

  width: 400px;
  position: relative; 
  }

#pad {

 margin-left: 15px;
 margin-top: 18px;
 margin-right: 5px;
 background-color: #fff;
/* min-height: 400px; */
 height: auto;
  }

#right-col {
  position: relative;
  float: right; 
  background-color: #fff; 
  display: block;   
  width: 180px;
  padding: 0px;
  margin-top: 18px;
  }

#right-col-content {
	width: 180px;
	position: relative;
	left: -4px;
	top: -1px;
  }


#content-footer {
  background-color: #fff;
  color: #999;
  text-align: center;
  }

#page-bottom {
  z-index: 1;
  height: 61px; 
  background-color: #394561;
  background-image: URL('/graphics/page-bottom.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  clear: both; 
  width: 775px;
  padding-top: 10px;
  }

#page-top {
  z-index: 1;
  height: 68px;
  background-color: #394561;
  background-image: URL('/graphics/page-top.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  clear: both; 
  width: 775px;
  }



/* Layer Toggle */

.imageDiv {
  position: absolute; 
  z-index:90;
  background-color: none; 
  top: 20%;
  left: 20%;
  right: 20%;
/*
  margin-left: 15%;  
  margin-right: 15%;   
*/
  margin: 0px;
  padding: 0px;
  width: 60%; 
  height: 300px;
  text-align: center;
  }


#inner-bigImgLayer {
  z-index:91;
  text-align: left;
  width: 325px;
  height: 300px;
  background-color: #eee;
  }
  

#second-nav {
  float: right;
  margin-right: 10px;
  display: block;
  width: 160px;
 }

#second-navcon {
  height: 24px;
  background-image: URL('/graphics/Onthispage.jpg');
  background-repeat: no-repeat;
  background-position: top;
  }
  
   #second-navrp {
  height: 24px;
  background-image: URL('/graphics/relatedpages.jpg');
  background-repeat: no-repeat;
  background-position: top; 
 }
 
#second-navbox {
   background: #f7f7f8;
   padding-top: 10px;
   padding-left: 5px;
   padding-bottom: 5px; 
}

 

 


