body {
  margin: 0;
  padding: 0;
  font-family:   "Swis721 LtEx BT", "Century Gothic",sans-serif;
  font-size:100%;
  text-align: justify;
}


h1,h2,h3,h4,h5,h6{

   font-size:1em;
   font-weight:bold;
  font-family: "Swis721 LtEx BT", "Century Gothic",sans-serif;
   background-image: url(../images/h1.gif);
  background-position: left;
  background-repeat: no-repeat;
  color: #000000;
  background-color: transparent;
  padding: 3px 0px 0px 15px;
}
#top {
        text-align:right;
        font-size:0.7em;
        border-bottom:10px solid #cccccc;
        height:15px;
        padding-right:5px;
        padding-bottom:5px;
}
#mainimg{
	margin: 0px 0px 0px 0px;
	height: 150px;
	background: #fff url(../images/header.jpg) no-repeat left top;
    text-align:center;
    color:#fff;

	border-top: 1px solid #fff;



}
#breadcrumbs {

  position:absolute;
  top:165px;
  right:10px;
    font-size:0.7em;
  background:#fff;
  color:#aaa;
  padding-right:5px;
  z-index:2;
}



#left {
  position: absolute;
  left: 10px;
  top: 220px;
  width: 150px;
}
#center {
  margin-left: 190px;
  margin-right: 220px;

  background-color: #FFFFFF;
  background-image: url(../images/bluefade.jpg);
  background-position: top;
  background-repeat: repeat-x;
  color: #000000
}
#centerbottom{
    background-color: #FFFFFF;
  background-image: url(../images/bluefade.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
  color: #000000 ;
  height:66px;
  width:100%;
}


#right {
  position: absolute;
  right: 10px;
  top: 220px;
  width: 207px;
  padding-left:10px;
  font-size:0.9em;

}

#footer {
  background: #cccccc;
  text-align: center;
  margin-top:10px;
  padding:5px;
  border-top:1px solid #000;
  font-size:0.8em;
  visibility: hidden;
      }

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}




 .topimage{
  position:absolute;
  top:31px;
  right:0px;
}
a:link, a:visited{
  color:#000;
  text-decoration:none;
  }
a:hover{
  color:#090;
}

 .cent{
   text-align:center;
 }

 .form{
  padding-left:10px;
  padding-right:10px;
 }
  .form p{
    clear:left;
    margin:0;
    padding:0;
    padding-top:5px;
  }
  .form label{
    float:left;
    width:37%;
    }
 .ickle{
   font-size:0.8em;

 }
  .image-right-align{
    float:right;
    margin-left:5px;
    border-right:3px double #ccc;
    border-bottom:3px double #ccc;
  }

