body{
    padding:0;
    margin:70px;
    font: 14px "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
    background-color:#000000;
}

a{
    text-decoration:none;
    background-color:inherit;
    color:#cb6500;
}

a:hover{
    text-decoration:underline;
    background-color:inherit;
    color:#575f24;
}

h1{
    margin:-4px 0 0 0;
    font: bold 19px "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
    color:#cb6500;
}

h2{
    margin: 10px 0 10px 0;
    font: bold 14px "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
    text-align: justify;
    line-height:1.1;
}

p{
    margin:0 0 15px 0;
    line-height:1.2;
    text-align: justify;
}

#header{
    margin:0 auto 0 auto;
    width:860px;
    height:74px;
    background-color:#000000;
    color:#ffffff;
}

#headleft {
    float: left;
}

#headright {
    float: right;
    margin: 10px 6px 0;
    font-size:12px;
    color:#737373;
}

#container{
    margin:6px auto 15px auto;
    width:860px;
    background-color:#000000;
    color:#ffffff;
}

#sidebar{
    float:left;
    margin:30px auto auto auto;
    width:160px;
}

#navigation{
    width:226px;
}

#navigation a{
    text-decoration:none;
    background-color:inherit;
    color:#ffffff;
}

#navigation a:hover{
    text-decoration:none;
    background-color:inherit;
    color:#cb6500;
}

#navigation ul{
    margin:0px;
    padding:0px;
    background-color:#000;
}

#navigation ul li{
    height:20px;
    line-height:20px;
    list-style:none;
    padding:0 0 0 10px;
    color:#FFF;
    cursor:pointer;
}

#navigation ul li.current{
    padding:0 0 0 2px;
    color:#737373;
    cursor:default;
}

#navigation ul li.single{
    font-weight:bold;
}

#navigation ul li.current a.current{
    font-weight:bold;
    text-decoration:none;
    background-color:inherit;
    color:#737373;
}

#navigation ul li:hover{
    color:#cb6500;
    padding:0 0 0 2px;
    position:relative;
}

#navigation ul li.current:hover{
    color:#737373;
}

#navigation ul li:hover ul{
    display:block;
}
	
#navigation ul ul{
    width:194px;
    display:none;
    position:absolute;
    left:38px;
    top:18px;
    background-color:#000;
    border-left:solid 1px #737373;
}

#main{
    width:680px;
    padding-left:20px;
    margin-top:50px;
    float:right;
}

#leftcol{
    width:265px;
    float:left;
    margin:0 8px 0 0;
}

#rightcol{
    width:407px;
    float:right;
}

#clearall{
    clear:both;
}

.credits{
    float:right;
    margin-bottom:0;
    font-size:11px;
    background-color:inherit;
    color:#737373;
    text-align:right;
}

.credits a{
    background-color:inherit;
    color:#737373;
}

.credits a:hover{
    color:#ffffff;
    text-decoration:none;
}

h1.footer{
    font-size:20px;
    letter-spacing: -1px;
    color:#737373;
    text-align: left;
}

.footer a{
    background-color:inherit;
    color:#737373;
}

.footer a:hover{
    text-decoration:none;
    color:#cb6500;
}

