/*  IE Box Hack -- Fixes IE's broken box model.  */
/*  From http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html */

div.wrapper {
  width: 747px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  background: url(faux_bg.jpg) repeat-y 50% 0;
}

* html div.wrapper {
    width: 747;  /* total width, only for IE5.x/Win */
    w\idth: 747; /* content width for other IE */
    padding-left: 10px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    background: url(faux_bg.jpg) repeat-y 50% 0;
}

* html div.content {
  margin-top: -12px;
  margin-left: -10px;
  width: 559px;
  float: left;
  margin-right: 30px;
}

body { 
  margin: -11px;
  text-align: center;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9pt;
}

#top {
  height: 128px;
  width: 747px;
  background: url(top.jpg) no-repeat;
}

#subTitle h2 {
  padding-top: 105px;
  padding-left: 170px;
  color: black;
  font-size: 10pt;
}

* html div.left {
  margin-top: -12px;
  float: left;
  width: 128px;
  padding-right: 10px;
}

div.left {
  float: left;
  width: 128px;
  padding-right: 10px;
}

div.left a {
  padding-right: 6px;
  width: 120px;
  height: 22px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: white;
  text-shadow: black -3px 3px 3px;
  text-decoration: none; 
  text-align: right;
  background: url(menu_item_bg.jpg) no-repeat;
}

div.left a:hover { color: yellow; }

img.logo_curve {
  float: left; 
  clear: left; 
  margin: 0 4px 0 0;
}  
div.content {
  margin-top: 0;
  margin-left: 0;
  width: 559px;
  float: left;
  margin-right: 30px;
}

div.content h1 {
  font-size: 11pt;
}

div.content h2 {
  font-size: 10pt;
}

#footer {
  width: 747px;
  height: 44px;
  clear: both;
  background: url(bottom.jpg) no-repeat;
}

#copyright {
  padding-left: 140px;
  padding-top: 13px;
  color: white;
}

span.links a {
  color: black;
  text-decoration: none;
}

span.links a:visited {
  color: black;
}

span.links a:hover {
  color: black;
  text-decoration: underline;
}

div.news {
  width: 500px;
  margin: 1em;
  padding: 1em;
  border: 1px solid;
}
