/*

  intelligent sites plain site stylesheet

*/

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: white;
  color: #000040;
  margin: 0;
  }

/* remove list specific styling from menu */

ul.menu {padding:0}

.menu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 1px 3px;
  }

#top {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 120px;
  background: url(/is-images/logo2005m.gif) no-repeat;
  color: blue;
  text-align: center;
  padding: 7px;
  height: 100px;
  }

#content{
  position: absolute;
  top:105px;
  left: 130px;
  text-align: left;
  padding-bottom:30px;
  padding-right:30px;
  overflow:auto;
  }

#footer {
  background-color: #CCCCE6;
  color:#202020;
  position: fixed;
  top:106px;
  left:0;
  width:110px;
  text-align: center;
  font-size: 8pt;
  padding:7px 0px 2px 0px;
  }

#menubottom {
  position: relative;
  display:inline-block;
  left:0;
  top: 0;
  width:92px;
  background:white;
  padding:4px;
  margin:0;
  }

#menubottom a {
  color:blue;
  line-height:20px
  }

#content h3 {
  background:url(/is-images/arrows.jpg) no-repeat;
  padding-left:70px;
  }

#content div {
  background: white;
  clear: left;
  }















