* {
    margin: 0;
    padding: 0;
    outline: none;
}
html {
    height: 100%;
}
body {
    height: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Lucida Grande', Arial, Tahoma, Verdana, sans-serif;
    font-size: small;
    color: #000000;
    background: #ffffff;
}
h1 {
    font-size: 150%;
    line-height: 110%;
    margin: 20px 0px 5px 0px;
    padding: 0px;
}
h2 {
    font-size: 135%;
    line-height: 110%;
    margin: 20px 0px 5px 0px;
    padding: 0px;
}
h3 {
    font-size: 120%;
    line-height: 120%;
    margin: 20px 0px 5px 0px;
    padding: 0px;
}
h4 {
    font-size: 90%;
    line-height: 130%;
    font-weight: normal;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}
h5 {
    font-size: 85%;
    line-height: 140%;
    font-weight: normal;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}
h6 {
    font-size: 80%;
    line-height: 140%;
    font-weight: normal;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}
p {
    line-height: 130%;
    margin: 15px 0px 0px 0px;
    padding: 0px;
}


a {
    color: #006600;
    text-decoration: underline;
}
a:hover {
    color: #006600;
    text-decoration: none;
}
ul {
    list-style-type: none;
}
img {
    border: none;
}



.layout {
    font-size: 95%;
}
.layout-width {
    width: 90%;
    min-width: 980px;
    margin: 0 auto;
}
* html .layout-min-width {
    padding-left: 980px;
}
* html .layout-fix-1 {
    position: relative;
}
* html .layout-fix-2 {
    margin-left: -980px;
    position: relative;
}
* html .layout-min-width, * html .layout-fix-1, * html .layout-fix-2, * html .layout-container {
    height: 1px;
}
.layout-container {
    float: left;
    width: 100%;
}
.layout-sidespace {
    padding: 0px 40px;
}
.left {
    position: relative;
    width: 27%;
    float: left;
    clear: both;
}
.right {
    width: 70%;
    float: right;
}    
/*------ØÀÏÊÀ-----------*/
.header {
    position: relative;
    height: 120px;
}
.header .logo {
	float:left;
	padding-top:26px;
/*    position: absolute;
    bottom: 35px;
    left: 0px;
*/}
.header h2 {
    position: absolute;
    left: 30%;
    bottom: 30px;
    width: 69%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 100%;
    line-height: 130%;
    margin: 0px 0px -0.1em 0px;
    color: #616161;
}
.header .top {
/*    width: 70%;
    float: right;
*/    color: #000000;
    text-align: right;
    padding-top: 60px;
    font-size: 14px;
	overflow:hidden;
}
.header .top span{
    color: #009900;
}
.header .top a{
    color: #006600;
}
/*------ØÀÏÊÀ___--------*/
/*------ÊÎÍÒÅÍÒ---------*/
.content .left ul {
    padding: 0px;
    margin: 0px;
    border:none;
    background:#009900 url(/files/image/mbg.gif) repeat-y left ;
}
.content .left ul li {
    padding: 0px;
    margin: 0px;
	font-size: 15px;
	font-family: Verdana;
}
.content .left ul li a,
.content .left ul li span {
    margin: 0px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
.content .left ul li a div,
.content .left ul li span div{
    padding: 10px 15px 10px 15px;
    margin: 0px;
    text-decoration: none;
    border-top: solid #66cc66 1px;
    border-bottom: solid #003300 1px;   
}

.content .left ul li a.selected {
    text-decoration: none;
    color: #99ff99;
}
.content .left ul li a.selected div{
    background: transparent url(/files/image/bga.gif) no-repeat right; 
}

.content .left ul li a:hover{
    text-decoration: none;
    color: #99ff99;
}
.content .left ul li a:hover div{
    background: transparent url(/files/image/bga.gif) no-repeat right;
}
.content .left ul ul {
    padding: 6px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    border-top: solid #66cc66 1px;    
    height: 1%;
    background: transparent;
}
.content .left ul ul ul {
    margin: 10px 0px 0px 20px;
}
.content .left ul ul li {
    padding: 0px;
    margin: 0px 0px -1px 25px;
    border: none;
    background: transparent;
}
.content .left ul ul li a{
    border: none;
    text-decoration: underline;
    color: #ffffff; 
    margin: 0px;
    font-weight: normal;
    background: transparent;   
}
.content .left ul ul li a div{
    border: none;
    text-decoration: underline;
    padding: 3px 0px;
    margin: 0px;
    background: transparent;   
}

.content .left ul ul li a:hover,
.content .left ul ul li a.selected, 
.content .left ul ul li span {
    text-decoration: none;
    color: #99ff99;  
    background: transparent;   
}

.content .left ul ul li a:hover div,
.content .left ul ul li a.selected div, 
.content .left ul ul li span div{
    text-decoration: none;
    color: #99ff99;  
    background: transparent;   
}
.content {
    float: left;
    width: 100%;
}
.content .left .banners {
    padding: 5px 0px 0px 0px;
    float: left;
}
.content .left .banners .banner {
    margin: 20px 0px 0px 0px;
    float: left;
}
.content-container {
    padding: 0px 30px 30px 30px;
    border: solid #006600 1px;
    color: #3b3a3a;
    background: #ffffff;
}
.content-container a {
    color: #006600;
}
.content-container .spacer {
    margin: 0px 0px 30px 0px;
    height: 1px;
    overflow: hidden;
}
.image-header {
    height: 377px;
    margin: 0px 0px 30px 0px;
    background: url(/files/image/header-image.jpg) no-repeat left top;
}
.menu-path {
    margin: 20px 0px;
}

.news-inner dl dt{
    color: #006600;
    font-weight: bold;
}
.news-inner dl dd{
    padding-bottom: 15px;
}

.sub-content {
    float: left;
    width: 100%;
    padding: 20px 0px;
}

.sub-content ul {
    margin: 0px;
    padding: 0px;
    float: left;
}
.sub-content ul li {
    padding: 0px;
    margin: 0px;
    float: left;
    list-style: none;
}
.sub-content ul a,
.sub-content ul a:hover,
.sub-content ul span {
    padding: 0px 10px;
    border-left: solid #006600 1px;
}
.sub-content ul .first a,
.sub-content ul .first a:hover,
.sub-content ul .first span {
    padding-left: 0;
    border: none;
}
.sub-content form {
    float: right;
}
.sub-content form .input-text {
    background: #000000;
    color: #006600;
    border: 1px solid #cccccc;
    padding: 2px;
    margin: 0px 10px 0px 0px;
    float: left;
    font-size: 90%;
}
.sub-content form .input-submit {
    background: transparent;
    border: none;
    font-weight: normal;
    color: #006600;
    cursor: pointer;
    float: left;
    padding: 0px;
    margin: 2px 0px;
    text-decoration: underline;
    font-size: 90%;
}
/*------ÊÎÍÒÅÍÒ___------*/
/*------ÏÎÄÂÀË----------*/
.footer {
    position: relative;
    clear: both;
    margin: 0px 0px 25px 0px;
    padding: 25px 0px 15px 0px;
    border: 1px solid #006600;
    color: #797979;
    height: 1%;
    background: transparent;
}
.footer .author {
    position: relative;
    float: right;
    padding: 0px 10px 0px 20px;
}
.footer .author span {
    float: left;
    margin: 0px 0px 0px 10px;
    color: #5e483f;
}
.footer .author span a{
    color: #006600;
}
.footer .author .counter {
    float: left;
    position: relative;
    top: -7px;
    margin: -0.1em 0px -29px 10px;
}
.footer .copyright {
    float: left;
    padding-left: 20px;
    color: #797979;
}    
/*------ÏÎÄÂÀË___------*/
.clear {
    height: 1px;
    overflow: hidden;
    clear: both;
}
.td1 {
	border: 1px solid black;
	padding: 5px;
}
.td2 {
	border: 1px solid black;
	padding: 5px;
}
.td3 {
border:1px solid black;
padding:5px;
vertical-align: middle;
}
.image {
border: solid 1px;
border-color: #9A9A9A;
}
.image1 {
border: solid 1px;
border-color: #9A9A9A;
}
