
/* Layout Stylesheet */ 


body {
 padding:0;
 font-family: Arial, Palatino, "Times New Roman", times, serif;
 font-size: 1em;
 margin: 0;
 background-image: url(../images/stonetile.gif);
 }
  
#master{
margin-left:auto;
margin-right:auto;
width: 902px;
text-align:left;
}
 
#lh-col{
 margin-top: 155px;
 margin-left: 40px;
 width: 160px;
 background-image: url(../images/stonetile.gif);
 color: #333333;
 height: 800px;
 z-index: 1;
 }

#hdr {
 float:left;
 height:155px;
 width: 300px;
 text-align:left;
 background-image: url(../images/stonetile.gif); 
 
 } 
 
 #header_text {
 float:left;
 height:155px;
 width:600px;
 background-color: transparent;
 text-align:left;
 }

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

p { 
color: red;
text-decoration: underline;
font-style:italic;
font-size:1.1em;
}

a:link { 
color: blue;
text-decoration: none;
}

a:visited {
color: #09066a;
text-decoration: none;
}

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

table   {
width: 90%;
color:blue;
}

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

tr {
color:blue;

}

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;
}

a:hover {
color: #09066a;
text-decoration: none;
}

     
