
.content
{
  font-family: Tahoma, Ariel, sans-serif;
  font-size: 12px;
  color: #1B559E;
}
.content a:link {font-weight:bold;text-decoration: none; color: #1B559E;}
.content a:visited {font-weight:bold;text-decoration: none; color: #1B559E;}
.content a:active {font-weight:bold;text-decoration: none; color: #1B559E;}
.content a:hover { font-weight:bold;text-decoration: none; color: #0000FF;}

.footer{
  font-family: Tahoma, Ariel, sans-serif;
  font-size: 12px;
  color: #ffffff;
  background:#1B559E;
  text-align: center;

}

.footer a:link, .footer a:active, .footer a:visited{
   color: #ffffff;
   text-decoration:none
}

.footer a:hover{
   color: #ffffff;
   text-decoration: underline;
}


.title
{
  font-family: Tahoma, Ariel, sans-serif;
  font-size: 18px;
  color: #1B559E;
}

.subtitle
{
  font-family: Tahoma, Ariel, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color:  #1B559E;
  text-align: left;
}


html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;

   }
#wrapper {
      margin: 0 auto;
      vertical-align: middle;
   }

#flash{
  position:relative;
  left:770px  ;
  width:270px;
  font-family: Tahoma, Ariel, sans-serif;
  font-size: 14px;
  top:-480px ;
  padding: 5px;
  color: #003366;
 
  border:2px solid #003366;
  text-align: center;
  background-color: #FFFFFF
}

#slide{
  width:600px;
  height:240px;
  overflow: auto;
}
#innerslide{

   width:6*124px;
  height:210px;
}

#gallerywrapper{
  width:720px;
  padding-left:10px;
 /* border:1px green solid;   */
}


#gallery{
  width:490px;
  float:left;
 /* border:1px green solid;      */
}
#gallerylist{
    width:200px;
    float:right;
   /* border:1px green solid;      */
}
#popup{
  top:100px;
  left:100px;
}

.required{
  color: #FF0000;
  font-size: 10px
}

.err{
   color: #FF0000;
}



