@CHARSET "UTF-8";

body {
	behavior: url( "./csshover3.htc" );
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #565656;
  background: url(../img/body_bg.jpg) repeat-x top center #cbcbcb;
  line-height: 20px;
  text-align: justify;
}
a {
  outline-style: none;
  color: #cb0014;
  font-weight: bold;
  text-decoration: none;
}
div#topArea {
  width: 960px;
  height: 62px;
  margin: 0 auto;
  line-height: 62px;
  text-align: right;
}
div#menuArea {
  width: 695px;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  padding: 0 5px 0 260px;
}
div#bannerArea {
  width: 960px;
  height: 179px;
  margin: 0 auto;
}
div#contentArea {
  width: 960px;
  height: auto;
  padding: 30px 0;
  margin: 0 auto;
}
div#redArea {
  width: 100%;
  height: 278px;
  margin: 0;
  background: url(../img/red_bg.png) repeat-x;
}
div#redAreaInner {
  width: 960px;
  height: 278px;
  margin: 0 auto;
}
div.redBox {
  width: 220px;
  float: left;
  height: 240px;
  padding-top: 20px;
}
div.redBox + div.redBox {
  margin-left: 25px;
}
div.redBoxTitle {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
div.redBox p {
  color: #f6a7a7;
}
div#footerArea {
  width: 960px;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  font-size: 11px;
}
div#footerArea a {
  color: #565656;
  font-weight: normal;
}
div.title {
  font-size: 20px;
  font-weight: bold;
  color: #cb0014;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #b7b7b7;
}
div.newsBox {
  float: left;
  width: 420px;
  padding-left: 40px;
}
div.clearFix {
  width: 960px;
  height: 1px;
  overflow: hidden;
  clear: both;
}
input[type="submit"] {
  background: #cb0014;
  border: none;
  -moz-border-radius: 4px;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  float: right;
  padding: 3px 6px;
}