body {
  background-color: white;
  color: black;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

/* Tags to format and add style to the banner */
div.mastHead {
  padding: 35px;
}

div.mastHead span.logoText {
  font-family: mariah, serif;
  font-size: 24pt;
  font-style: italic;
  vertical-align: bottom;
}

div.mastHead img.smiley {
  width: 118px;
  height: 99px;
  border: 0px;
  position: absolute;
  top: 0px;
  right: 10px;
}

/* Side navigation. */
div.sideNav {
  width: 150px;
  margin: 10px 5px 5px 5px;
  font-family: serif;
  float: left;
}

div.sideNav form.login {
  margin: 0px;
  padding: 5px;
  background-color: #E0E0E0;
  color: black;
}

div.divider {
  background-color: #6373B5;
  color: white;
  padding: 5px;
}

div.divider form {
  margin: 0px;
  padding: 0px;
}

/* Tags to add formatting and style to the navigation bar */
div.sideNav span.navHeader {
  background-color: #C5C5C5;/*#F0CC00;*//*#184A18;*/ /*#103910;#C5C5C5;*/
  color: black;
  display: block;
  font-family: arial, verdana, sans-serif;
  text-align: center;
}

div.sideNav ul {
  list-style: none;	/* Remove bullet types. */ 
  margin: 0px; 
  padding: 0px;
}

div.sideNav ul li {
  border-bottom: 1px solid silver;
  margin: 0px;
}

div.sideNav ul li a {
  display: block; /* Apply effect to whole list element rather than text. */
  padding: 5px 5px 5px 0.5em;
  border-left: 12px solid #5363A5;
  border-right: 6px solid #5363A5; 
  background-color: #6373B5;
  color: #FFFFFF;
  text-decoration: none;
}

div.sideNav ul li a:hover {
  background-color: #5363A5;
  color: white;
}

div#content {
  margin: 10px 0px 5px 180px;
  font-family: "timesnewroman", times, serif;
  border-top: 2px solid #D0D0D0;
  border-left: 2px solid #D0D0D0;
  border-bottom: 2px solid #D0D0D0;
  min-height: 350px;
}

div#content img.picture {
  margin: 5px 0px 0px 10px;
  width: 450px;
  height: 255px;
  border: 1px solid black;
}

/* Format a footer section */
div.footer {
  text-align: center;
  background-color: #E0E0E0;
  color: black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-top: 20px;
}

span.date {
  font-weight: bold;
  font-family: arial, sans-serif;
}

span.greeting {
  font-weight: bold;
  font-size: 14pt;
  font-family: arial, helvetica, verdana, sans-serif;
}

span.questionHeader {
  font-weight: bold;
  font-size: 12pt;
}

span.contactHeader {
  font-weight: bold;
  font-size: 14pt;
  font-family: arial, helvetica, verdana, sans-serif;
  background-color: white;
  color: #6373B5;
}

span.subtitles {
  background-color: white; 
  text-align: left; 
  color: black;
  font: 14pt arial, verdana, sans-serif;
}

/* General tags used in the about us webpage */
img.aboutusright { 
  float: right;
  width: 400px;
  height: 320px;
  border: 0px;
}

img.aboutusleft {
  float: left;
  width: 400px;
  height: 320px;
  border: 0px;
}

div.popup {
    display: none;
	border: thin solid;
	background: #F0E68C;
	z-index: 1;
	padding: 3px 3px 3px 3px;
	width: 40%;
}

.bold {
  font-weight: bold;
}


a:visited.login {
  color: #6373B5;
}

a:link.login {
  color: #6373B5;
}

a:active.login {
  color: #5363A5;
}

a:hover.login {
  color: #5363A5;
}

