/*
   styles.css
*/

/*-- body --*/
body {
  background-color: #dad9c4;
  color: #000000;
  margin: 0px 0px 0px 0px;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
}

td {
  font-family: arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
}

/*-- default links --*/
a:link {
  color:#0000ff;
}
a:active {
  color:#0000ff;
}
a:visited {
  color:#3300cc;
}

h1 {
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  color: #000;
}

h2 {
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  color: #000;
}

#container {
  border: 0px solid black;
  width: 800px;
  margin: 0 auto;
}

#header {
  margin-bottom: 3px;
}

#content {
  margin-top: 33px;
  background-color: #fff;
  border: 1px solid #568;
}

#footer {
  background-color: #2c2c2c;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-size: 12px;
}

#footer_table {
  background-color: #2c2c2c;
  color: #fff;
}
#footer_table td {
  font-size: 12px;
}

#top_menu_black {
  background-color: #2C2C2C;
  background-image: url(../template_18817-2/images/top_menu_3d_bg.gif);
  background-repeat: repeat-x;
  padding: 8px 10px;
  height: 16px;
  text-align: center;
  color: #fff;
}

#top_menu_black a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#top_menu_black a:hover {
  color: #fff;
  text-decoration: underline;
}

.menu_seperator {
  color: #666;
  padding: 0px 8px;
}

#page-content {
  text-align: left;
  border: 1px solid #BDBCAA;
  background-color: #D4D3BB; /*#CBCAAD;*/
  padding: 5px 20px 20px 20px;
}

.place-holder-shade {
  background-color: #CBC9AB;
  padding: 5px;
}
