
/* Layout Stylesheet */ 


body {
 padding:0;
 font-family: Arial, Palatino, "Times New Roman", times, serif;
 font-size: 1em;
 margin-top:15px;
 margin-left: 5%;
 margin-right:5%;
 border:none;
 border-width: 1px 1px 1px 1px;
 width:auto;
 background-image: url(../images/stonetile.gif);
 } 

#main_container	{
 width:800px;
 margin-left:auto;
 margin-right:auto;
 height:100%;
 background-color: transparent;
		}


#hdr {
 float:left;
 height:155px;
 width: 250px;
 text-align:left;
 background-color: transparent; 
 color:#333333;
 }

#header_text {
 float:left;
 height:155px;
 width: 530px;
 background-color: transparent;
 text-align:left;
 }
 
#lh-col{
 float:left;
 width:250px;
 font-size:.8em;
 color: red;
 }

#c-col{
 float:left;
 width:530px;
 text-align: center;
 font-size: 16px;
 font-style:italic; 
 color: green;
 padding:  0px;
 z-index: 2;
}

#footer {
float:left;
color:red;
text-align:center;
width:750px;
font-size:14px;
}

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.4em;
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: right;
} 

td {
font-family: Arial, Palatino, "Times New Roman", times, serif;
color:red;
font-weight: bold;
font-size: 1em;
text-align: right;
}

h2  {
font-size: 3em;
color: red;
font-style: italic;
}

h3  {
font-size: 24px;
color: red;
font-style: italic;
}

h4  {
font-size: 18px;
color: red;
font-style: italic;
text-align:left;
}

img {
border-width:0px;
	}

p.text  {
font-size: 16px;
color: red;
font-style: italic;
}

a:hover {
background-color:white
color: #d9f1f7;
text-decoration: none
}

ul {
text-align:left;
font-size:1em;
}

li {
text-align:left;
font-weight:bold;
font-size: 16px;
}
     

