html, body {
    font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
    font-size:small;
    color:#000000;
    margin:0px;
    padding:0px;
    text-align:center;
    background:#FFFFFF;
}

#login {
    width:1000px;
    margin-left:auto;
    margin-right:auto;
}

#wrapper {
    width:1000px;
    margin-left:auto;
    margin-right:auto;
}

#logo {
    float:left;
    width:165px;
}
#logo a {
    text-decoration:none;
}
#logo img {
    border:0px;
}

#login_form {
    margin-top:20px;
}

#top_nav {
    margin-top:80px;
    margin-right:10px;
    float:right;
    text-align:right;
    font-size:14px;
}
#top_nav a {
    color:#000000;
	text-decoration:none;
}
#top_nav a:hover {
    color: #FF6600;
    text-decoration:none;
}

#left_nav {
    width:165px;
    text-align:left;
}
#left_nav ul{
    float:left;
    width:165px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
    font-size:small;
    list-style:none;
}
#left_nav li{
    width:165px;
    height:42px;
    list-style:none;
    line-height:42px;
}
#left_nav li:hover{
    width:165px;
    height:42px;
    line-height:42px;
}
#left_nav a, #left_nav a:active, #left_nav a:visited {
    margin-left:10px;
    color:#006699;
    text-decoration:none;
}
#left_nav a:hover {
    margin-left:15px;
    color:#FF9900;
    text-decoration:none;

}
#left_nav #active a {
    margin-left:15px;
    color:#FF9900;
    text-decoration:none;
}
#left_nav #inactive a {
    margin-left:10px;
    color:#006699;
    text-decoration:none;
}
#left_nav #inactive a:hover {
    margin-left:15px;
    color:#FF9900;
    text-decoration:none;
}

#content_top {
    width:835px;
    height:25px;
    float:right;
    text-align:left;
    background:url('/templates/img/top.png') no-repeat;
}

#content {
    width:835px;
    float:right;
    text-align:left;
    background:url('/templates/img/back.png') repeat-y;
}

#texts {
    float:left;
    text-align:left;
    margin:0px 20px 0px 20px;
    text-align:justify;
}

#content_bottom {
    width:835px;
    height:25px;
    float:right;
    text-align:left;
    background:url('/templates/img/bottom.png') no-repeat;
}

table {
    text-align:left;
    font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
    font-size:small;
    border-collapse:collapse;
}
table th {
    border-bottom:1px solid #bfbfbf;
    vertical-align:top;
    text-align:left;
    font-weight:bold;
    padding:5px 15px 0px 0px;
    font-size:12px;
}
table td {
    vertical-align:top;
    padding:5px 15px 0px 0px;
    font-size:small;
}
table td img{
    border:0px;
    padding:0px;
}
table td a {
    font-weight: bold;
    color:#006699;
    text-decoration:underline;
}
table td a:hover {
    color: #FF6600;
}
table td #active {
    color: #FF6600;
}

a{
    color:#006699;
    text-decoration:none;
}
a:hover {
    color: #FF6600;
}

fieldset {
    -moz-border-radius:8px;
    -webkit-border-radius: 8px;
    border:1px solid #FF9900;
    padding:10px;
    font-size:11px;
}

legend {
    font-size: 12px;
    font-weight: bold;
    color:#FF9900;
}


div.sidecont div.fbbox {padding:10px 10px 20px;}

div#hp-slider {
	width:660px;
	float:left;
	height:300px;
	margin-bottom:20px;
	background:url(../img/white10.png) no-repeat left top;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position:relative;
	border:1px solid #fff;
	-moz-box-shadow: 0px 4px 8px #d7d1bf;
	-webkit-box-shadow: 0px 4px 8px #d7d1bf;
	box-shadow: 0px 4px 8px #d7d1bf;		
}
div#hp-slider img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.slides_container {
	width:660px;
	overflow:hidden;
	position:relative;
	display:none;
}

.slides_container a {
	width:660px;
	height:300px;
	display:block;
}

.slides_container a img {
	display:block;
}

#hp-slider .next,#hp-slider .prev {
	position:absolute;
	top:0;
	left:0;
	width:60px;
	height:300px;
	display:block;
	z-index:70;
	text-indent:-9999px;
}
#hp-slider .next {
	left:auto;
	right:0;
}
#hp-slider .next:hover {background:url(../img/slider-arrows.png) no-repeat right center;}
#hp-slider .prev:hover {background:url(../img/slider-arrows.png) no-repeat left center;}
