/**[global]**/
@media all
{
  html {
    font-size: 62.5%;
  }
  * {
    font-size:100%;
  }
  body {
    font:1.1em tahoma, verdana, sans-serif;
    color:#676767;
    line-height:1.9em;
  }
  
  a:link, a:visited {
    color:#749b00;
    text-decoration:none;
  }
  a:hover {
    text-decoration:underline;
  }
  
  h1, h2 {
    color:#749b00;
    text-transform:lowercase;
    font-family: arial, helvetica, sans-serif;
    font-size:2.2em;
    font-weight:normal;
    margin-top:1em;
  }
  
  p {
    margin:0 0 2em 0;
  }
  
  div.hr {
    height:1px;
    background:url(../images/hr.gif) repeat-x;
    clear:both;
  }
  div.hr hr {
    display:none;
  }
  hr {
    border:none;
    height:1px;
    background:#749b00;
    color:#749b00;
  }
}

/**[screen]**/
@media screen
{
  html {
    background:#dddfd9;
    padding-top:20px;
  }
  
  body {
    width:948px;
    margin:0 auto;
    padding-bottom:9px;
    background:#fff url(../images/shadow.gif) no-repeat left bottom;
  }
  
  #container {
    padding:36px 20px 20px 20px;
    height:1%;
    border-left:1px solid #bababa;
    border-right:1px solid #bababa;
    background:#fff url(../images/bg.gif) no-repeat right bottom;
  }
  
  #header {
    background:#dddfd9 url(../images/top.gif) no-repeat;
    font-size:1px;
    line-height:1px;
    height:7px;
  }
  
  #logo {
    float:left;
    margin-bottom:28px;
  }
  
  #logo img {
    display:none;
  }
  #logo a:link, #logo a:visited {
    display:block;
    width:127px;
    height:43px;
    text-indent:-1000px;
    background:url(../images/logo.gif) no-repeat;
  }
  #logo a {
    outline:none;
  }
  
  address {
    font-style:normal;
    font-size:0.9em;
    text-transform:lowercase;
    float:right;
    margin-top:16px;
  }
  address span {
    padding:0 14px;
    border-right:1px solid #d5d5d5;
  }
  address span label {
    padding-right:10px;
  }
  address span.last {
    border:none;
  }
  address a:link, address a:visited {
    color:#676767;
  }
  
  .leftside {
    float:left;
    width:490px;
    text-align:justify;
  }
  .rightside {
    float:right;
    width:380px;
    background:url(../images/rightbg.gif) no-repeat;
    padding-left:18px;
    min-height:220px;
  }
  * html .rightside {
    height:220px;
  }
  .rightside div.img {
    background:url(../images/imgshadow.gif) no-repeat left bottom;
    padding-bottom:10px;
    float:left;
  }
  .rightside div.img img {
    border:1px solid #555;
    border-top-width:3px;
    border-bottom-width:2px;
    display:block;
  }
  .rightside p {
    float:right;
    width:194px;
  }
  
}

/**[printers]**/
@media print
{
  body {
    font-size:1.3em;
    color:#000;
  }
  
  address {
    font-style:normal;
    font-size:0.85em;
    display:block;
    text-align:center;
    margin-top:16px;
  }
  address span {
    padding:0 14px;
    border-right:1px solid #d5d5d5;
  }
  address span label {
    padding-right:10px;
  }
  address span.last {
    border:none;
  }
  address a:link, address a:visited {
    color:#000;
  }
  
  #logo a:link, #logo a:visited {
    display:none;
  }
  #logo {
    display:block;
    text-align:right;
  }
  .rightside div.img {
    float:left;
    padding-right:10px;
  }
}

/**[handheld device]**/
@media handheld
{
  #logo a:link, #logo a:visited {
    font-size:2em;
  }
  #logo img {
    display:none;
  }
  address {
    font-style:normal;
    font-size:0.9em;
    display:block;
    margin-top:16px;
  }
  address span {
    display:block;
  }
}