@media screen{
body{
background-color: white;
color: black;
font-family:  Times New Roman, Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
font-size: 100%;
margin-top: 5px;
margin:0;
}

A:link    { color: #0000ff;}    /* unvisited links */
A:visited { color: #9900ff; }   /* visited links   */
A:hover   { color: #FF8000; }
A:active  { color: red }   /* active links    */


h3{
font-size: 150%;
}

h4{
font-size: 110%;
}

/* ######### Sponsor Area ######### */
#sponsor{color: #ffffff;
background-color: #cc99ff; #6600cc;
}

/* ######### Header Area ######### */

#spacertd img{
display: none;
}

/* ######### Left Column ######### */

#leftcolumn{
width: 165px;
border: 1px solid #cc99ff; #6600cc;
}

#leftcolumn a:hover{
color: #FF8000;
}
/* ######### Spacer Column ######### */

#spacercolumn{
background-color: #cc99ff;
width: 1%;
vertical-align: top;
}


/* ######### Right Main column ######### */

#rightcolumn{
font-size: 100%;
vertical-align: top;
}


/* ######### Footer area ######### */

#footer{
border: 0 solid #BEBEBE;
border-top-width: 1px;
text-align: center;
font-size: 80%;
padding-top: 3px;
margin-bottom: 5px;
}

#footer a{
text-decoration: underline;
}

}
