/* CSS Document */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  /*padding-left: 50%; */
  margin: 0 0; 
  padding-left: 3px;
  background: url(bg_line.gif);
  border: solid 1px black;
  scrollbar-face-color:#3C482D; scrollbar-shadow-color:#3C482D; scrollbar-highlight-color:#C0C0C0; scrollbar-3dlight-color:#000040; scrollbar-darkshadow-color:#000040; scrollbar-track-color: #3C482D; scrollbar-arrow-color:#FFFFFF;
  text-decoration: none;
}

#header {
  background-color: #3C482D;
  width: 1022px;
  height: 55px;
  border-bottom: solid 1px white;
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-left: solid 1px black;
  padding-left: 3px;
  }

A {
  text-decoration: none;
  color: #C0C0C0;
}
A:hover {color: #00FF00}
A img {border: 0;}

.year {
  color: #FFFF00;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;   
  }

UL {
  padding-left: 0px; 
  margin: 0px; 
  list-style-image:url(../images/bullet.gif);
  list-style-position:inside;
  }

.section {
  border-bottom: solid 1px #aaa;
  width: 1010px;
  padding: 0;
  margin: 0;
  background-color: #3C482D;
}

div.clearer {clear: left; line-height: 0; height: 0;}



.shadow{
border:1px solid silver;
font:10pt arial;
position:relative;
display:inline;
background:white;
z-index:100
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10
}
