/*
* {
margin:0;
padding:0;
}
*/
 
body {
background: #C6C6C6;
margin: 0;
padding: 0;
font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
text-align: center;
}
 
a { text-decoration:none; }
h1{
font-size:20px;
font-family:"verdana";
}
 
p { margin-top:0.6em; }
img { border:none; }
 
 
#wrap {
/*background: transparent url("img/bgd_container.gif") repeat-y top left;*/
background: transparent url("img/file.jpg") repeat-y top left;
width: 792px;
margin: 0 auto;
padding: 0;
height: 100%;
text-align: left;
   min-height:600px;
   height:auto !important;
   height:600px;
}
 
 
/* --------  header   ---------  */
 
#header {
height:99px;
background:url("img/bg_grad.jpg") top left repeat-x;
margin:0 14px 0 18px;
}
 
#header h1 {
background-image:none;
border:none;
font-size:13px;
font-weight:bold;
font-family:  "arial",helvetica,sans-serif;
padding:2px 35px 2px;
margin:0 16px;
}
 
#header h2{
background-image: none;
border-bottom:none;
font-size:20px;
color:#fff;
font-weight:bold;
font-family: tahoma,georgia, "arial narrow",helvetica,sans-serif;
padding:10px 40px 2px;
margin:0 16px;
}
 
#header h1 a {
color:#aaaaaa;
}
 
#header h2 a {
color:#ffffff;
}
 
 
/* --------  nav - header   ---------  */
#header ul {
margin: 20px 0px;
float:right;
}
 
#header ul li {
display: inline;
float: left;
}
 
#header ul li a {
display: block;
padding: 0 4px;
font-weight:bold;
font-size:10px;
color: #878787;
border-left: 1px solid #444;
text-decoration: none;
}
 
#header ul li a:hover {
text-decoration:underline;
color: #FFFF00;
}
 
 
 
/* --------  content   ---------  */
#content {
/*  min-height:600px;  */
  font-size:12px;
  padding:20px 50px;
   min-height:600px;
   height:auto !important;
   height:600px;
}
 
/* --------  footer   ---------  */
#footer {
  clear: both;
  margin: 4em 15px 0 19px;
  padding: 0.5em;
  padding-top: 0.3em;
  border-top: 1px solid gray;
  border-bottom: 3px solid black;
  font-family:verdana,helvetica,sans-serif;
  font-size:11px;
color: #555555;
background-color:#BDBDBA
;
}
 
#footer a:visited {
  color: #006600;
}
 
#footer a { color:#007700; }
 
 
 
/* --- Links --------- */
 
a {
color: #930;
text-decoration: none;
}
 
.aplain {
  color: black;
}
 
a:hover {
text-decoration: underline;
}
 
 
 
 
 
.hide { display: none; }
 
 
 
 
/* ***********************************  */
@media print {
 
  body {
    background:white;
    font-size:90%;
  }
 
  #header      { display:none; }
 
  #wrap {
    background:none;
  }
 
  #footer  {
    text-align:left;
    background:none;
    border-top: 1px solid #8EA7C6;
    border-bottom: 1px solid #8EA7C6;
    font-size:80%;
    padding:0 0 0 15px;
    width: auto;
  }
 
  #info-site a  {
      display: none;
  }
 
  #container, #mycontent, #content {
    border:none;
    background:white;
    margin-left:0;
    padding-left:0;
    width:auto;
    color:#333;
  }
}
/* ***********************************  */
 
/* --   FALL97 neep602 slides  -------------------------------  */
.neepslide   {
  color: white;
  background: black;
  padding: 7px 0px 3px 19px;
}
.neepslide p{ background: black;  color: white;}
.neepslide ul{ background: black;  color: yellow;}
.neepslide font { font-size:16px;line-height:20px;background: black;  color: white;}
.neepslide h2{ background: black;  color: white;}
.neepslide h3{ font-size:16px;background: black;  color: white;}
.neepslide tr{ background: black;  color: white;}
 
.neepslide img {
  max-width:670px;
/*  max-height:4.0in; */
}
 
 
 
 
/*     html tidy   can remove later   */
  p.c7 {text-align: center}
  span.c6 {font-size: 70%}
  dd.c5 {color: black}
  p.c4 {color: black}
  h3.c3 {color: black}
  h3.c2 {font-style: italic}
  span.c1 {color: tan; font-size: 150%}
 
