
/* Layout Stylesheet */ 


body {
 padding:0;
 font-family: Arial, Palatino, "Times New Roman", times, serif;
 font-size: 1em;
 margin: 0;
 background-image: url(../images/background.jpg);
 } 

 
#lh-col{
 position: absolute;
 top: 155px;
 left: 40px;
 width: 160px;
 border: 0px solid #333333;
 background-image: url(../images/background.jpg);
 color: #333333;
 margin-top: 150;
 padding: 0;
 height: 800px;
 z-index: 1;
 }

#hdr {
 height:155px;
 width: 100%;
 text-align:left;
 verticle-align:bottom;
 background-image: url(../images/background.jpg); 
 color:#333333;
 margin:0;
 padding:0;
 border: solid #333333;
 border-width: 1px 1px 0 1px;
 } 

#c-col{
 margin-top:0;
 margin-left:40px;
 margin-right:80px;
 text-align: center;
 background-image: url(../images/background.jpg);
 height:600px;
 font-family: Arial, Palatino, "Times New Roman", times, serif;
 font-size: .8em; 
 color: #333333;
 padding: 20px;
 z-index: 2;
}

 a:link { 

color: blue;

text-decoration: none;
}a:visited {
background-color:
color: silver;
text-decoration: none
}

em  {
color: red;
font-family: Arial, Palatino, "Times New Roman", times, serif;
font-size: 1.em;
text-align: left;
font-weight: bold;
}

blockquote {
color: blue;
text-align: center;
font-size: 1.em;
font-weight: bold;
}

table   {
width: 80%;
}

th {
color: red;
font-family: Arial, Palatino, "Times New Roman", times, serif;
font-weight: bold;
font-size: 1.3em;
text-align: left;
} 

td {
font-family: Arial, Palatino, "Times New Roman", times, serif;
font-weight: bold;
font-size: 1.3em;
text-align: left;
}

h2  {
font-size: 3em;
color: red;
font-style: italic;
}

h5 {
font-size:1.3 em;
color: orange;
text-align; center;
}

a:hover {
background-color:white
color: #d9f1f7;
text-decoration: none
}

     

