#vertical .content_container {
	float: left;
}

.content_container {
	overflow: auto;

}

.up_button {
	background: transparent url(scrollUp.png) no-repeat top left;
	width: 16px;
	height: 16px;
}

.down_button {
	background: transparent url(scrollDown.png) no-repeat top left;
	width: 16px;
	height: 16px;
}

.left_button {
	float: left;
/*	background: transparent url(scrollLeft.png) no-repeat top left; */
	width: 16px;
	height: 16px;
}

.right_button {
	float: left;
/*	background: transparent url(arrow-right.jpg) no-repeat top left; 
	width: 12px;
	height: 10px;  */
}

.vertical_scroll_bar {
	float: left;
	width: 14px;
}

.vertical_scroll_bar .track{
	background: transparent url(scrollBGV.png) repeat-y top left;
	width: 14px;
}

.horizontal_scroll_bar .track{
	background-color: #ccc;
	margin-top: 1px;
	float: left;
	height: 10px;
}
.vertical_scroll_bar .handle{
	width: 14px;
	height: 45px;
	background: transparent url(scrollBoxV.png) no-repeat top left;
}

.horizontal_scroll_bar .handle{
background-image: url(/images/arrow2.gif); 
	background-color:transparent;
	cursor:move;
    margin-top: -5px;

	height:20px;
	width:47px;
}


/* end */


.clear_both {
	clear: both; 
	height: 0px; 
	margin: 0px; 
	padding: 0px; 
	line-height: 0px;
}
td, body, form { 
	font-family: helvetica, sans-serif; font-size: 11px; color: black; 
}
body { margin: 0 }
a:link {font-weight: bold; text-decoration: none;  font-family: helvetica, sans-serif; font-size: 11px; color: black; }
a:active { font-weight: bold; text-decoration: none; font-family: helvetica, sans-serif; font-size: 11px; color: black; }
a:hover {  border-bottom: 1px dotted silver; background-color: #e5e5e5; font-weight: bold; font-family: helvetica, sans-serif; font-size: 11px; color: black; }
a:visited { font-weight: bold; text-decoration: none; font-family: helvetica, sans-serif; font-size: 11px; color: black;}
#topnav {
	width: 80%;
	margin-top: 20px;
	margin-left: 42px;
}
#topnav td {
	font-family: helvetica, sans-serif; 
	font-size: 11px; 
	color: black;
	font-weight: bold;
	line-height: 15px;
}
#topnav td.notbold {
	font-weight: normal;
	font-size: 11px; 
	color: black;
}
#landingpic {
	margin-left: 50px;
}
#pics {
	margin-left: 50px;
	margin-right: 50px;
}
	

#infobox {
	top: 50ox;
	width: 800px;
	margin-left: 60px;	
}
#infopic {
	float: left;
}
#infotext {
	width: 450px;
	float: right;
	line-height: 14px;
}
input { 
	font-family: helvetica, sans-serif; 
	font-size: 11px; 
	color: black;
	background-color: #ccc;
	border: 1px dotted black;
}
