/* -- ELEMENT STYLES -- */

body {  
  font-family: verdana,tahoma,arial, sans-serif;
  font-size: 90%;
  color: black;
  background-color: #FFFFD4;
  margin: 30px;
}
a {
  color: #196086;
  text-decoration:none;
  font-weight: bold;
}
a:hover {
  color: olive;
  text-decoration:none;
  background-color: #EEEEEE;
}
a:visited {
  color: #85422B;
}
img {
  border: 0px;
  padding: 0px 4px;
}

table, tr, td {
  border: 1px solid #5A799D;
}
td {
  text-align:center;
}

/* -- MAIN CONTAINER -- */

#layoutBox {
  float:left;
  border: 1px solid #5A799D;
  background-color: #ffffff;
  padding: 10px;  
}

/* -- HEADER CONTAINER -- */

#headerBox {
  height: 13em;
  border: 1px solid #5A799D;
  background: #FFFFD4;
}

#headerLeftBox {
  float: left;
  width: 20%;
  padding: 12px 0px 0px 0px;
  height:12em;
  text-align: right;
}

#headerRightBox {
  float: right;
  width: 70%;
  height: 12em;
  text-align: center;
  
}
  
/* -- HEADER STYLES -- */

.title {
  font-family: "Comic Sans MS", helvetica, arial, sans-serif;
  font-size: 280%;
  font-weight: bold;
  color: black;
  line-height: 5em;
}

/* -- MENU CONTAINER -- */

#menuBox {
  float: left;
  width: 15em;
  margin: 10px 0 0 0;
  text-align: center;
  background-color: #FFFFD4;
  border: 1px solid #5A799D;
}
#menuBox  p {
  padding: 5px 0px;
}
.menuFooter {
  font-family: "Bookman Old Style", serif;
  font-size: 100%;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: teal;
  border-top: 1px solid #5A799D;
  border-bottom: 1px solid #5A799D;  
  display: block; 
  padding: 2px 2px 2px 10px;
  margin: 0 0 10px 0;
}


/* -- CONTENT CONTAINER -- */

#mainContent {
  width: 75%;
  float: right;
  margin: 10px 0 0 10px;
  border: 1px solid #5A799D;
  background-color:#FFFFD4;
}

#mainContent br {
  margin-top: 10px;
}

#mainContent p {
  padding: 0px 5px 2px 10px;
}


.spacer {
  height: 1px;
  clear: both;
}

/* Used by items meant for text only rendering */

.noDisplay {
  display: none;
}


/* -- HEADER/FOOTER STYLES (menuBox & mainContent) -- */

#mainContent h1, .footer {
  font-family: tahoma, verdana, arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: teal;
  border-top: 1px solid #5A799D;
  border-bottom: 1px solid #5A799D;  
  display: block; 
  padding: 2px 2px 2px 10px;
  margin: 0 0 10px 0;
}

#mainContent h1, .footer {
  border-right: 1px solid #5A799D;
} 

.menuFooter, .footer {
  margin-bottom: 0px;
}

#menuBox h1, .menuFooter {
  border-left: 1px solid #5A799D;
}

#mainContent h3  {
  font-family: tahoma, verdana, arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: teal;
  text-align: center;
  border-top: 1px solid #5A799D;
  border-bottom: 1px solid #5A799D;  
  padding: 2px 2px 2px 2px;
  margin: 0 0 0px 0;
}



#mainContent h1, #mainContent h2, .footer {
  clear: right;  /* Set to both if you don't care about Internet Explorer */
}

.footer {
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 70%;
  font-weight: normal;
  border-right: 1px solid #5A799D;
  border-left: 0px;
  text-align: center;
}

.footer a:hover {
  background-color: #D6E1F1;
}

.footer br {
  margin: -20px;
}

.bottomnav ul li {
  display: inline;
  
}
.bottomnav a{
  text-decoration:underline;
}

/* -- IMAGE STYLES -- */

.imgRight, .imgLeft {
  padding: 10px 5px 5px 10px;
  border: 1px solid #FFFFFF;
}

.imgRight {
  float: right;
}

/* Below style will not work correctly unless clear = "both" on the
   #mainContent h1, #mainContent h2, .footer class */

.imgLeft {
  float: left;
}
