body {
 
 padding: 0;
 margin: 0;

}

body, td {
 
 font-family: Arial;
 font-size: 110%;
 color: #666666;

}

.contact {
 
 font-family: Trebuchet MS, Arial;
 font-size: 80%;
 color: #666666;
 padding: 0 0 0 25;

}

a {

 color: #999;
 text-decoration: none;
 
}

a:visited {

 color: #333;

}

a:hover {

 color: #999;

}

a.active_item {

 text-decoration: none;
 color: #999;

}

.menu_item {

 font-size: 80%;
 font-weight: bold;

}

.img_cell {
 
 padding: 0 0 0 10px;
 font-size: 8pt;
 font-family:arial;

}

.img_fcell {
 
 padding: 0 0 0 0px;
 font-size: 8pt;
 font-family:arial;

}

/////


div.botright {

    display:block;

    /*set the div in the bottom right corner*/
    position:absolute;
    bottom:20;
    right:20;
    width:350px;
    
    text-align: right;
    font-size: 8pt;
    
  }
  
div.copyright {

 display: block;
 
    position:absolute;
    bottom:-10;
    left:50;
    width:350px;
    
    text-align: left;
    font-size: 8pt;

}

div.content {

 overflow: auto; 
 margin: 0 40 0 40;
 position: relative;
 
}  
  
div.contact_pane {

 height:540px;
 
}  

div.contact_pane_text {

 padding: 0 0 0 110;
 font-size: 80%;

}

div.contact_pane_pic {

 display:inline;
 padding: 0 0 0 120;

}


///////

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 200;
	height: 10px;
	background: url(line.gif) repeat-x;
}

.jScrollIntervalTrack { 
	position: absolute;
	height: 2px;
}

.jScrollPaneDrag {
	position: absolute;
	background: #67765b;
	cursor: hand;
	overflow: hidden;
}
.jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
a.jScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 10px;
	width: 10px;
}
a.jScrollArrowLeft:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 10px;
	width: 10px;
}
a.jScrollArrowRight:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

