body {
background-color: #000000;
margin:0px;
padding:0px;
font: 11px  Arial;
color: #969696;
}
h1{
padding:5px 0 5px 0;
margin:0px;
font: 18px  Trebuchet MS;
color:#FFFFFF;
}
h2{
padding:5px 0 5px 0;
margin:0px;
font: 16px  Trebuchet MS;
color:#0000000;
}
h3{
padding:0 0 5px 0;
margin:0px;
font: 15px  Trebuchet MS;
color:#649696;
}
h4{
padding:0 0 10px 0;
margin:0px;
font: 14px  Trebuchet MS;
color:#649696;
}
h5{
padding:0 0 10px 0;
margin:0px;
font: 12px  Trebuchet MS;
color:#000000;
}
h6{
padding:0 0 10px 0;
margin:0px;
font: 10px  Trebuchet MS;
color:#ffffff;
}

p{
text-align:justify;
padding:2px 0 2px 0;
margin:0px;
line-height:15px;
}
p.white{
color:#FFFFFF;
}
p.green{
color:#d4f0ba;
}
p.clear{
clear:both;
padding:10px 0 0 0;
}
img.left_img{
border:1px #cae6c6 solid;
float:left;
margin:0 10px 0 0 ;
}
img.box_img{
float:left;
padding:0 20px 0 0 ;
}
#main_container{
width:900px;
height:auto;
margin:auto;
background-color:#FFFFFF;
}
#header{
width:900px;
height:auto;
margin:auto;
}
#logo{
padding:15px 0 0 30px;
float:left;
}
/*----------------------menu-------------------------*/
#menu{
width:900px;
height:42px;
padding:0px;
clear:both;
background-color:#0000ff;
}
#menu ul{
list-style:none;padding:0 0 0 150px;margin: auto;display:block;
}
#menu ul li{
list-style:none;display:inline;float:left;width:auto;height:42px;padding:0px;line-height:42px; font-family:Trebuchet MS; font-size:13px;
}
#menu ul li a{
height:42px; width: auto;float:left;text-decoration:none;padding:0 0 0 25px; margin:0px 3px 0px 3px;color:#ffa500;text-align:center;
}
#menu ul li a:hover{
height:42px;width: auto;text-decoration:none;color: #ffa500;padding:0 0 0 25px; background:color: #ffff00;
}
#menu ul li a.current{
height:42px;width: auto;float:left;text-decoration:none;padding:0px;color: #ffff00;padding:0 0 0 25px; background:color: #ffff00;
}

/*----------------------menu-------------------------*/
#menu2{
width:900px;
height:42px;
padding:0px;
clear:both;
background-color:#87CEFA;
}
#menu2 ul{
list-style:none;padding:0 0 0 150px;margin: auto;display:block;
}
#menu2 ul li{
list-style:none;display:inline;float:left;width:auto;height:42px;padding:0px;line-height:42px; font-family:Trebuchet MS; font-size:13px;
}
#menu2 ul li a{
height:42px; width: auto;float:left;text-decoration:none;padding:0 0 0 25px; margin:0px 3px 0px 3px;color:#fff;text-align:center;
}
#menu2 ul li a:hover{
height:42px;width: auto;text-decoration:none;color: #fff;padding:0 0 0 25px; background:color: #0000ff;
}
#menu2 ul li a.current{
height:42px;width: auto;float:left;text-decoration:none;padding:0px;color: #0000ff;padding:0 0 0 25px; background:color: #fff000;
}


/*--------------------------main_content-------------------*/
#main_content{
width:auto;
height:auto;
padding:10px;
clear:both;
}
#left_content{
width:320px;
height:auto;
margin:10px;
float:left;
padding:10px;
background:url(images/left_content_bg.gif) repeat-x top;
}
#right_content{
width:490px;
height:auto;
margin:10px 0 0 0;
float:left;
padding:10px;
}

/*-----------------------------sortable------------------*/

table.sortable thead {
    background-color:#0000ff;
    color:#ffffff;
    font: 12px  Arial;
    font-weight: bold;
    cursor: default;
}

table.sortable tbody tr:nth-child(2n) td {
  background: #87CEFA;
    color:#000000;
    font: 12px  Arial;
    cursor: default;
}
table.sortable tbody tr:nth-child(2n+1) td {
  background: #B0E0E6;
    color:#000000;
    font: 12px  Arial;
    cursor: default;
}

/*-----------------------------footer------------------*/
#footer{
clear:both;
width: auto;
height:37px;
color: #ffffff;
background-color:#969696;
font-size: 10px;
}
.copyright{
float:left;
padding-left:10px;
padding-top:10px;
}
.footer_links{
float:right;
padding-right:15px;
padding-top:13px;
}
.footer_links a{
text-decoration:none;
color: #fff;
padding-left:10px;
}
.footer_links a:hover{
text-decoration:underline;
color: #fff;
}



