body {
  font-family: Arial;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: #eceef1;
}

a {
text-decoration:none;
color:#000000;
}

a:hover {
color:#698fbd;
}

a img {
border: none;
}

p {
color: #313131;
padding-left: 10px;
padding-right: 10px;
font-size: 12px;
}

h2 {
margin: 0;
padding-left: 10px;
color: #698fbd;
font-size: 18px;
}


.content { 
  width: 703px;
  margin: 0 auto;
background: url(images/middle.gif) repeat-y;
}

.maincontent {

 width: 703px;
 height: 100%
  margin: 0 auto;
  
 
}

.leftbar {
  width:217px;

  float:left;
  overflow: hidden;
  margin-top: 10px;
  
}

.maintext {
  width:485px;
  margin-top: 10px;
  border-left: 1px solid #E4E8EC;
 
  float:right;
}

.menu {
margin-left: 2px;
 border-bottom: 1px solid #C9CACD;

 width: 699px;
 line-height: 23px;
  height: 23px;
  background: #F6F7FB;
}

.menu a {
margin-left:5px;
font-size:13px;
color:#1d2125;
}

.menu a:hover {
color:#698fbd;
}

.top {
  
  height: 158px;
  background: url(images/menutop_big.gif) no-repeat;
}

.toptext {
width: 100px;
position: relative;
top: 17px;
left: 600px;
}


.bottom {

height: 47px;
background: url(images/bottom.gif) no-repeat;
color:#FFFFFF;
margin: 0 auto;
clear:both;
}

.bottom a {
color:#FFFFFF;
}

.bottom p {
margin:0;
padding-top: 9px;
}
.button {
width: 194px;
height: 110px;
background: url(images/buttonbg.jpg) no-repeat;
color:#000000;
margin: 0 auto;
}


.bottom a:hover{
color:#333333;
}


