body {
    background-color: #bfc0c0;
    background-image: url(/static/images/background_page.jpg) ;
    background-repeat: repeat-x;
    font-family: constantia, georgia, serif;
    margin: 0px;
}

a:link , a:visited , a:active { text-decoration: none; }

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

#wrapper {
    background-color: #f2f6f9;
    border: 1px solid #5b5b5b;
    margin: 30px auto 50px auto;
    padding: 0px;
    width: 90%;
}

#header {
    background-image: url(/static/images/background_header.jpg);
    float: left;
    height: 151px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
}

#headerLeft {
    float: left;
    margin: 0px;
    padding: 0px;
}

#main {
    background-color: #f2f6f9;
    float: left;
    padding: 0;
    width: 100%;
}

#mainRight {
    margin: 0 150px;
    padding: 10px 0px 15px;
}

#footer {
    background-image: url(/static/images/background_footer.jpg);
    float: left;
    height: 40px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
}

.blueBox {
  border: 1px solid #043465;
  line-height: 130%;
  margin: 5px;
  padding: 5px;
}

h3.blueBoxHeader {
  background-color: #F2F6F9;
  color: #003569;
  display: inline;
  font-size: 150%;
  font-weight: bold;
  margin: 5px;
  padding: 0 4px;
  position: relative;
  text-align: center;
  top: -14px;
}

/* MSIE bug workaround -- see http://www.communitymx.com/content/article.cfm?page=2&cid=C37E0
   and/or http://www.yaml.de/en/documentation/css-components/css-adjustments-for-internet-explorer/structure-dependend-adjustments.html */
* html #wrapper { height: 1%; }

