/*  SGC stylesheet
    (c) Aceous Systems 2005 */

html, body {
  margin: 0px;
  padding: 0px;
  background: #993300 url("images/tile.gif") repeat;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
}

#container {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 620px;
  background: #ffffff;
}

#hdrImg {
  padding-top: 5px;
  margin-left: 20px;
  margin-right: auto;
  height: 70px;
}

#mainMenu {
  height: 19px;
  font-size: 10px;
  text-align: center;
}

#subMenu {
  clear: both;
  padding-top: 3px;
  margin-bottom: 20px;
  height: 17px;
  font-size: 10px;
  color: #666666;
  background-color: #efdecc;
  text-align: center;
}

#body {
  position: relative;
  text-align: left;
  padding: 0% 3% 1em 3%;
}

/* bodyCont when embedding elements to avoid IE box model padding bug */
#bodyCont {
  position: relative;
  text-align: left;
}
/* IE Win hack \*/
* html #bodyCont { float: left; height: 1%; }
/* End */

#bodyL {
  position: relative;
  float: left;
  padding: 0% 0% 1em 3%;
  width: 50%;
}

#bodyR {
  position: relative;
  float: left;
  padding: 0% 3% 1em 3%;
  width: 40%;
}

#ftrUrl {
  clear: both;
  padding-top: 3px;
  height: 17px;
  font-size: 10px;
  color: #ffffff;
  background-color: #e6801d;
  text-align: center;
}

#ftrMenu {
  clear: both;
  padding-top: 3px;
  height: 17px;
  font-size: 10px;
  background-color: #993300;
  text-align: center;
}

#terms {
  margin: 10px auto 10px auto;
  padding: 0em 1em 1em 1em;
  width: 360px;
  background: #ffffff;
}

.bold {
  font-weight: bold
}


a:link, a:visited {
  color: #CC6600;
  text-decoration: underline
}

a:link img, a:visited img
{
  border-style: none
}

a:active, a:hover {
  color: #666666;
  text-decoration: underline
}

/*a:visited {
  color: #CC9966;
  text-decoration: underline
}*/


a.ftr:link, a.ftr:active, a.ftr:visited {
  color: #CCCCCC;
  font-size: 10px;
  text-decoration: underline
}

a.ftr:hover {
  color: #CCCCCC;
  font-size: 10px;
  text-decoration: none
}