@charset "UTF-8";
/* CSS Document */
#slider {
top:0px;
height:auto;
    width:900px;
    margin: 0;
	padding:0;
    position: relative;}
#textboxtop {position:relative;top:0px;
left:0px;height:17px;width:700px;background:url("../images/texttop-trans.png") no-repeat;float:right;}
#textboxmid {position:relative;;top:0px;
left:0px;height:700px;width:700px;background:url("../images/texttop-trans.png") repeat-y;float:right;}
.scroll {
top:0px;
left:3px;
    height:auto;
    width: 692px;
    overflow: hidden;
    overflow-x: hidden;
    position: relative;background-color:transparent;
	background-image:none;
}

.scrollContainer div.panel {
    padding:5px 20px;
    height:auto;
    width: 660px;
}

#pagetitle {height:50px;width:190px;font-family:Tahoma; font-size:15px;font-weight:bold; text-align:center;color:#fff;padding:0 auto 15px auto;float:left;}
#leftnav {float:left;}
ul.navigation {left:0px;
width:190px;
    list-style: none;
    margin: 0;
    padding: 0;
	font-family:Tahoma; font-size:13px; font-weight:bold; text-align:left;
}

ul.navigation li {
   height:20px;
   padding:5px 0;
    margin-right: 0px;
}

ul.navigation a {
    padding:12px 12px;
    color: #fff;
    text-decoration: none;
}

ul.navigation a:hover {
  
	color:#999999;
}

ul.navigation a.selected {
	color:#9299d2;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    display: none;
}

.scrollButtons.left {
     display: none;
}

.scrollButtons.right {
   display: none;
}

.hide {
    display: none;
}