/* CSS Document  - sitecss.css */

 body { 
  font-size: 1.2em;
  color:#000068;
  background: #998f9a url(bin/bg7h.jpg);   /*bg7c.jpg);*/
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
 } 

 ul { 
  list-style-type: none;
  list-style-image: none; 
  font-size: .65em;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding-top:0;
  padding-right:25px;
  }

h1  {
  margin-top: 10px;
  font-size:1.5em;
  font-weight:bold;
  text-align:center;
  color:#680098;  /*#ffa500;*/
  background-color:transparent;
 }

h2  {
  font-size:0.92em;
  font-weight:bold;
  color:#680098;      /*#ffa500;*/
  background-color:transparent;
 }

 h3 { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: .70em; 
  font-weight: normal; 
  padding-right: 70px;
  color: gray;
  background-color: white;
  } 

  ul li {
   list-style: none;
   text-align: left;
   /*margin: -40px 0 0 0;*/
   /*border-top: 2px solid orange;*/
   border-bottom: 2px solid orange;
  }

  ul li#active a {
   text-decoration: none;
   background-color: #ea9e02;
   color: #800000;
 }

  ul li a:hover,  li a:hover {
   text-decoration: none;
   color: #ea9e02;
   background: transparent;
 }

.mvleft {
   float: left;
   margin-right:10px;
   margin-bottom:3px;
 }
.mvright {
   float: right;
   margin-left:10px;
   margin-bottom:3px;
   padding-right:10px;
 }
.centered {
   text-align: center;
 }
.clear    { clear:both; }

img  { border: none; }

a  {
  text-decoration: none;
  font-size:1em;
  color:#000068;
 }

img {padding:15px;
 }
  /************************* ID's *************************/
#container {
   position: relative;
   margin-left:  auto;
   margin-right: auto;
   width: 1000px;
   height: 2000px;
   border:0;                                           
   padding:0;
   /*border: 2px solid red;*/
 } 

#top  {
  position: absolute;
  /*top: 0; 
  left: 0;
  margin: 0;*/
  width:1000px;
  height:2000px;
  background-color:transparent;
 }

#sidebar {
  position: absolute;
  top: 425px;
  left:35px;
  width: 250px;    /* 300 less left */
  height:3000px;
  border-right: 1px solid black;
  background-color:transparent;
}

#main {
  position: absolute;
  top: 203px;
  left: 305px;
  width: 695px;
  height:2000px;
  Background-color:transparent;
  }


 #main ul li a {
    display: block;
    text-decoration: none;
  }

#bottom {
   position: relative;
   left:0;
   width:695px;
   height:60px;
   color:black;
   }

/* eof sitecss.css */
