/*********************************
 * Cascading Style Sheet: screen.css Version 1.0
 *
 * Copyright (c) 2003, K&L Productions, All Rights Reserved.
 *********************************/

body
  { margin: 0px;
    padding: 0px;
    background: #fff url("../images/iebodybg.jpg") no-repeat;
    font-family: Tahoma ,Arial, sans-serif;
    letter-spacing: 0.05ex;
  }

html>body
  { background: #fff url("../images/bodybg.jpg") no-repeat fixed;
  }

img
  { border: none;
  }

#header
  { margin: 0px 20px 0px 0px;
    padding: 0px;
    height: 126px;
  }

body>#header
  {  background: url('../images/header.png') no-repeat top right;
  }

#header h1, #header span
  { display: none;
  }


dt
  { font-weight: bold;
    text-align: left;
  }

#content
  { margin: 0.5em 1em 1em 11em;
    padding: 1em;
    text-align: justify;
    border-top: double #000 3px;
    border-left: double #000 3px;
    background-color: #fff;
    filter: Alpha(opacity=40);
  }

body>#content
  { margin: 0px 1em 1em 11em;
    background: url("../images/contentbg.png");
  }

#sidebar
  { position: absolute;
    top: 150px;
    left: 0px;
    width: 10.5em;
    padding: 0px;
    margin: 0px;
  }

#footer
  { margin: 2em 1em 1em 11em;
    padding-top: 1em;
    border-top: solid #000 1px;
  }

#footerpics
  { float: right;
    padding: 0px;
    margin: 0px;
  }

#footer p
  { font-size: 0.8em;
    text-align: center;
    margin: 0px;
    padding: 0.1em 0.5em;
  }

.linkDivider
  { display: none;
  }

#sidebar ul
  { display: block;
    padding: 1em 0em;
    margin: 0px;

  }

#sidebar ul li
  { display: block;
    list-style: none;
    margin: -0.5em 0px -0.5em 0.5em;
    padding: 0px;
  }

#sidebar>ul>li
  { margin: 0.5em 0px 0.5em 0.5em;

  }

#sidebar ul li a, #sidebar ul li span
  { display: block;
    border: solid #000 1px;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    padding: 0.25em 0.75em;
    color: #fff;
    background: #16f;
  }

#sidebar>ul>li>a, #sidebar>ul>li>span
  { background: url("../images/menubg.png");
    padding: 0.2em 0.75em;
  }

#sidebar ul li span
  { color: #03c;
    background: #fff;
  }


#sidebar ul li a:hover
  { background: #03c;
  }

#ccs
  { margin-top: 10em;
    text-align: center;
  }

.centered
  { text-align: center;
  }

.inlinelist
  { display: block;
    padding: 0px;
    margin: 0px;
  }

.inlinelist li
  { display: inline;
    list-style: none;
  }

hr
  { margin-bottom: 2em;
  }

.coupon
  { margin:            10px;
    border:            dashed #008 1px;
    background:        #ddf;
    padding:           10px;
  }

.coupon h3
  { text-align: center;
    text-decoration: underline;
  }

.classes dt span
  { margin-left: 5em;
    white-space: nowrap;
  }

.classes dd
  { margin-bottom: 1em;
  }