body {
  font-family: arial;
  font-size: 16px;
  color: black;
  width: 910px;
  margin-left: 5%;
  margin-right: 5%;

  }
body em{
  font-style: normal;
}
/*All headers and Menu Bar*/
#header{
    background-color: white;
    background-image: url(images/header.jpg);
    background-position: left;
    height: 146px;
    background-repeat: no-repeat;
}
#header p{
  text-align: right;
    }
#kicker{
    background-color: #9bc99b;
    width: 100%;
    float: left;
    font-size: 10px;
}
#menu{
  width: 100%;
  background-color: #4376ba;
  float: left;
  border-top: 5px solid white;
  }

.hovermenu ul{
font: bold 15px verdana;
padding-left: 0;
margin-left: 0;
height: 10px;
}
.hovermenu ul li{
list-style: none;
display: inline;
}
.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
color: #ffffff;
background-color: #4376ba;
}
.hovermenu ul li a:hover{
background-color: #9bc99b;
}
.hovermenu ul li a.active{
color: black;
}
#gallery{
  clear: left;
  /*width: 100%;*/
  float: left;
}

/**************************** Second Section En******************/
 .frame1{
   width: 310px;
   float: left;
 }
 .frame2
 {
   width: 650px;
   float: left;
 }


/**************************** Menu Section Starts *****************************/
.menu
{
    width: 960px;
    height: 44px;
    background: url(../images/menu.jpg);
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.menu-text
{
font-family: verdana;
font-size: 14px;
color: #ffffff;
padding: 12px 45px 10px 10px;
float: left;
font-stretch: condensed;
cursor: pointer;
}


/**************************** Menu Section Ends *******************************/



/**************************** Left Section Ends *******************************/

/**************************** Footer Section Starts ***************************/
.footer
{
  float: right;
  width: 1020px;
  font-family: Tahoma;
  font-size: 8pt;
  font-weight: normal;
  color: #616161;
  text-align: left;
  margin-top: 18px;
  clear: both;
  margin-bottom: 10px;
}
/**************************** Footer Section Ends *****************************/

/**************************** General Section Starts **************************/
.title1
{
  font-family: Tahoma;
  font-size: 14pt;
  font-weight: normal;
  color: #8f8383;
  margin-top: 10px;
  margin-left: 12px;
}
.title2
{
  font-family: Tahoma;
  font-size: 14pt;
  font-weight: bold;
  color: #535353;
}
.title3
{
  font-family: Tahoma;
  font-size: 14pt;
  font-weight: normal;
  color: #616161;
  margin-top: 10px;
  margin-left: 12px;
}
.sub-title
{
  font-family: Tahoma;
  font-size: 8pt;
  font-weight: normal;
  color: #3f3a3a;
  margin-left: 12px;
}
.description
{
  font-family: Tahoma;
  font-size: 8pt;
  font-weight: normal;
  color: #616161;
  text-align: justify;
  width: 195px;
  line-height: 18px;
  margin-left: 12px;
  margin-top: 2px;
}

.description1
{
  font-family: Tahoma;
  font-size: 8pt;
  font-weight: normal;
  color: #616161;
  text-align: left;
  width: 400px;
  line-height: 18px;
  margin-left: 12px;
  margin-top: 2px;
}

.date-text{
  font-family: Tahoma;
  font-size: 8pt;
  color: #a4e3ff;
  font-weight: bold;
  margin-left: 12px;
  margin-top: 2px;
}


hr{
  background-color: #00deff;
  width: 200px;
  color: #00deff;
  border: solid 1px #00deff;

}
a.nav:link {color: #ffffff; text-decoration: none; }
a.nav:visited {color: #ffffff; text-decoration: none; }
a.nav:hover {color: #04B404; text-decoration: underline; }
a.nav:active {color: blue; }
#teaser{
clear: left;
    background-color: #9bc99b;
      border-top: 5px solid white;
      font-size: 10px;
      padding-left: 5px;
   padding right: 5px;
   float: left;
   width: 100%;
    }
#footer{
clear: left;
font-size: 9px;
}
#footer p{
text-align: center;
}

/**************************** General Section Ends ****************************/