html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  background-color: #266;
  color: #666;
  background-image:url(images/background.gif);
  background-position: top center;
  background-repeat: no-repeat;
  font-family: ‚l‚r ‚oƒSƒVƒbƒN, Osaka, ƒqƒ‰ƒMƒmŠpƒS Pro W3, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}

h1 {
  color: #666;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

h2 {
  color: #666;
  font-size: 12px;
  line-height: 14px;
}

h3 {
  color: #666;
  font-size: 11px;
  line-height: 14px;
}

a,  a:link {
  color: #333399;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #333399;
  font-weight: bold;
  text-decoration: none;
}

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

a:focus {
  color: #333399;
}

a:active {
  color: #333399;
}

#outerGroup {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 950px;
}
#outerGroup #header {
  background-color: #fff;
  color:#fff;
  background-image:url(images/background_header.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  border-bottom: solid 1px #666;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 10px 10px 10px 10px;
  height:120px;
}
#outerGroup #contentGroup #rightColumn {
  background-color: #FFFFCC;
  float: right;
  padding: 10px 10px 10px 10px;
  width: 220px; /* ===== 210px =====*/
}

#outerGroup #contentGroup #content {
  margin: 0 0 0 0px; /* ===== 0 0 0 0px =====*/
  padding: 0px 242px 0px 0px;
}

#outerGroup #contentGroup .floatClear {
  clear: right;
  display: block;
}
#outerGroup #footer {
  background-color: #FFFF99;
  color:#000;
  border-top: solid 1px #FFFF99;
  text-align: center;
  padding: 10px 10px 10px 10px;
}
