
body { 
  margin: 0;
  padding: 0;
  background: #cccccc;
  font-size: 10pt; 
  line-height: normal; 
  font-family: Helvetica, Times, SunSans-Regular; 
  text-indent: 0pt;
  text-align: center 
}

#wrapper { 
  position: relative;
  width: 750px;
  height: auto;
  margin: 0 auto;  
  background: white;
  text-align: center;
 }
 
#contentpane { 
  position: relative;
  width:  690px;
  height: auto;
  float: left;
  padding: 0px 0px 0px 0px;  
  background: white;
 }

#header { 
  position: relative;
  width: 750px;
  height: 195px;
  background: white;
  text-align: center;
 }

#menustuff {
    margin: 0;
    padding: 0;
    font-weight: bold;
    clear: both;
    border-top: 1px white solid;
    list-style: none inside;
}

#menustuff li {
    width: 124px;
    float: left;
    background: #3cf;
    border: solid white;
    border-width: 0 0 0 1px;
    text-align: center;
    list-style: none inside;
}

#menustuff li:first-child {
    border: none;
}

#menustuff li a {
    display: block;
    color: black;
    padding: 3px 0;
}

#menustuff li a:hover {
    background: #33f;
    color: white;
}


#contentscroll { 
  position: relative;
  width: 690px;
  height: 700px;
  padding: 0px 30px 10px;  
  background: white;
  text-align: left;
  overflow: scroll;
  border-style: solid;
  border-width: 1px;  
 }

.content { 
  position: relative;
  width:  600px;
  height: auto;
  float: left;
  padding: 0px 20px 10px 0px;  
  background: white;
  text-align: left;
 }

#leftmenu { 
  position: relative;
  width: 105px;
  height: auto;
  margin: 50px 0px 10px 0px;
  padding: 5px 10px 20px 5px;
  float: left;
  background: white;
  text-align: left;
 }

#footer { 
  position: relative;
  width: 690px;
  height: 70px;
  padding: 0px 10px 0px;  
  background: white;
  text-align: left;
  overflow: hidden;
}

.inlineHead {
  color: #009; 
  font-weight: bold; 
  margin-right: 0.5em 
} 

p { 
  font-size: 10pt; 
  line-height: normal; 
  text-indent: 0pt 
}

p.leftmenuCurrent { 
 margin-left: 10px; 
 padding: 0px 0px;  
 background: #009; 
 font-weight: bold; 
 color: white;
 text-indent: 0pt
 }
p.leftmenuLink { 
 margin-left: 10px;
 text-indent: 0pt
 }

h3 { 
  font: 14pt/14pt Helvetica, Times, SunSans-Regular; 
  text-indent: 0pt 
}
h3.heading {
    padding: 10px 0 3px;
    font: bold 1.4em Helvetica, Times, SunSans-Regular;
    color: #009;
    border-bottom: 2px solid #009;
    letter-spacing: 1px;
}


h2 { 
  font: 16pt/16pt Helvetica, Times, SunSans-Regular;
  text-indent: 0pt 
}


h1 { 
  font: 18pt/18pt Helvetica, Times, SunSans-Regular;
  text-indent: 0pt 
}
  /* text-transform: capitalize; */


a:visited { 
  color: blue; 
  text-decoration: none 
}
a:link { 
  color: blue; 
  text-decoration: none 
}

a:hover { 
  color: red; 
  text-decoration: none 
}

a:active { 
  color: blue; 
  text-decoration: none
}

li { 
  font-size: 10pt; 
  line-height: normal; 
  font-family: Helvetica, Times, SunSans-Regular;
  list-style-type: disc; 
  list-style-position: outside; 
}

td   { 
  font-size: 10pt; 
  line-height: normal; 
  font-family: Helvetica, Times, SunSans-Regular;
}
