.bodyfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
}
.bodyfontred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #ff0000;
}
.bodyfontgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #006633;
}

#leftcontent {
position: absolute;
left:10px;
top:50px;
width:200px;
background:#fff;
border:1px solid #000;
	}
	
	#centercontent {
background:#fff;
margin-left: 199px;
margin-right:199px;
border:1px solid #000;
voice-family: "\"}\"";
voice-family: inherit;
margin-left: 201px;
margin-right:201px;
	}
html>body #centercontent {
margin-left: 201px;
margin-right:201px;
	}
	
	#rightcontent {
position: absolute;
right:10px;
top:50px;
width:200px;
background:#fff;
border:1px solid #000;
	}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
.headerwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}


.headerblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.headergreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #006633;
	font-weight: bold;
}
.gallerytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.listfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.whiteverdana11ink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	border-width: 1;
	color: #ffffff;
}
.whiteverdana11ink a:hover {
	text-decoration: underline;
	color: #c3e2f2;
}

a img2 {border-width: 1; bordercolor: #ffffff;}

.footer a:visited{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #eeeeee;
	font-weight: bold;
}
.footer a:link{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #eeeeee;
	font-weight: bold;
}

.casestudy a:visited{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #eeeeee;
	font-weight: bold;
}
.casestudy a:link{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #eeeeee;
	font-weight: bold;
}

.headerlink a:visited{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #161966;
	font-weight: bold;
}
.headerlink a:link{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #161966;
	font-weight: bold;
}

.navlink a:visited{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #990000;
	font-weight: bold;
}
.navlink a:link{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #990000;
	font-weight: bold;
}



input
{
border: 2px double #DDDDE9;
border-top-color: #ffffff;
border-left-color: #ffffff;
padding: 0.1em;
background-color: #eeeeee;
color: #000000;
font-size: 11;
font-weight: normal;
font-family: Helvetica, Arial, sans-serif;
} 
select{
    background-color:#DDDDE9;
    color:#00000;
    border:1px #fff solid;
	font-size: 11;
    
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: red;
padding: 3px;
left: -1000px;
border: 1px dashed 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: 0;
left: 130px; /*position where enlarged image should offset horizontally */

}



.thumbnail_left{
position: relative;
z-index: 0;
}

.thumbnail_left:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail_left span{ /*CSS for enlarged image*/
position: absolute;
background-color: red;
padding: 3px;
left: 1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail_left span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail_left:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -560px; /*position where enlarged image should offset horizontally */

}

