
@charset "iso-8859-1";


/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#808080;
 color: #333333;
 }	 
	 
#lh-col{
 padding:0;
 position:absolute;
 top:130px;
 left:0;
 width:140px;
 z-index:3;
 background:#c0c0c0;
 color: #003399;}

#rh-col{
 position:absolute;
 top:130px;
 right:0;
 width:140px;
 z-index:2;
 background:#c0c0c0;
 color: #333333;}

#c-block {
 width:100%;
 z-index:1;
 background:#c0c0c0;
 color: #333333;
 height:80%;}

#header {
 height:60px;
 background: #00a5c6;
 color: #333333;
 }
 

#c-col{
 margin:0 142px 0 142px;
 position:relative;
 background:#ffffff;
 color: #333333;
 z-index:5;
 border: solid #000000;
 border-width:0 1px;
  padding: 20px;
 }

#footer {
 width:100%;
 height:35px;
 border: solid #000000; 
 border-width:1px 0;
 background:#eeeeee;
 color: #333333;
 margin:0;
 }

 
 
/* Presentation Stylesheet */ 
p {
 padding: 0 15px;
 }

h1 {font:bold italic 26pt Times, serif; color:#003399; padding-top:0px; padding-bottom:0px; margin-left:0;}


h2 {
  font-size : 11pt;
  font-family : verdana;
  color : #000000;
  background : transparent;
  text-align: left;
}

h3 {
  font-size : 12pt;
  font-style: bold;
  font-family : arial;
  color : 003399;
  background : transparent;
  text-align : center;
}


h4 {
  font-size : 12pt;
  font-family : arial;
  font-style: bold;
  color : blue;
  background : transparent;
 }


a:visited , a:link , a:active {
  font-size : 11px;
  font-family : verdana;
  color : blue;
  background : transparent;
  text-decoration : none;
}


a:hover {
  font-size : 11px;
  font-family : verdana;
  color : red;
  background : transparent;
  text-decoration : none;
}



