body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color:#FFFFFF;
	margin: 10px;
	padding: 0px;
	width: 13100px;
	height: 440px;
}
div img {
	display: block;
	margin: auto;
}
#content {
	margin: 0px 0px 0px 0px; 
	float: left;
}
.sechead {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.seclink {
	font-size: 14px;
	font-weight: normal;
}
.clickable {
	cursor: pointer;
	border: 1px solid #CCCCCC;
}
div.pane {
	position: relative;
	margin: 0px 10px 0px 0px; 
	padding-left: 0px; 
	float: left; 
	width: 362px;	
	height: 440px;
}
div.inpane {
	width: 362px;	
	height: 440px;
	position: absolute;
	top: 0px;
	left: 20px;
}
div.panenav {
	width: 600px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: -10px;
	z-index: 1;
}
.paneimgshell {
	position: absolute;
	bottom: 140px;
	left: 0px;
	width: 340px;
	height: 270px;
	vertical-align: bottom;
}
table.panecaption {
	position: absolute;
	top: 300px;
	left: 10px;
}

#page {
	height: 440px; 
}

#arrows {
	position: fixed;
	right: 40px;
	bottom: 40px;
	width: 120px;
	height: 48px;
	cursor: pointer;
	z-index: 1;
}

#arrows ul {	
	margin: 0;
	padding: 0;
	list-style:none;
}

#arrows ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 48px;
	height: 48px;
}

#arrows ul li a{
	margin-right: 10px;
	float: left;
	display: block;
	width: 48px;
	height: 48px;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}

#arrows ul #left a {background: transparent url(../images/hnav/hscroll_button_l.gif) no-repeat;}
#arrows ul #right a{background: transparent  url(../images/hnav/hscroll_button_r.gif) no-repeat;}

a {
	color: #FFFFFF;
	text-decoration: none;
}
.spacerrow {
	font-size: 4px;
	margin: 0px;
	padding: 0px;
	height: 4px;
	width: 10px;
}
.clickable {
	cursor: pointer;
	border: 1px solid #CCCCCC;
}
.smalltext {
	font-size: 9px;
	color: #999999;
}
.instruction {
	font-size: 11px;
	color: #999999;
}
