@CHARSET "UTF-8";
div.homeBody{
  height: 450px;
}

.homeFooter {
}

div.portalSymbol {
  margin-right: 3px;
  font-size: 20pt;
  color: #4d0c08;
  font-family: "Times New Roman", Garamond, serif;
  vertical-align: top;
  height: 45px;
  padding-bottom: 3px;
  white-space: nowrap;
}

span.portalHeader {
  text-transform: uppercase;
}

a.portalHeaderLink {
  color: #4d0c08;
  font-size: 21pt;
  font-family: "Times New Roman", Garamond, serif;
  text-decoration: none;
}

a.portalTxtLink,
a.portalTxtLink:link,
a.portalTxtLink:active,
a.portalTxtLink:visited,
a.portalTxtLink:hover {
  color: #000000;
  text-decoration: none;
  font-size: 10px;
}

.homePortalSelected {
  background-color: #d5ceb2;
}

.archiveHomePortal {
  float: left;
  border: 5px solid white;
  width: 45%;
  padding: 4px;
  margin-top: 15px;
/*  margin-left: 5px;*/
  overflow: hidden;
  height: 190px;
}

.featureHomePortal {
  float: right;
  border: 5px solid #740e00;
  width: 45%;
  padding: 4px;
  margin-top: 15px;
/*  margin-right: 5px;*/
  overflow: hidden;
  height: 190px;
}

.educationHomePortal {
  float: left;
  border: 5px solid black;
  width: 45%;
  padding: 4px;
  margin-top: 15px;
/*  margin-left: 5px;*/
  overflow: hidden;
  height: 190px;
}

.orientationHomePortal {
  float: right;
  border: 5px solid white;
  width: 45%;
  padding: 4px;
  margin-top: 15px;
/*  margin-right: 5px;*/
  overflow: hidden;
  height: 190px;
}

