body{
  background-color: #FAFAFA;
  font-family: Verdana; 
  font-size: 12px;
  font-color: #000000
  }

h1{
  color: #FF8000;
  font-size: 1.2em;
  font-weight: bold
  }                                        

h2{
  color: #E0355D; 
  font-size: 1.0em;
  font-weight: normal;
  text-decoration: underline
  }

.all{
  width: 981px;
  height: 100%;
  margin: 0 auto
  }

.clockbackground{
  background-color: #F9F9F9;
  background-image: url(../images/headerL.bmp);
  background-repeat: no-repeat;
  background-position: left;
  width: 125px;
  height: 120px; 
  float: left;
  text-align: center
  }

.clock{
  margin-top: 18px
  }

.header{
  background-color: #F9F9F9; 
  background-image: url(../images/headerM.bmp);
  background-repeat: no-repeat; 
  background-position: left; 
  width: 690px;
  height: 120px; 
  float: left
  }

.message{
  line-height: 14pt; 
  background-color: #F9F9F9; 
  background-image: url(../images/headerR.bmp);
  background-repeat: no-repeat; 
  background-position: left; 
  width: 165px;
  height: 120px; 
  float: left;
  text-align: left
  }

.main{
  width: 100%; 
  float: left;
  text-align: left
  }

.menu{
  width: 150px;
  height: 420px;
  float: left;
  padding-left: 5px;
  text-align: left
  }

.content{
  padding: 20px;
  width: 675px; 
  float: left;
  text-align: left
  }

.banner{
  width: 150px;
  }

.footer{
  background-image: url(../images/footer.bmp);
  background-repeat: no-repeat;
  background-position: left; 
  height: 30px;
  width: 975px; 
  padding-top: 18px;
  float: left;
  text-align: center; 
  font-size: 10px
  }

