html {
   min-height: 100%;
   margin-bottom: 1px;
}

.copyright {
text-align: right;
margin-right: 5px;
font-size: 11px;
}

#content {
margin-top: -8px;
margin-left: 10em;
padding: 10px;
padding-top: -0px;
text-align: justify;
font-family:Helvetica,Arial,sans-serif;
font-size: 14px;
}

.tablecontent {
font-size: 14px;
}

.cell {
font-size: 12px;
text-align: center;
}

.bottom {
border-width: 1px;
border-style: dashed;
border-color: black;
}

#linkbottom {
text-align: left;
margin-left: 5px;
font-size: 11px;
float:left;
}

#linkbottom a {
color: #000;
text-decoration: none;
}

.list {
}

.image {
border-width: 1px;
border-color: black;
border-style: solid;
margin: 10px;
}

#menu {
width: 9em; /* set width of menu */
background: #eee;
float:left;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

.flag {
text-decoration: none;
margin-right: 6px;
margin-top: 5px;
border-width:0px;
}

#menu a:hover {
color: #a00;
background: #CCFFFF;
}

#menu li {
/* make the list elements a containing block for the nested lists */
position:relative;
} 

#menu ul ul{
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#menu ul ul,
div#menu ul :hover ul ul
{display: none;}

div#menu li:hover ul {display: block;}


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

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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
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: -450;
left: -60px; /*position where enlarged image should offset horizontally */

}


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

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

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

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

.thumbnail_r:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -450;
left: -270px; /*position where enlarged image should offset horizontally */

}

