/* Styles for the "main page" */

BODY {
  font-family: "Bitstream Sans Vera", Verdana, Arial, Helvetica, sans-serif;
  background-color: white;
}

.topTextLogo {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 125%;
}

.mainPage {
  vertical-align: top;
  padding: 0px;
  margin: 0px 10px 0px 10px;
}

.mainPage h1, h2, h3, h4 {
  color: #3E91EB;
  font-style: oblique;
}

.mainPage a {
  color: #3E91EB;
  text-decoration: underline;
}

.mainPage a:hover {
  color: #FFCC00;
}

/* Styles for the menu bar on the left */
.sideBar {
  background-color: #F8F8F8;
  border-width: thin;
  border-style: solid;
  border-color: #3E91EB;  
}

.sideBarWidth {
  width: 17%;
  vertical-align: top;
}

.sideBarTitle {
  background-color: #3E91EB;
  color: white;
  font-weight: bold;
  font-size: 90%;
  padding: 5px 10px 5px 10px;
}

.sideBarGfx img {
  border: none;
}

.sideBar a {
  font-size: 85%;
  color: black;
  text-decoration: underline;
  font-weight: bold;
}

.sideBar a:hover {
  color: #FFCC00;
}
