
	a:visited	{ text-decoration: none; }
	a:link		{ text-decoration: none; }
	a:hover		{ text-decoration: underline; }
	body,td,input,select,textarea		{
				font-family: arial, helvetica; font-size: 10px; color: #484848;
				scrollbar-face-color: #E0E0E0;
				scrollbar-highlight-color: #E0E0E0;
				scrollbar-3dlight-color: #AAAAAA;
				scrollbar-darkshadow-color: #AAAAAA;
				scrollbar-shadow-color: #E0E0E0;
				scrollbar-track-color: #777777;
			}
	.sidelink	{ line-height: 25px; color: #585858; }
	.main		{ line-height: 22px; }


.thumbnail2{
position: relative;
top: 20px;
z-index: 0;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 0;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #b5c4d3;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
width: 350px;

visibility: hidden;
color: black;
font-size: 14px;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -250px;
left: -125px; /*position where enlarged image should offset horizontally */

}

#wrapper {
  background: #b5c4d3;
  overflow: hidden;
  text-align: left;
  width: 778px;
  margin: 0 auto;
  z-index: 0;
  
}

#contentl {
  background: #b5c4d3;
  clear: both;
  float: left;
  line-height: 1.4;
  width: 575px;
  margin-left:15px;
  margin-top:15px;
  padding-right: 5px;
  padding-bottom: 5px;
  font-size: 0.8em;
 
}
#contentr {
  background: #b5c4d3;
  
  float: right;
  line-height: 1.4;
  width: 575px;
  margin-left:15px;
  margin-top:15px;
  padding-right: 5px;
  padding-bottom: 5px;
  font-size: 0.8em;
 
}
