body {
	margin: 0;
	padding: 0;
}

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.articletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #334398;
}
.section-right {
	background: url(images/section-main-right.jpg) no-repeat;
}
#logo {
float: left;
margin: 0;
padding: 0;
}
#topmenu {
float: right;
margin: 0;
padding: 0;
margin-top: 70px;

}
#tmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
#tmenu li{
display: inline;

}
#tmenu a{
float: left;
text-decoration: none;
color: white;
font: 16px Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: center;
cursor: pointer;
/*display: block;
padding-top: 70px;
padding-bottom: 10px;*/
}
/*#tmenu a:hover{
background: url(images/navroll.jpg) no-repeat;
color: #fff;
}*/
#tmenu a:hover{
/*background-color: #990000;*/
color: #990000;
}


.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 dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
z-index: 51;
}

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

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

}




