﻿
body
{
    padding: 0;
    margin: 0px;
    color: #424849;
    font-size: 12px;
	text-align:center;
}

a
{
    blr: expression(this.onFocus=this.blur()); /*    IE Opera    */
    outline: none;
}
td
{
    font-size: 12px;
}

a:link
{
    color: #000000;
    text-decoration: none;
}
a:visited
{
    color: #000000;
    text-decoration: none;
}
a:hover
{
    color: #fd5d00;
    text-decoration: none;
}
a:active
{
    color: #000000;
    text-decoration: none;
}

/*home_page css code*/
#sf
{
    width: 1000px;
    margin: auto;
}

#header
{
    float: left;
    margin: auto;
}

#logo
{
    float: left;
}
#banner
{
    float: left;
}

.menu
{
    font-size: 12px;
    padding: 0px;
    width: 1000px;
    height: 22px;
    background-color: #8a6fdb;
    margin-top: 2px;
    overflow: hidden;
    margin-top: 2px;
    float: left;
}



.menu ul
{
    margin: 0px;
    list-style-type: none;
    line-height: 15px;
    text-align: center;
}

.menu LI
{
    margin-top: 5px;
    display: block;
    float: left;
    margin-left: 12px !important;
    margin-left: 13px;
    margin-right: 12px !important;
    margin-right: 13px;
    overflow: hidden;
}
.menu a, .menu a:visited
{
    float: left;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
}
.menu a:hover
{
    text-decoration: none;
    color: #ff0000;
}
#content
{
    width: 1000px;
    float: left;
    font-size: 16px;
}

#left
{
    width: 20%;
    float: left;
    font-size: 16px;
    padding: 5px 0px 0px 0px;
    margin-top: 10px;
    background-color: #E3E3E3;
    height: 100%;
    overflow: hidden;
    clear: both;
    min-height: 380px;
    _height: 380px;
}
#left ul
{
    margin: 0;
    padding: 0;
}
#left li
{
    height: 30px;
    list-style: none;
    margin: 1px;
    padding-left: 5px !important;
    padding-left: 20px;
    padding-top: 10px;
    background-color: #2287e3;
}
#left a, #left a:visited
{
    float: left;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
}
#left a:hover
{
    text-decoration: none;
    color: #ff0000;
}
#right
{
    width: 78%;
    margin-top: 20px;
    line-height: 150%;
    background-image: url(../img/main_bg.gif);
    background-repeat: no-repeat;
    float: left;
    padding-left: 0px;
    min-height: 300px;
    _height: 300px;
}
#download_right
{
    width: 80%;
    margin-top: 11px;
    line-height: 150%;
    float: left;
    padding-left: 0px;
    min-height: 300px;
    _height: 300px;
}
#right ul li
{
    list-style: none;
	margin:0;
	padding:0;
}

#right a, .right a:visited
{
    float: left;
    font-size: 12px;
    text-decoration: none;
}
#right a:hover
{
    text-decoration: none;
    color: #ff0000;
}
#title
{
    line-height: 200%;
    font-size: 16px;
    text-align: center;
    color: #333333;
    font-weight: bold;
}
#list
{
    line-height: 150%;
    font-size: 12px;
    text-align: left;
    width: 100%;
    float: left;
	padding-left:2em;
	
	

}
#list_title
{
    line-height: 150%;
    font-size: 12px;
    text-align: left;
    width: 90%;
    float: left;
}
#list_file
{
    line-height: 150%;
    font-size: 12px;
    text-align: left;
    width: 100%;
    float: left;
}
#list_tip
{
    line-height: 150%;
    font-size: 12px;
    text-align: left;
    font-weight: normal;
    width: 10%;
    float: left;
}
#tip
{
    font-size: 12px;
    text-align: right;
    margin-top: 15px;
}
#Part
{
    font-size: 12px;
    text-align: left;
    text-indent: 2em;
    margin-top: 5px;
}
#copyright
{
    margin-top: 10px;
    width: 1000px;
    float: left !important;
    float: none;
    text-align: center;
}


/*content page css class code*/

#view
{
    width: 80%;
    margin-top: 2px !important;
    margin-top: 10px;
    background-image: url(../img/main_bg.gif);
    background-repeat: no-repeat;
    float: left;
    min-height: 500px;
    _height: 500px;
}
#view_tip
{
    font-size: 12px;
    text-align: right;
    margin: 10px 0px 3px 0px;
    padding: 0px;
    width: 100%;
    line-height: 130%;
    color: #929292;
}

#view_title
{
    line-height: 200%;
    font-size: 18px;
    text-align: center;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}

#view_content
{
    font-size: 12px;
    text-align: left;
    text-indent: 30px;
    text-indent: 2em;
    padding-left: 1.5em;
	 padding-right:1.5em;
    line-height: 200%;

}

