/* CSS Document */

/* Global */

body
{
padding:0px;
background-color:#000;
font-family:Arial, Helvetica, sans-serif;
margin: 0px 0 0px 0;
}

/* header */
#header
{
width:780px;
height:145px;
float:left;
background-image: url(../images/bg.jpg);
background-repeat:repeat-x;
}
.left_menu
{
font-size:10px;
text-decoration:none;
color:#000000;

}
a.left_menu:hover
{
font-size:10px;
text-decoration: underline;
color:#000000;

}

/* Content */
#content {
 float: left;
 font-size:12px;
 line-height:20px;
 text-align:justify;
 padding-left:18px;
 padding-right:10px;
 
}
#sub_content {
 float: left;
 font-size:12px;
 line-height:24px;
 text-align:justify;
 
 }
#table_content
{
 font-size:12px;
 line-height:24px;
 text-align:justify;
 width:600px;
 
 }


/* footer*/

#footer{
width:780px;
background-color:#FFFFFF;
height:23px;
font-size:11px;
color:#666666;
padding-top:26px;
padding-left:0px;

}
#title
{
font-size:16px;
float:left;
color:#076ACF;
font-weight:bold;

}

