﻿/* Fixed Height Panel Styles
*/
#box-top-f {
	position: relative;
	height: 6px;
	background-image: url('../images/pageimages/PanelTopBorder.gif');
	visibility: visible;
	background-repeat: no-repeat;
	top: -58px;
	width: 788px;
	left: 10px;
}
#box-content-f {
	position: relative;
	top: -14px;
	width: 786px;
	height: 450px;
	left: 0px;
}

#box-bt-f {
	background: url('../images/pageimages/PanelBottBorder-solid.gif');
	background-repeat: no-repeat;
	position: relative;
	width: 786px;
	bottom: 130px;
	height: 163px;
	float: left;
	z-index: 10;
	left: 10px;
}
#buttons-f {
	position: absolute;
	width: 760px;
	text-decoration: none;
	left: 12px;
	top: -30px;
	z-index: 60;
	font-size: large;
	visibility: visible;
	height: 18px;
}
.tabs-f {
	top: -18px;
	width: 100%;
	background-position: top;
	position: absolute;
	background-repeat: no-repeat;
	left: -3px;
}


#panel-fixed {
	position: relative;
	width: 788px;
	top: -59px;
	float: left;
	background-image: url('../images/pageimages/PanelHorizSliceWh.gif');
	background-repeat: repeat-y;
	left: 10px;
}
#footer-f {
	text-align: left;
	width: 774px;
	color: #900;
	position: relative;
	left: 20px;
	top: -100px;
	float: left;
}
#footer-f p {
	font-size: 0.8em;
	color: #900;
}
#footer-f a {
	text-decoration: none;
}
#footer-f a:hover {
	color: #fff;
	text-decoration: none;
}
