/* Presentation Stylesheet */ 


h1,h2,h4, h3 {
margin: 0px; 
padding: 15px 10px;
}

p { 
text-indent: 3em; 
padding: 0 15px;
font-size: 17px;
font-family: arial;
font-weight: normal;
text-decoration: none;
}



a {
color: green;
text-decoration: none;

}

a:link {

font-size: 14px;

color:black;
text-decoration: underline;
}

a:visited {
color: red;

}

a:active {
color: green;
}

a:hover {
color: ;
background: #ffa; 
}

url {


 margin-top:    1px;
 margin-bottom: 0px;
 margin-left:   1px;
 margin-right:  0px; 

    padding-top:   0px;
 padding-bottom:   0px;
   padding-left:   0px; 
  padding-right:   0px;
}






/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#lightblue;
 color: black;
 }	 
	 
#lh-col{
 position:absolute;
 top:92px;
 left:5;
 width:140px;
 z-index:3;
 background:lightblue;
 color: #333333;}

#rh-col{
 position:absolute;
 top:92px;
 right:0;
 width:140px;
 z-index:2;
 background:lightblue;
 color: #333333;}

#c-block {
 width:100%;
 z-index:1;
 background:lightblue;  
 color: #333333;
 height:80%;}

#hdr{
 height:90px; 
 border-bottom:1px solid #000000; 
 width:100%; 
 background:white;
 color: #333333; 
 margin:0;
  }

#c-col{
 margin:0 142px 0 142px;
 position:relative;
 background:#ffffff;
 color: #333333;
 z-index:5;
 border: solid #000000;
 border-width:0 1px;
 }

#ftr {
 width:100%;
 height:35px;
 border: solid #000000; 
 border-width:1px 0;
 background:white;
 color: #333333;
 margin:0;
 }