body {
	align:center;
	font-family: Arial;
	font-size: 14.5px;
	font-style: normal;
	color:#8A817E;
	background-color: #636060;
	height:auto;
}
#pre-center1 {
    background-color:#FFFFFF;
    width:985px;
	border: 1px solid #808285;
	margin-top:15px;
	margin-bottom:15px;
    margin-left: auto;
    margin-right: auto;
    height:auto;
}
#center1 {
	font:Arial, Helvetica, sans-serif;
	font-size: 14.5px;
	color:#8A817E;
    background-color:#F8F4F0;
    width:945px;
	border: 1px solid #808285;
	margin-top:20px;
	margin-bottom:20px;
    margin-left: auto;
    margin-right: auto;
    height:auto;
}
td {
	font:Arial;
	font-size: 14.5px;
	color:#8A817E;
	font-weight: 10;
	letter-spacing:.2px;
	line-height:22px;
}
a{
	color:#8A817E;
}
#logo {
	position: relative;
	top:-2px;
	left:-2px;
	width:230px;
	background-color:#8A7773;
}
.s_navlink{
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:14px;
	display:block;
	padding-left:20px;
	margin-bottom:15px;
	color:#CFBDA7;
	text-decoration:none;
}
.s_navlink:hover{
	color:#D09E2D;
}
.dropshadow1{
	float:center;
    clear:center;
    background: url(graphics/shadowAlpha.png) no-repeat bottom right;
    background: url(graphics/shadow.gif) no-repeat bottom right;
    margin: 10px 0 10px 10px ;
    margin: 10px 0 10px 5px;
    width: auto;
}
.dropshadow1 p{
    position:relative;
    bottom:6px;
    right: 6px;
    border: 1px solid #999999;
    padding:14px;
    font-size:14px;
    margin: 0px;
}
.dropshadow2{
	float:center;
    clear:center;
    background: url(graphics/shadowAlpha.png) no-repeat bottom right;
    background: url(graphics/shadow.gif) no-repeat bottom right;
    margin: 10px 0 10px 10px ;
    margin: 10px 0 10px 5px;
    width: auto;
}
.dropshadow2 p{
    position:relative;
    bottom:6px;
    right: 6px;
    border: 1px solid #999999;
    padding:7px;
    font-size:14px;
    margin: 0px;
}
.dropshadow3{
	float:center;
    clear:center;
    margin: 10px 0 10px 10px ;
    margin: 10px 0 10px 5px;
    width: auto;
}
.dropshadow3 p{
    position:relative;
    bottom:6px;
    right: 6px;
    border: 1px solid #999999;
    padding:3px;
    font-size:14px;
    margin: 0px;
}
.tabbed-pane * {
	margin: 0;
	padding: 0;
}
.tabbed-pane {
	width: 563px;
}
.tabbed-pane .tabs {
	list-style: none;
	clear: both;
	float: left;
	margin-bottom: -1px;
}
.tabbed-pane .tabs li a.active {
	background: #e7daad;
	border-bottom: 1px solid #e7daad;
	height:28px;
}
.tabbed-pane .tabs li {
	float: left;
	margin: 0 3px 0 0;
	height:25px;
}
.tabbed-pane .tabs li a {
	font:Arial;
	color: #8f2020;
	display: block;
	padding: 1px;
	background: #grey;
	border-color: #e7daad;
	border-style: solid;
	border-width: 1px;
}
.tabbed-pane .pane {
	border: 1px solid #e7daad;
	padding: 5px;
	clear: both;
	height: 100%;
}
.tabbed-container {
	position: relative;
	clear: both;
	background-color: #e7daad ;
	height:auto;
}
.tabbed-container .overlay {
	position: absolute;
	clear: both;
	border: 1px solid #e7daad;
	padding: 5px;
	width: 675	px;
	top: 0;
	left: 0;
	background-color: #e7daad ;
	text-align: center;
	z-index: 100;
	height: 100%;
}