body, html{
background-color:#999999;
background-image:url('site_images/bg.png');
background-repeat: repeat-x;
margin:0px;
padding:0px;
height:100%;
min-height:100%;
font-family:Tahoma, Arial;
font-size:11px;
}

td, th, tr, p{
font-family:Tahoma, Arial;
font-size:11px;
}

.mainBox{
width:824px;
margin:0px auto 0px auto;
align:center;
height:100%;
min-height:100%;
background-image:url('site_images/mainBoxBg.png');
background-repeat:repeat-y;
background-color:#A1A3A2
}
.homeTable{
height:100%;
min-height:100%;
width:822px;
background-image:url('site_images/mainTableBg.png');
background-repeat:no-repeat;
}
.contactTable{
height:100%;
min-height:100%;
width:822px;
background-image:url('site_images/mainTableBg2.png');
background-repeat:no-repeat;
}
.pageTable{
height:100%;
min-height:100%;
width:822px;
background-color:#C2C3C7;
}
.navbar{
height:16px;
background-color:#999999;
}

.navbtn{
width:80px; 
border-bottom:1px solid #666666; 
text-align:center;
font-weight:bold;
}
.navbtn A:link {text-decoration: none; color: #000000;}
.navbtn A:visited {text-decoration: none; color: #000000;}
.navbtn A:active {text-decoration: none; color: #000000;}
.navbtn A:hover {text-decoration: none; color: #FFFFFF;}
.atBtn{
width:80px; 
border-bottom:1px solid #C2C3C7; 
border-right:1px solid #666666; 
border-left:1px solid #666666; 
text-align:center;
font-weight:bold;
background-color:#C2C3C7;
background-image:url('site_images/atBtn.png');

}


.textBox{
margin:10px; 
padding:10px; 
height:400px; 
overflow:auto;
background-image:url('site_images/padBg.png');
border:1px solid #666666;
}

.thumb{
 width:120px;
 height:80px;
 overflow:hidden;
 border:1px solid #666666;
 margin-bottom:10px;
}