/*
light brown: #997766
Green: #BBDD99
Yellow: #EEF5C1


  border-bottom: 1px solid #9C9EB3;
*/

body{
  background-color: #BBDD99;
  color: #000;
  font-family: arial;
  font-size: 12px;
  }

img, table{
  border: 0;
  }
  
a, a:visited{
  color: #1a297a;
  padding: 3px;
  text-decoration: none;
  }

a:hover{
  color: #0066ff;
  padding: 3px;
  text-decoration: underline;
  }
  
h1{
  text-align: center;
}

/*Site container*/
#container{
  width: 720px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}

#banner{
  background-image: url(images/projectdotstar.jpg);
  background-repeat: no-repeat;
  width: 720px;
  height:106px;

  margin-left: auto;
  margin-right: auto;
  border-bottom: 15px solid #BBDD99;
  }

/*Major site divisions: nav, news, and footer*/


/*nav*/

#navcontainer{
  background-color: #EEF5C1;
  padding-bottom: 2px;
}

#nav{
  padding: 5px 5px 5px 10px;
  float: left;
  max-width: 95px;
}

.menu{
  text-align: left;
}

.menu h3{
  text-align: center;
}

.list_item{
  background-color: #FFF;
  padding: 2px;
}


/*news*/

#news{
  background-color: #EEF5C1;
  border-left: 2px solid #B3AB8B;
  margin-left: 105px;
  min-height:400px;
  height:auto !important;
  height:400px; 
  }

.newscontent{
  background-color: #FFF;
  padding: 10px;
  margin: 10px;
  }

.newscontent h2{
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #997766;
  }

/*footer*/
#footer{
  font-family: sans;
  font-size: 10px;
}