/*--- AREAS */
Body {
  font-family: arial, sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
  background-color: rgb(76,122,201);
  color: rgb(18,33,58);
}

#aHeader {
  background: rgb(31,56,99) url(../Images/HeaderShadow.gif) repeat-x bottom;
  height: 250px;
}

#aHeader #iLogo {
  position: absolute;
  left: 120px;
  top: 130px;
  z-index: 1;
}

#aHeader #aMotto {
  position: absolute;
  left: 126px;
  top: 174px;
  z-index: 2;
  font-size: 0.65em;
  color: rgb(76,122,201);
  letter-spacing: 0.3em;
}

#aHeader #aWave {
  background: rgb(31,56,99) url(../Images/HeaderWave.gif) no-repeat left top;
  width: 310px;
  height: 51px;
  position: absolute;
  left: 37px;
  top: 199px;
  z-index: 0;
}

#aHeader #aSheep {
  background: rgb(31,56,99) url(../Images/HeaderSheep.gif) no-repeat left top;
  width: 139px;
  height: 121px;
  position: absolute;
  right: 0px;
  top: 129px;
  z-index: 0;
}

#aContent {
  padding: 70px 0 30px 0;
  position: relative;
  left: 125px;
  font-size: 0.7em;
  width: 80%;
}

#aContent .aItem {
  height: 60px;
  float: left;
  margin: 15px 20px 15px 0;
  min-width: 150px;
}

#aContent .aItem .aItemIn {
  border-left: 5px solid rgb(61,99,164);
  padding-left: 6px;
  display: block;
}

#aContent .aItem .aItemIn Img {
  margin: 0 0 5px 0;
  border: 5px solid rgb(61,99,164);
}

.aCleaner {
  clear: both;
}

#aFooter {
  font-size: 0.7em;
  padding: 20px 125px;
}

/*--- FORMATTING */
.fTitle {
  font-size: 1.3em;
  margin: 0;
  font-weight: bold;
}

A {
  color: rgb(18,33,58);
  text-decoration: none;
}

A:hover {
  color: rgb(255,255,255);
}

#aContent .aItem A:hover .aItemIn Img {
  border: 5px solid rgb(255,255,255) !important;
}

#aContent .aItem A:hover .aItemIn {
  border-left: 5px solid rgb(255,255,255) !important;
}

H1 {
  font-size: 2.4em;
  font-weight: normal;
  color: white;
  margin: 25px 0 10px 0;
}


.aSep {
  height: 10px;
  border-top: 1px dashed rgb(61,99,164);
}
