body {
  font-family: verdana, sans-serif;
  font-size: 11px;
  background-color: #fff;
  color: #333;
  margin: 0;
}

div.grey {
  background-color: #B3B3B3;
  padding: 2px 0 2px 10px;
  margin-top: 1px; 
}
div.orange {
  background-color: #f3d9a2;
  padding: 2px 0 2px 20px;
  margin-top: 1px; 
}
div.orange2 {
  background-color: #ff6300;
  padding: 2px 0 2px 10px;
  margin-top: 1px; 
}
div.red {
  background-color: #FF4040;
  padding: 2px 0 2px 10px;
  margin-top: 1px; 
}
div.grey a {
  color: #000;
}
div.orange a {
  color: #000;
}
div.red a {
  color: #000;
}



img {
  border: 0;
}

input, textarea {
  font-family: verdana, sans-serif;
  font-size: 12px;
  padding: 3px;
  background-color: #FFF !important;
}

input.submit {
  background-color: #EAEAEA !important;
}

a {
  color: #00F;
}

div.clearer {
  clear: both;
  line-height: 1px;
}

div#wrapper {
  margin: 0 auto;
  width: 895px;
}

div#leftcol {
  float: left;
  width: 185px;
}

div#rightcol {
  float: left;
  width: 710px;
  background-image: url("images/main/head2.jpg");
  background-repeat: no-repeat;
}

div#content {
  margin-top: 175px;
  padding-left: 20px;
  padding-right: 10px;
  line-height: 18px;
}

div#leftmenu {
  margin: 10px 0 0 10px;
  line-height: 18px;
}

div#footer {
  text-align: center;
  border-top: 2px solid #eaeaea;
  margin: 10px auto;
  padding-top: 10px;
}

span.title {
  font-weight: bold;
}

.calimage {
  cursor: pointer;
  border: 1px solid #CCC;
}
