html {
 scrollbar-track-color:#f0ece6;
 scrollbar-shadow-color:#4c412e;
 scrollbar-face-color:#f0ece6;
 scrollbar-highlight-color:#f0ece6;
 scrollbar-darkshadow-color:#f0ece6;
 scrollbar-3dlight-color:#4c412e;
 scrollbar-arrow-color:#4c412e;
}

body {
 font-family: verdana;
 font-color: #937f59;
 border-style: none;
 margin-left: 0;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 0;
 margin-width: 0;
 margin-height: 0;
}
 
p {
 text-wrap: normal; 
}

a:link { color: #937f59; text-decoration:none; }
a:visited { color: #937f59; text-decoration:none; }
a:hover { text-decoration: underline; color: #4c412e;}
a:active { color: #937f59; text-decoration:none;}

table {
 border-collapse: collapse;
}

img {
 border-style: none;
}

img2 {
 border-style: none;
 width: 120px;
 height: 120px;
}

.floatright { 
 float: right; 
 margin: 10px 7px;
 width: 251px;
}

.hr1 {
 width: 99%; 
 color: #f0ece6; 
 align: left; 
 vertical-align: top;
}

.hr2 {
 width: 100%; 
 color: #f0ece6; 
 align: left; 
 vertical-align: center;
}


.maint {
 height: 85%;
 background-color: #f0ece6;
 width: 100%; 
 text-align: center;
}


.linktable {
 background-color: white;
 color:white;
 border-style: none;
 vertical-align: middle; 
 text-align: center;
}

.hometable {
 background-color: #745d54;
 color: #745d54;
 border-style: none;
 vertical-align: middle;
 text-align: center; 
}

.t2 {
 height: 135px; 
 width: 900px;
}

.t3 {
 height: 25px; 
 width: 840px;
}

.t4 {
 height: 400px; 
 width: 848px;
}

.t5 {
 width: 100%;
 border-style: none;
}

.t6 {
 width: 848px; 
 border-style: none;
}

.d1 {
 text-align: center; 
 vertical-align: middle;
}

.d2 {
 text-align: left;
 width: 168px; 
}

.d3 {
 text-align: left;
 width: 168px; 
 color: #937f59;
}

.d4 {
 width: 168px; 
 text-align: right;
}

.d5 {
 width: 130px; 
 text-align: left;
}

.d6 {
 width: 180px; 
 text-align: center;
}

.d7 {
 width: 140px; 
 text-align: center;
}

.d8 {
 width: 130px; 
 text-align: center;
 color: #f0ece6;
}

.d9 {
 width: 120px; 
 text-align: right;
 color: #f0ece6;
}

.d10 {
 height: 2px;
}

.d11 {
 color: #292421; 
 text-align: left; 
 vertical-align: text-bottom;
}

.d12 {
 vertical-align: top; 
 text-align: left; 
 color: #f0ece6; 
 font-size: small;
}

.d13 {
 text-align: left;
 color: #000000; 
}

.d14 {
 text-align: left;
}

.d15 {
 vertical-align: bottom; 
 text-align: center;
}

.d16 {
 text-align: center;
}

.d17 {
 background-color: #f0ece6; 
 color: #937f59; 
 font-size: x-small; 
 text-align: center;
}

.d18 {
 text-align: left; 
 color: #F0ECE6;
 font-size: small;
}

.d19 {
 text-align: right;
 font-color: #745d54;
}

.r1 {
 height: 2px; 
}

.r2 {
 text-align: center; 
 vertical-align: top; 
}

.r3 {
 height:80%; 
}

.r4 {
 height: 25px;
}

.r5 {
 text-align: center; 
 vertical-align: top; 
 height: 152px;
 border-style: none; 
}

.rowmenu {
 color: #937f59; 
 font-size: small;
 background-color: #ffffff;
 border-style: none;
 width: 100%;
}


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

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

.tnail 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;
}

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

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