/* CSS Document */
/**********************************************
 *  Created by Dan Peacock                    *
 *  February 24, 2005                         *
 **********************************************/

body {
    background-image: url(images/BORDER.jpg);
    background-repeat: repeat-y;
    background-color: #E4AF2F;
    padding: 0 0 0 166px;
}

/**********************
 *  Font definitions  *
 **********************/
 
.first {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26pt;
    font-style: normal;
    font-weight: bold;
}

.second {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18pt;
    font-style: normal;
}
.third {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-style: normal;
}
.fourth {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
}
.tiny {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    background-position: center;
    text-align: center;
}
.little {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-style: normal;
    font-weight: normal;
    background-position: center;
    text-align: center;
    color: red;
}

.nakedlink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-style: normal;
    background-position: center;
    text-decoration: none;
    text-align: center;
}


/*****************************************
 *  Navigation "button" list definition  *
 *****************************************/

ul#navlist {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #EBC265;
}

ul#navlist li {
  border-top: 1px solid #916B13;
  display:block;
}

ul#navlist li a {
  text-decoration: none;
  display:block;
}

ul#navlist li a:link, ul#navlist li a:visited {
  text-decoration: none;
  background-color: #EBC265;
  color: black;
  display: block;
  width: 100%
}

ul#navlist li a:hover {
  background-color: #916B13;
  color: #fff
  display: block;
  width: 100%
}


ul.bodylist {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-top: 20px;
  list-style: none;
}

ul.bodylist li.title {
  display:block;
  margin-left: 0px;
  font-weight: bold;
}

ul.bodylist li.indented {
  display: block;
  margin-left: 20px;
  margin-bottom: 10px;
}
/************************************
 * Definitions for title section of *
 * the web pages.  Attached to <div>*
 * tags in html code.               *
 ************************************/
 
#titleblock {
    left: 166px;
    padding-top: 10px;
    min-height: 250px;
}

#titleleft
{
    float: left;
    left: 166px;
    width: 175px;
    min-height: 250px;
}

#titleright
{
    float: right;
    right: 0px;
    width: 175px;
    min-height: 250px;
}

#titlecenter
{
    text-align: center;
    margin-left: 177px;
    margin-right: 177px;
    min-height: 250px;
}

#left { 
    float: left;
    left: 70px;
    width: 175px;
}
.content {
    margin-left: 245px;
    margin-right: 20px;
    min-width: 150px;
}

#arms
{
    margin-bottom: 20px;
}


.contentboxed {
    border: thin solid #CC3333;
    background-color: #FFFFFF;
    margin-left: 245px;
    margin-right: 20px;
    padding: 10px;
}


#bottom
{
    padding-top: 50px;
}

.clear {
    clear: both;
}


