@charset "utf-8";
/* CSS Document */

.holder {
	float: right;
		margin-top:5px;
		padding-right:100px;
	
}
.scroll-pane {
	
	overflow: auto;
	
	
}
#pane2 {
	height: 495px;
	width:450px;
	float:right;
	text-align:left;

}

#pane2 a, #pane2 a:hover, #pane2 li{
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;

}

#pane2 li{
display:list-item;
list-style:inside;
color:#517e81;
}

#pane2 p{
margin:5px;
}

#pane2 table td{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#517e81;
}

.imageleft{
float:left;
margin-top:5px;
margin-right:5px;
margin-bottom:5px;
}

.imageright{
float:right;
margin-top:5px;
margin-bottom:5px;
margin-left:5px;
}
.forms{
border:1px solid #CC6633;;
}

.content h3{
font-size:22px;
font-family:Georgia, "Times New Roman", Times, serif;
margin-left:10%;
padding-top:10px;
color:#517e81;
}
#pane2 p{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#517e81;
}

#pane2 .table_format h3{
margin:0px;
font-size:14px;
}

#pane2 .table_format td{
margin:0px;
padding:0px;
vertical-align:top;
}

#pane2 .table_format a{
text-decoration:none;
}

#pane2 .table_format a:hover{
text-decoration:underline;
}

#pane2 h4{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#517e81;
}

a.jScrollArrowUp {
	background: url(basic_arrow_up.gif) no-repeat 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(basic_arrow_down.gif) no-repeat 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #69f;
}