#tdimage {background-image: url(header.jpg);}   

a:link {color: black; font-weight:bold; text-decoration:none;}
a:active {color: black; font-weight:bold; text-decoration:none;}
a:visited {color: black; font-weight:bold; text-decoration:none;}
a:hover {color: black; font-weight:bold;}

a.pdflink:link {color: black; font-weight:bold; text-decoration:none;}
a.pdflink:active {color: black; font-weight:bold; text-decoration:none;}
a.pdflink:visited {color: black; font-weight:bold; text-decoration:none;}
a.pdflink:hover {color: black; font-weight:bold; text-decoration:none;}

div {
position: absolute; 
top: 10px; 
left: 10px; 
display: none;
color: white;
font-family: arial, tahoma;
} 

div#pdflink {
position: absolute; 
top: 250px; 
left: 200px; 
display: block;
font-family: arial, tahoma;
font-size: 14px;
width: 250px;
}

div#contactpop {
top: 25px; 
left: 5px; 
background: white; 
border: black 1px; 
border-style: solid; 
padding: 5px; 
width: 461px; 
height: 258px;
overflow: none;
display: none;
background-image: url(main-contact-popup.jpg);
position:absolute;
}

div#contacttext {
top:240px;
left:350px;
position:absolute;
font-size: 10px;
}