@charset "utf-8";
/* CSS Document */

body {
  background-color: #7c7b7b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  margin-top: 0;
  color: #000000;
}

#idContainer {
  width: 778px;
  border: 1px solid #000000;
  background-color: #ffffff;
  margin: 0 auto;
}

#idHeader {
  background: #000000 url(../images/banner_bg.jpg) 0 0 repeat-x;
  height: 123px;
}

#idHeader img {
  border: 0;
}

.menu {
  width: 604px;
  height: 15px;
  font-size: 12px;
  float: right;
}

.menu ul li {
  list-style: none;
  float: left;
  padding: 0 8px 0 8px;
  width: 76px;
  margin-top: -10px;
}

.webz {
  color: white !important;
}

/*IE Hack */
*html .menu ul li {
  padding: 2px 8px 0 8px;
  margin: 0;
}

/*IE7 only Hack */
*:first-child+html .menu ul li {
  padding: 0 8px 0 8px;
  margin-top: 2px;
}

.menu a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.menu a:hover {
  color: #ed1c24;
}

.menu li.selected a {
  color: #ed1c24;
}

.red {
	color: red;
}

#idContent {
  min-height: 300px;
  height: 300px;
  text-align: left;
  margin: 25px 50px 25px 50px;
}

/*IE7 only Hack */
*:first-child+html #idContent {
  height: 100%;
}

#idContent_wide {
  width: 718px;
  margin: 0 30px 0 30px;
  padding: 0;
  float: left;
}

#leftcontent {
  margin: 0 30px 0 0;
  padding: 0;
  float: left;
  width: 230px;
}

#rightcontent {
  margin: -13px 0 0 30px;
  padding: 0;
  float: left;
  width: 385px;
}

*html #rightcontent {
  margin: 0 0 0 30px;
}

#idFooter {
clear: both;
  background: #000000 url(../images/footer.jpg) 0 0 repeat-x;
  color: #ffffff;
  font-size: 9px;
  height: 13px;
  padding: 8px 25px 0 25px;
}

#idFooter a {
  color: #ffffff;
  text-decoration: none;
}

#idFooter a:hover {
  color: #ed1c24;
  text-decoration: underline;
}

#db {
  width: 778px;
  margin: 0 auto;
  color: #333333;
  font-size: 9px;
  text-align: right;
}

#db a {
  color: #333333;
  text-decoration: none;
}

div.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

a {
  color: #ed1c24;
  text-decoration: none;
}

a:hover {
  color: #ed1c24;
  text-decoration: underline;
}

img {
  border: 1px solid #000000;
}

img.noborder {
  border: 0;
}

.pic {
 clear: both;
 height: 160px;
}

div.pic img {
margin: 0 20px 10px 0;
float: left;
}

h1 {
  color: #ed1c24;
  font-weight:bold;
  font-size: 13px;
}

h2 {
  color: #ed1c24;
  font-weight:bold;
  font-size: 11px;
}

h3 {
  color: #000000;
  font-weight:bold;
  font-size: 11px;
}

textarea {
  width: 198px;
}