/****************************************************************************/
/*                                                                          */
/*  Doug's "can't come up with anything specific" stylesheet                */
/*                                                                          */
/*                                                                          */
/*  High Level Styles:                                                      */
/*                                                                          */
/*    Body sets custom blue on white, Verdana, 12pt                         */
/*    Pre formatted sets darkgreen on white, Courier, 10pt                  */
/*                                                                          */
/*  Author:  Doug Greenwald                                                 */
/*  Email:   doug.greenwald@gmail.com                                       */
/*                                                                          */
/****************************************************************************/

BODY {
  background-color:  white;
  color:  teal;
  font-family:  Chalkboard, "Comic Sans MS", Verdana, fantasy;
  font-size:  14pt;
  line-height: 17pt
}

DIV.mainnavtable {
  border-style: hidden;
  border-width: 4px;
  text-align: center
}

DIV.subnavtable {
  border-style: hidden;
  border-width: 4px;
  text-align: center
}

PRE {
  color:  darkgreen;
  font-family:  Courier;
  font-size:  10pt
}

/****************************************************************************/
/*                                                                          */
/*  Anchor styles:                                                          */
/*                                                                          */
/*    Default is 14pt                                                       */
/*    Link (unvisited) is teal                                              */
/*    Visited is teal                                                       */
/*    Active is red                                                         */
/*    Address (class) is maroon, 10pt                                       */
/*                                                                          */
/****************************************************************************/

/*
A {
  font-size:  12pt
}
*/

A.address {
  color:  maroon;
  font-size:  10pt
}

A:link {
  color:  #0d4095;
  text-decoration: none
}

A:visited {
  color:  #0d4095;
  text-decoration: none
}

A:hover {
  text-decoration: underline
}

A:active {
  color:  red;
  text-decoration: none
}

/****************************************************************************/
/*                                                                          */
/*  Table Styles:                                                           */
/*                                                                          */
/*    set border-style to solid for debugging                               */
/*                                                                          */
/****************************************************************************/

TABLE {
  border-style:  hidden;
  border-width:  2px;
  border-color: navy;
  border-spacing:  5px;
  line-height: 17pt;
  vertical-align:  top
}

TD {
  border-style: hidden;
  border-color: mediumblue;
  border-width: 2px;
  font-size: 14pt;
  vertical-align: top
}

TD.HomePage {
  vertical-align:  middle
}

TD.Spacer {
  line-height: 5pt
}

TH {
  border-style: hidden;
  border-width: 2px;
  border-color: navy;
  font-size:  16pt;
  font-weight:  bold
}

/****************************************************************************/
/*                                                                          */
/*  Image styles                                                            */
/*                                                                          */
/*    Set border-style to solid to see actual image placement               */
/*                                                                          */
/****************************************************************************/

IMG {
  border-style: none;
  border-width: 2px
}

/****************************************************************************/
/*                                                                          */
/*  Seperator styles                                                        */
/*                                                                          */
/****************************************************************************/

HR {
  background: teal;
  height:  4px;
  width:  80%
}

/****************************************************************************/
/*                                                                          */
/*  Header styles.                                                          */
/*                                                                          */
/****************************************************************************/

H1 {
  font-family: Chalkboard, "Comic Sans MS", fantasy;
  font-weight: bold;
  font-size: 24pt;
  line-height: 30pt
}

H2 {
  font-family: Chalkboard, Chalkboard, "Comic Sans MS", fantasy;
  font-weight: bold;
  font-size: 18pt;
  line-height: 22pt
}

/****************************************************************************/
/*                                                                          */
/*  Paragraph styles.                                                       */
/*                                                                          */
/****************************************************************************/

P {
  text-indent:  12pt
}

P.small {
  font-size:  8pt
}

P.footer {
  align:  center;
  text-indent:  none;
  border:  double;
  border-color:  #0d4095;
  font-size:  8pt
}

P.red-bold {
  color: red;
  font-weight: bold
}

P.red {
  color: red
}

P.red-bold-on-navy {
  background:  navy;
  color: red;
  font-weight: bold
}

/****************************************************************************/
/*                                                                          */
/*  Free-range classes                                                      */
/*                                                                          */
/****************************************************************************/

.blue {
  color: #0d4095
}

.nopadding {
  padding-top: 0pt;
  padding-bottom: 0pt;
  padding-right: 0pt;
  padding-left:  0pt
}
