body 


table.border{
border: 1px solid #000;
font-family: arial
}

td.border{
border: 1px solid #000}

table.arial{
font-family: arial
}

.toplinks {font-family: arial; font-weight:bold} 
 /*** not working?! ****/

h3{color: 003399}

a:link    {color:white; font-weight:bold}
a.link2:link    {color:black; font-weight:bold}
a:visited {color:white; font-weight:bold}
a.link2:visited {color:black; font-weight:bold}
a:active  {color:black; font-weight:bold}
a:hover   {color:black; font-weight:bold}


ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#000; text-decoration:none}
ul.menu li {position:relative; float:right; margin-right:2px}
ul.menu ul {position:absolute; top:26px; center:0; background:#d1d1d1; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; width:148px; margin:0}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#d1d1d1}
ul.menu ul li a:hover {background-color:#c5c5c5}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {border:1px solid #aaa; padding:5px 7px 7px; font-weight:bold; background:url(images/header.gif); width:134px}
ul.menu .menulink:hover, ul.menu .menuhover {background:url(images/header_over.gif)}
ul.menu .sub {background:#d1d1d1 url(images/arrow.gif) 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}

table.header
{font-family: arial}


table.content
{
	font-family:Veranda, Arial,
}

table.test, td.test
{
    border-color: #600;
    border-style: solid;
    background-color: red;
}

table.test
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: red;
}

td.test
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    background-color: red;
}


tr.blue
{background-image: url(bgcolor2.jpg)}




 /*** Begin Thumbnail Scripting ****/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 0px;
left: -1000px;
border: 1px ;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -375;
left: 250px; /*position where enlarged image should offset horizontally */
}
 /*** End Thumbnail Scripting ****/





 /*** Begin SECOND Thumbnail Scripting ****/
.thumbnail2{
position: relative;
z-index: 0;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 0px;
left: -1000px;
border: 1px ;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200;
left: 250px; /*position where enlarged image should offset horizontally */
}
 /*** End SECOND Thumbnail Scripting ****/