/******************************************************************************
* Defines styles for the main site pages and menu.                            *
******************************************************************************/

a {
  color: #303C90;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #d04000;
}

body {
  background-color: white;
  color: #000000;
  font-family: Times New Roman, serif;
  font-size: 12pt;
  text-align: left;
}

blockquote {
  font-style: italic;
}

h2 {
  font-size: 140%;
  font-family: Arial, Helvetica, sans-serif;
  color: #303C90;  
  margin-top: 0px;
}

h3 {
  font-size: 120%;
  font-family: Arial, Helvetica, sans-serif;
  color: #303C90;  
}

h4 {
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  color: #303C90;  
}

input, textarea {
  background-color: #fff0d0;
  border-color: #ffd0a0 #e0b080 #e0b080 #ffd0a0;
  border-width: 1px;
  padding: 2px;
}

input:focus, textarea:focus {
  background-color: #ffffd0;
}

input.button {
  background-color: #d0a070;
  border-style: solid;
  border-color: #f0e0c0 #703000 #703000 #f0e0c0;
  border-width: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: .2em;
}

input.button:focus {
  color: #ffffd0;
}

label {
  font-weight: bold;
}

textarea {
  font-family: Arial, Helvetica, sans-serif;
  scrollbar-base-color: #d0a070;
}

td, th {
  font-size: 12pt;
}

th {
  font-weight: bold;
  text-align: left;
}

ul {
  list-style-type: square;
}

.errorMsg {
  color: #c00000;
  font-weight: bold;
}

#main {
  margin: 0px auto;
  text-align: left;
  width: 42em;
}

#titleBar {
  background-color: #ffffff;
  font-size: 120%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 2px .5em;
}

#copyright {
  font-size: 70%;
  font-weight: bold;
  text-align: right;
}

#content {
  background-color: #ffffff;
}

#contact {
  padding: 1em 0em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: right;
}

#webmaster {
  font-size: 70%;
  font-weight: bold;
  text-align: right;
}

/*---------------------------------------------------------------------------*/
/* Site menu.                                                                */
/*---------------------------------------------------------------------------*/

#menuItem {
  font-family: Arial, sans-serif, "MS Sans Serif";
  font-size: 12pt;
  font-style: italic;
  font-weight: bold;
  color: #303C90;
}

#menuItemSep {
  border-top: 1px solid #906040;
  border-bottom: 1px solid #e0b090;
  margin: 4px 2px;
}

/******************************************************************************
* Printing styles.                                                            *
******************************************************************************/

@media print {

  a {
    color: #808080 !important;
    font-weight: normal !important;
  }

  body {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 10pt !important;
  }

  body, #content {
    background-image: none !important;
  }

  body, input, textarea, #titleBar, #copyright, #content, div.menuBar {
    background-color: #ffffff !important;
    color: #000000 !important;
  }

  input, input.button, textarea, #titleBar, #copyright, #content, div.menuBar {
    border: 1px solid #000000 !important;
  }

  input.button {
    background-color: #e0e0e0 !important;
    color: #000000;
  }

  textarea {
    scrollbar-base-color: #e0e0e0 !important;
  }

  #main {
    border-width: 0px !important;
  }

  #titleBar, #content, div.menuBar {
    border-bottom-width: 0px !important;
  }

  #titleBar, #copyright {
    background-color: #c0c0c0 !important;
  }

  #validation {
	display: none !important;
  }

  div.menuBar {
    background-color: #e0e0e0 !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  div.menuBar a.menuButton, div.menuBar a.menuButtonActive {
    background-color: #e0e0e0 !important;
    border-width: 0px !important;
    color: #e0e0e0 !important;
    font-family: "MS Sans Serif", Arial, Tahoma, sans-serif !important;
    font-size: 8pt !important;
    font-style: normal !important;
    font-weight: bold !important;
    left: 0px !important;
    top: 0px !important;
  }

  div.menu {
    display: none !important;
  }

  img {
    display: none !important;
  }

  .errorMsg {
    color: #000000 !important;
  }

  #sideBar {
    background-color: #e0e0e0 !important;
    color: #000000 !important;
  }

  .sideBarHdr {
    background-color: #c0c0c0 !important;
    color: #000000 !important;
  }

  .sideBarSep {
    border-color: #000000 !important;
    color: #000000 !important;
  }