/* ccstyle.css */
/* Copyright (c) 2005, 2006 Constance Sprague. All rights reserved. */

  body { margin: 0;
    padding: 0;
    margin-left: 80px;
    margin-right: 80px;
    font-family:Georgia,"Bitstream Vera Serif","Times New Roman",serif;
    }

  div#container { border-style: solid;
    /* border-width: medium; */
    /* border-top: 0; */
    /* margin-left: 15%; */
    margin-right: 230px;
    border: 0;
    }

  div#header { 
    padding-top: 10px;
    padding-bottom: 10px;
    /* padding-left: 1em; */
    background-color: #D3D3D3;
    color: darkblue;
    /* border-style: none; */
    /* border: 0; */
    border-style: solid;
    border-color: darkblue;
    /* border-bottom-width: 3px; */
    border-width: 3px;
    border-top-width: 2px;
    }

  div#content {border-style: none;
    color: black;
    background-color: white;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 1.5em;
    }

  div#footer {text-align: center;
    font-size: small;
    padding: 1em;
    }

  h2 {border-style: none;
    padding: 0;
	margin: 0;
    font-family: Geneva, Helvetica, Arial, sans-serif;
    font-size: small;
	font-weight: lighter;
    }

  h1 {border-style: none;
    padding: 0;
	margin: 0;
    padding-top: 1em;
    font-style: normal;
    font-size: x-large;
    font-weight: bold;
  }

  .pagetitle {
    /* font-style: italic; */
    /* font-weight: bold; */
    font-size: 60px;
    /* letter-spacing: 5px; */
    /* text-align: center; */
    line-height: 1.2em;
    margin-left:12px;
    margin-bottom:12px;
  }

  .subtitle {font-size: large;
    text-align: center;
    padding: 0;
    padding-bottom: 5px;
    line-height: 1em;
  }

  div#nav { position: absolute;
    right: 110px;
    top: 210px;
    width: 220px;
    /* margin-right: 30px; */
    color: rgb(160, 160, 160);
    /* font-family: Ariel, Helvetica, sans-serif; */
    font-weight: normal;
    font-size: small;
    text-align: center;
    clear: both;
/*    
    border: 0;
    border-style: solid;
    border-top-width: 2px;
    border-color: gray;
*/
    }

  #nav ul { list-style-type: none; }
  #nav li { padding-bottom: 1em; }

  #nav a { color: black; }
  #nav a:link, #nav a:visited, #nav a:active { text-decoration: none; }
  #nav a:hover {color: blue;}

  #links-ul li { padding-bottom: 20px; }

  div#nav2 {
    position: absolute;
    top: 150px;
    right: 100px;
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    /* padding-right: 20px; */
    /* padding-left: 1em; */
    text-align: center;
    /* font-family: Ariel, Helvetica, sans-serif; */
    /* font-weight: bold; */
    /* background-color: lightblue; */
    border-style: solid;
    border-color: lightblue;
    border-width: 1px;
  }

  #nav2 a { color: black; padding-left: 1em; padding-right: 1em; }
  #nav2 a:link, #nav2 a:visited, #nav2 a:active { text-decoration: none; }
/*  #nav2 a:hover {font-weight: bold;} */
  #nav2 a:hover {color: blue;}

  div#nav3 {border-style: none;
    position: absolute;
    top: 75px;
    right: 0;
    minimum-width: 13%;
    width: 13%;
    padding-top: 10px;
    padding-right: 1em;
    padding-left: 1em;
    text-align: center;
    font-family: Ariel, Helvetica, sans-serif;
    font-weight: normal;
    font-size: small;
  }

  #nav3 a { color: black; }
  #nav3 a:link, #nav3 a:visited, #nav3 a:active { text-decoration: none; }
/*  #nav3 a:hover {font-weight: bold;} */
  #nav3 a:hover {color: blue;}

