/* Layout Stylesheet */ 
body{
  margin: 0;
  padding: 0; 
  background: #BBBBBB;
  color: #333333;
}	 

/* ## Left-Hand Column layout ## */
	 
#lh-col {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
/*  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000; */
  z-index: 3;
  color: #333333;
  background: #BBBBBB;
}

.lhcont {
  font-family: verdana, helvetica, sans-serif;
  font-size: 12px;
  position: relative;
}

.lhcont ul {
  margin: 0;
  padding: 0;
}
.lhcont li {
  padding: 3px 0 2px 8px;
  list-style: none;
}
.lhcont .access {
  text-decoration: underline;
  color: #000000;   
  background: inherit;
}

/* for the left link headers */
a.lhdr:link {
  background: inherit;
  color: #000000; 
  padding: 0;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
a.lhdr:active {
  background: inherit;  
  color: #000000; 
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
a.lhdr:visited {
  background: inherit;  
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
}
a.lhdr:hover {
  background: inherit;
  color: #999999; 
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
}

/* left col links */
a.nav:link {
  color: #000000;
  background: inherit;
  text-decoration: none;
  font-size: 10px;
  padding: 0;
  margin: 0;
}
a.nav:active {
  color: #990000; 
  background: inherit;
  text-decoration: none;
  font-size: 10px;
}
a.nav:visited {
  color: #990000;
  background: inherit;
  text-decoration: none;
  font-size: 10px;
}
a.nav:hover {
  color: #00008b;
  background: inherit;
  text-decoration: none;
  font-size: 10px;
}

.navhdr {
  font-weight: bold;
} /* first link */
.navitem {
  border-bottom: 1px solid #424542;
} /* middle links */
.navitem2 {
  border: 0   
} /* end link */

/* ## end Left-Hand ############ */

/* ## Right-Hand Column layout ## */

#rh-col{
  position:absolute;
  top:0;
  right:0;
  width:155px;
  color: #222222;
  background: #AAAAAA;
}

/* ## end Right-Hand ############ */

/* ## Center Column layout ## */

#c-block {
  width: 100%;
  z-index: 1;
  color: #333333;
  background: #BBBBBB;
}

#c-col{
  margin: 0 157px 0 142px;
  border: 1px solid #000000;
  color: #333333;
  z-index: 5;
}

#c_irc-col{
  border: 1px solid #000000;
  color: #333333;
  z-index: 5;
}

#p-col{
  margin: 0em 1px 0em 142px;
  position: relative;
  color: #333333;
  z-index: 5;
}

/* ## end Center ############ */

/* ## Header section ## */

#hdr {
  width: 100%; 
  height: 100%;
  border-bottom: 1px solid #000000;
  color: #FFFFFF; 
  background: #383838;
  background-image: url("../images/bg/main_bg_02.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
  margin: 0;
}

/* ## end Header ###### */

/* ## Footer section ## */

#ftr {
  width: 100%;
/*  height: 60px; */
/*  color: #333333; */
  border-top: 1px solid #000000;
  color: #FFFFFF;
  background: #383838;
  background-image: url("../images/bg/main_bg_02.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
  margin: 0;
}

/* ## end Footer ###### */
