
/* Layout Stylesheet */ 

/* layout */

body {
 margin:10px;
 background:#808080;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:800px;
 margin:auto;
 background:#333333;
 }

#hdr {
 height:71px;
 background:#000000;
 }

#bar {
 border-left:0px solid #ffffff; border-right:0px solid #ffffff; border-top:0px solid #ffffff; border-bottom:1px solid #ffffff; height:20px;
 background:#000000;
 color: #ffffff;
 padding:5px
 }

#bar div {
  font-size: 12px;  
  font-family: Arial, Lucida Sans, Tahoma, Sans-Serif;
  position: absolute;
  white-space: nowrap;
  height: 16px;
  width: 780px;
  position: relative;
  overflow: hidden;
  text-align:center;
}


/* left link section */
#l-col {
  float:left;
  width:130px;
  padding:10px;
  }

p.l-col, p.l-col_nav2{
  font-size: 12px;  
  font-family: Arial, Lucida Sans, Tahoma, Sans-Serif;
  text-align:left;
  color:#ffff0d;  
}
a.l-col:link, a.l-col:visited, a.l-col_nav2:link, a.l-col_nav2:visited{
  text-decoration:none;
  color:#cccccc;
	}
a.l-col:active, a.l-col_nav2:active {
  color:#ffff0d;
  }
a.l-col:hover, a.l-col_nav2:hover{
  text-decoration:underline;
  color:#ffff0d;
	}

/* content section */

#cont {
  float:left;
  width:630px;
  background:#000000;
  border:0px solid #000000;	
  text-align:justify;
  padding:10px;
  color:#ffffff  
 }

p.head {
  font-family: Arial, Lucida Sans, Tahoma, Sans-Serif;
  font-size: 12px;  
  color:#ffffff;
  text-align:left;
}
a.head:link, a.head:visited{
  text-decoration:none;
  color:#ffffff;
	}
a.head:active {
  color:#ffff0d;
  }
a.head:hover {
  text-decoration:underline;
  color:#ffff0d;
	}
	
p.cont{
  font-family: Arial, Lucida Sans, Tahoma, Sans-Serif;
  font-size: 12px;  
  color:#ffffff;
  text-align:left;
}

p.cont_center{
  font-family: Arial, Lucida Sans, Tahoma, Sans-Serif;
  font-size: 12px;  
  color:#ffffff;
  text-align:center;
}



span.cont{
  font-family: Arial, Lucida Sans, Tahoma, Sans-Serif;
  font-size: 12px;  
  color:#ffffff;
  text-align:left;
}
a.cont:link, a.cont:visited{
  text-decoration:none;
  color:#ffff0d;
	}
a.cont:active {
  color:#ffff0d;
  }
a.cont:hover {
  text-decoration:underline;
  color:#ffff0d;
	}
h1.cont, h2.cont {
  font-family: Arial, Lucida Sans, Tahoma, Sans-Serif;
  color:#ffffff;
  padding:20px;
  text-align:center;
  font-size:20px;
  font-weight:bold;
}


/* footer */
#ftr {
  border-left:0px solid #ffffff; border-right:0px solid #ffffff; border-top:1px solid #ffffff; border-bottom:0px solid #ffffff; clear:left;
  height:20px;
  background:#000000;
  padding:5px;
  margin:0;
  font-size: 12px;  
  font-family: Arial, Lucida Sans, Tahoma, Sans-Serif;  
  color: #cccccc;
  text-align:left
 }
a.ftr:link, a.ftr:visited{
  text-decoration:none;
  color:#ffffff;
	}
a.ftr:active {
  color:#ffff0d;
  }
a.ftr:hover {
  text-decoration:underline;
  color:#ffff0d;
	}	

/* SLIDESHOW */
body.slides {
 background:#000000;
 text-align:center;
  font-size: 12px;  
  font-family: Arial, Lucida Sans, Tahoma, Sans-Serif;
  color:#ffffff; 
}
a.slides:link, a.slides:visited{
  text-decoration:none;
  color:#ffffff;
	}
a.slides:active {
  color:#ffff0d;
  }
a.slides:hover {
  text-decoration:underline;
  color:#ffff0d;
	}