
body
{
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
}

div.sheet
{
        position:relative;
        z-index:0;
        margin:0 auto;
        width: 900px;
        min-width:31px;
        min-height:31px;
}


div.left
{
	float:left;
	margin-bottom:50px;
	width:450px;
	margin:0;
	padding:0em;
}

div.content
{
	font-family:"Arial";
	font-size:12px;
	margin-left:450px;
	margin-top:70px;
	margin-bottom:90px;
	 margin-right:0px;
	padding:0em;
}


div.blackbox
{
        width:340px;
	height:25px;
        padding:13px;
	position:relative;
	top:23px;
        background-color: #ffffff;
	color: #68AD45;
        margin:0px;
}


div.whitebox
{
        width:260px;
	height:7px;
        padding:13px;
	position:relative;
        top:40px;
        margin:0px;
}

div.fulltext
{
        font-family:"Arial";
	font-size:14px;
        font-weight:bold;
        color: #68AD45;
        margin-left:0px;
        width:450px;
        padding:0px;
}

div.lefttext
{
	font-family:"Arial";
	font-weight:bold;
	font-size:12px;
	float:left;
	color: #68AD45;
        margin-left:0px;
        padding:0px;
}

div.righttext
{
        font-family:"Arial";
        font-weight:bold;
	font-size:12px;
	margin-left:105px;
        color: #68AD45;
        padding:0px;

}

div.footer
{
padding:3.0em;
color:white;
background-color:white;
clear:left;
}

.thumbnail{
margin:21px;
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: 2px  solid #939598;
visibility: hidden;
color: black;
text-decoration: none;
}

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

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

}

.thumbnailright{
margin:21px;
position: relative;
z-index: 0;
}

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

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

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

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

}

.thumbnailleft{
margin:21px;
position: relative;
z-index: 0;
}

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

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

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

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

}

