/*        Skeet Scene Style Sheet              */
/*        Version 1.02, 19 Apr 2007            */
/*        Page: scene.css                      */
/*        Author: David R. Lea                 */


body {
      background: #E7E7E7 url('images/back2.jpg') top center repeat-y;
      width:750px;
      clear: left;
      margin: 12px auto 12px auto;
      padding: 10px 15px 10px 20px;
      font-size:10pt;
      font-family: Verdana, Arial, sans-serif;
      }


.header {
      background-image: url('images/head.jpg');
      height:210px
      }

.hdrtxt {
      background-color: #E7E7E7;
      font-family: Verdana, Arial, sans-serif;
      color:#404040;
      font-size:16pt;
      letter-spacing:.2em;
      text-align: right;
      font-weight: bold;
      width:750px;
      height:25px
      }

.main { 
      font-family: Verdana, Arial, sans-serif;
      font-size: 9pt;
      color: #000000;
      margin:0 auto;
      padding:0 0 0 0;
      text-align:center;
      }
       
.container {
      position:right;
      clear:right;
      margin:10px 10px 0 10px;
      padding:0 0 0 0;
      background:#ffffff;
      color:#000000;
      text-align:left;
      }
              
        

 /* fonts and colors */
h1 {
color:#000000;
letter-spacing:.1em;
}

h2 {
color:#000000;
font-weight:bold;
}


h3 {
color:#708090;
font-weight:bold;
}

h4 {
color: #696969;
font-weight:bold;
}

#left {
clear:left;
float:left;
width:150px;
margin:0 0 10px 0;
padding:0;
}

#left ul {
list-style:none;
width:140px;
margin:0 0 20px 0;
padding:0;
}

#left li a {
font-weight:bold;
height:20px;
text-decoration:none;
color:#222222;
display:block;
border-top:2px solid #A9A9A9;
padding:3px;
}

#left li a:hover {
background:#E7E7E7;
color:#222222;
border-top:2px solid #555555;
}

.spacer {
      clear: both;
      }

.clsCMOver {
      font-family: Verdana, Arial;
      font-size: 12px;
      padding: 2px 4px;
      color: black;
      }

.clsCMOn {
      font-family: Verdana, Arial;
      font-size: 12px;
      padding: 2px 4px;
      color: black;
      }

/******* Stylin CSS hacks *******/
.bodgefix:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
      }

.bodgefix {
      display: inline-table;
      }

/* Hides from IE-mac \*/
* html .bodgefix {height: 1%;}
.bodgefix {display: block;}
/* End hide from IE-mac */