

/******* Start by losing all the browser defaults **********/
* {
	border: 0;
	margin: 0;
	padding: 0;
    font-family: "Trebuchet MS"; 
}
a{
    text-decoration:none;
    color: blue;
    font-size: 15px;
}
/******* Force a scrollbar in short pages to prevent page jump in Gecko ******/
/* hide from IE mac \*/
html {
	min-height: 100%;
	margin-bottom: 1px;
}

/* end hiding from IE5 mac */

.title{
   color: black;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-size: 28px;
}
.footer{
   color: black;
   /* font-family: "Trebuchet MS"; */
   font-size: 12px;
   text-align: center;
   margin-left: 10px;  /* why ? */
}

.wrapper{
   width: 927px;  /* was 936px */
   height: 700px;  /*   760  was 850px; */
   /* margin-top:20px; */
   margin: 20px auto;
   background-image: url('');
   background-color: #f2f2f2;   /* was #F2F7FA */
   border-style: solid;
   border-width:1px;
   font-size: 12px;
}

.clearfloat {
	font-size: 1px;
	line-height:20px;
	margin: 0px;
	clear: both;
	height: 0px;
}


.left {
    float:left; margin-left:0px; /* margin-left:50px; */
    margin-bottom: 5px;
}

#header ul {
  margin: 0;
  padding: 0;
  list-style: none;  /* was none */
  background: url(../images/banner.gif) no-repeat;  /* was menu2.gif */
  margin-left: 0px;  /* was 50px */
  float: left;
  width: 100%;           /* width: 100% */
  height: 45px;  /* was 45px */
}
#header li {
  /* background: url(images/menu_bobble.gif) no-repeat; */
  font-family: "Trebuchet MS";
  float: left;
  font-size: 110%;
  width: 125px;   /* was 154px */
}
#header li a {
  font-family: "courier";
  font-size: 12px;
    color: black;
  float: left;
  display: block;  /* was block */

  /* padding: 10px 40px; */
  /* padding: 2px 2px 2px 2px; */
  width: 125px;  /* was 154px*/
  height: 30px;  /* was 35px */
  text-align: center;
  text-decoration: none;
}

#nav1{
  /* width:890px; */
  height: 30px;
	margin-left:12px;
	margin-bottom: 0px;  /* was 10px */
  /* background: #f8f8f8; */  /* was #f8f8f8  the entire long strip background color*/
  background: url(../images/banner1.gif) no-repeat;
}

#nav1 ul {
  margin:0;
  font-size:16px;
  padding:3px 28px 0 px;
  /* background: #f8f8f8; */    /* #f8f8f8 */
  list-style:none;
  }
#nav1 li {
  float:left;
  margin-right:20px;   /* was 10px */
  padding: 2px 0 0 38px;  /* 0 0 0 9px */
    border-bottom:0px solid #ccc;
  }

#nav1 a {
  color: white;
  text-decoration:none;
}

#nav1 a:hover {
  color: BLUE;     /* #C0FFC0; */
  /* background-color: lightslategray; */
 
}











