html, body {
  height: 100%;
  width:100%;
  margin: 0;
  padding: 0;
  text-align:center;
}

.main {
  margin:0 auto;
  width:100%;
  height:100%;
  min-height:575px;
  min-width:1000px;
  max-width:1400px;
  width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1000?'1000px':(((document.documentElement.clientWidth||document.body.clientWidth)>1400)?'1400px':'100%'));
  background-color:#ffffff;
  background:url('images/bg.jpg') #ffffff no-repeat 52% 100%;
}

.t1 {
  height:auto;
}

.t2 {
  height:400px;
}


#d1 {
  font-size:0px;
  overflow:hidden;
  height:10px;
}

#d2 {
  min-height:307px;
  height:auto !important;
  height:307px;  
  text-align:center;
}


#cdiv {
  width:700px;
  margin:0 auto;
  text-align:left;
}

#top1 {
  height:50px;
  width:200px;
  float:left;
}

#top2 {
  height:50px;
  width:490px;
  float:right;
}

#content {
  clear:both;
  padding-top:20px;
}

#ctext {
  padding-top:10px;
  padding-bottom:10px;
  font-size:12px;
  font-family:Arial, Tahoma;
  color:#333333;
  text-align:justify;
}

#ftext {
  padding-top:10px;
  padding-bottom:10px;
  font-size:12px;
  font-family:Arial, Tahoma;
  color:#333333;
  text-align:center;
}

#bot {
  width:700px;
  margin:0 auto;
}

#bline {
  font-size:0px;
  overflow:hidden;
  border-bottom:1px solid #3ebcef;
}

#bright {
  text-align:left;
  height:20px;
  width:300px;
  float:left;
  padding:3px;
  font-size:18px;
  font-family:Arial, Tahoma
}

#bleft {
  height:20px;
  width:300px;
  float:right;
  padding:7px;
  text-align:right;
  font-size:12px;
  font-family:Arial, Tahoma;
  color:#8a8b8c;
}

a {
  color:#295367;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

h1 {
  padding:0;
  margin:0;
  font-family:Arial, Tahoma;
  color:#00a0c6;
  font-size:18px;
  font-weight:normal;
}

img {
  border:none;
}

.menu, .menus {
  float:right;
  margin-left:20px;
  padding:4px 10px;
}

.menus {
  <!-- background:#8bddfe; -->
}

.menu a, .menus a {
  font-family:Arial, Tahoma;
  font-size:13px;
  text-decoration:underline;
  color:#333333;
}

.menu a:hover, .menus a:hover {
  text-decoration:none;
}

.workhead {
  font-size:14px;
}

.work {
  padding:3px 15px 3px 15px;
  border-bottom: 1px dashed #CCCCCC;
}

.work, .work a {
  font-size:11px;
  color:#555;
}

.work a {
  text-decoration:underline;
}

.work a:hover {
  text-decoration:none;
}