@charset "utf-8";
/* CSS Document */

@charset "utf-8";  
  
/* CSS Document */  
  
.h1 {  
    color: #140199;  
}  
  
.h2 {  
    color: #140199;  
}  
  
.p {  
    color: #140199;
}  
  
.body {  
    background-color:#fbfbfb;
}  

table, td, tr {
  border: 0px solid black;
	}

table {
  border-collapse: collapse;
  width: 100%;
}

tr {
    
	height: 50px;
}

td{
	vertical-align: top;
	width: 400px;
}
.wrapper {  
    width: 880px;  
    height: auto;  
    overflow: hidden;  
    margin: 30px auto 30px auto;  
    position: relative;  
}  
  
.header {  
    width: 880px;  
    height: 80px;  
}  
  
.header-logo {  
    width: 300px;  
    height: 54px;  
    background-image: url(logo.jpg);  
    background-image: no-repeat;  
    float: left;  
}  
  
.header-text {  
    width: 100px;  
    height: 120px;  
    margin: 0 5px;  
    float: left;  
}  
  
.header-mini-logo {  
    width: 84px;  
    height: 16px;  
    float: right;  
    margin: 5px;  
}  
  
.navbar {  
    width: 880px;  
    height: 40px;  
    background-color: #d22030;  
}  
  
.navbar ul {  
    width: auto;  
    float: left;  
    display: block;  
    list-style: none;  
    padding: 2px 0 0 130px;  
    margin: 0px;  
    text-align: center;  
}  
  
.navbar ul li {  
    display: inline;  
    padding: 0px;  
    margin: 0px;  
    height: 37px;  
}  
  
.navbar ul li a {  
    display: block;  
    padding: 0px;  
    padding: 0 17px 0 17px;  
    float: left;  
    text-decoration: none;  
    text-align: center;  
    color: #fff;  
    font-size: 16px;  
    line-height: 34px;  
}  
  
.navbar ul li a:hover {  
    color: #0C9;  
}  

.mainbody {  
    width: 880px;  
    height: auto;  
    margin: 15px 2px 0px 2px;  
    border-radius: 10px;  
    background-color:#9E952F;
}  
  
.mainbody-right {  
    width: 150px;  
    height: 300px;  
    border-radius: 10px;  
    margin: 10px 10px 0px 10px;  
    float: right;  
}  
  
.mainbody-right a {  
    color: #996;  
    text-decoration: none;  
}  
  
.mainbody-right a:hover {  
    color: #0C9;  
    text-decoration: underline;  
}  
  
.mainbody-center {  
    width: 880px;  
    height: auto;  
    border-radius: 10px;  
    margin: 10px 10px 0px 10px;  
    float: left;
	background-color: #F4F3E7;
}  

ul, ol, li {
     margin-right:.5em;
}
  
.footer {  
    width: 880px;  
    height: 40px;  
    background-color:#d22030 ;  
    margin: -20px auto 5px auto;  
}  
  
.footer p {  
    color: #fff;  
    margin: 2px;  
    padding: 3px;  
}  
  
.footer a {  
    color: #fff;  
    margin: 2px;  
    padding: 3px;  
    text-decoration: none;  
}  
  
.footer a:hover {  
    color: #0C9;  
    text-decoration: underline;  
}  
  
.footer-right {  
    width: 80px;  
    height: 40px;  
    float: right;  
}  
  
.footer-right a {  
    color: #fff;  
} 