<style type="text/css">
body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}
#footer A:link, #footer A:hover., #footer A:visited{
color:orange;
font-size:10;
text-decoration: none;
font-weight:none;
font-family:Trebuchet MS;
}
#footer span{
font: 12px verdana;
color:white;
text-decoration: none;
font-weight:none;
}
#content A:link, .content A:hover,.content A:active, .content A.visited{
color:#0068ab;
font: 15px Trebuchet MS;
text-decoration: none;
font-weight:none;
}
#content span{
color: #002741;
font: 15px Georgia, Trebuchet MS;
text-align:justify;
}
table.header{
padding:0px;
width:800px;
background-color:white;
margin:0px;
}
td.menu A:link, td.menu A:visited, td.menu A:hover{
color:white;
font-size:12;
text-decoration: none;
font-weight:bold;
font-family:Trebuchet MS,times new roman,;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#invertedtabs{

margin:auto;
width: 790px;
padding: 0;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#invertedtabs ul{

font: bold 12px Arial, Verdana, sans-serif;
margin:0;
margin-bottom: 0em; /*margin between menu and rest of content*/
padding:0;
list-style:none;
}

#invertedtabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
line-height: 1.5em;
}


#invertedtabs a{
float:left;
color: white;
background: #005186 url(images/color_tabs_left2.gif) no-repeat left bottom;
margin:0 2px 0 0;
padding:0 0 0 3px;
text-decoration:none;
letter-spacing: 1px;
}

#invertedtabs a span{
float:left;
display:block;
background: transparent url(images/color_tabs_right2.gif) no-repeat right bottom;
padding:1px 13px 1px 13px;

}

#invertedtabs a span{
float:none;
}


#invertedtabs a:hover{
background-color: #0168ab;
}

#invertedtabs a:hover span{
background-color: #0168ab;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
background-color: #0168ab;


}

#invertedtabsline{
margin-top: 8px;
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #005186;
border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.thumbnail{
position: relative;
z-index: 0;
}

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

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

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 70px;
left: -120px; /*position where enlarged image should offset horizontally */
}

.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 5px;
margin-bottom: 5px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
width: 100px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
color:#0068ab;
font: 15px Trebuchet MS;
text-decoration: none;
font-weight:none;
}

</style>