body {
    font-size: 16px;
    font-family: "palatino linotype", "times new roman", sans-serif;
    line-height: 20px;
    background: #009999;
    color: #000000;
    }

a:link {
    color: #0033FF;
    text-decoration: none;
    }

a:visited {
    color:#9900FF;
    text-decoration: none;
    }

a:hover {
    color: #993366;
    text-decoration: underline;
    }

#page {
    margin: 0 auto;
    width: 840px
    }


#header {
    background-color: #006666;
    display: block;
    margin: 5px 0;
    padding: 5px;
    width: 810px;
    clear: both;
    border: solid 1px #000000;
}

#nav, #nav ul {  /*Unordered list that makes up the menu*/

    float: left;
    width: 816px;
    list-style: none;
    line-height: 1;
    background: #00FFCC;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 12px;
    padding: 2px;
    border: solid 1px #000000;
    margin: 0 0 5px 0;
}

#nav a {        /*Parameters for all menu display blocks*/
    display: block;
    width: 88px;          /* width of text box in main menu */
    color: #000000;
    text-decoration: none;
    text-align: center;
    padding: 2px 0px;

}

#nav li {         /* First level menu blocks */
    float: left;
    padding: 1px 1px 1px 1px;
    width: 90px;
    border-right:1px solid #000000;
}

#nav li ul {        /*second level menu block hidden */
    position: absolute;
    left: -999px;
    height: auto;
    width: 182px;
    font-size: 12px;
    font-weight: normal;
    border-width: 1px;
    margin: 0;
}

#nav li li {         /* Second level menu blocks */
    padding-right: 11px;
    width: 170px;
    border-right: none;
}

#nav li ul a {
    width: 158px;     /* Second level menu blocks; width of text box */
    padding-left: 10px;
    text-align: left;
}

#nav li ul ul {
    margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
    left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
    left: auto;
}

#nav li:hover, #nav li.sfhover {
    /*font-family: "Palatino Linotype", "Times New Roman", serif;*/
    background: #99FFCC;
    /*background: url(rarrowbl.jpg)  5px no-repeat;*/
}

.txt {
    text-align: center;
}


#column1, #column2, #column3, #column4, #column5, #column6{
    margin-right: 5px;
    float: left;
    margin-bottom: 5px;
    }

#column1 {
    background: #00FFCC;
    width: 200px;
    border: solid 1px #000000;
    }

#column2 {
    background: #00FFCC;
    width: 200px;
    border: solid 1px #000000;
    }

#column3 {
    background: #00FFCC;
    width: 200px;
    border: solid 1px #000000;
    }

#column4 {
    background: #00FFCC;
    width: 200px;
    border: solid 1px #000000;
    }

#column5 {                      /* This is column two for pages with only 2 columns */
    background: #00FFCC;
    width: 593px;
    padding: 10px;
    border: solid 1px #000000;
    }

#column6 {                     /* This is column two for pages with only 3 columns */
    background: #00FFCC;
    width: 406px;
    border: solid 1px #000000;
}


#footer {
    background: #006666;
    display: block;
    margin: 5px 0;
    padding: 5px;
    width: 810px;
    clear: both;
    border: solid 1px #000000;
    }

#footer a {
    float: left;
    padding-top: 4px;
    padding-left: 10px;
}


hr.ft {                /* Horizontal rule */
    width: 20%;
    color: #808080;
    height: 1px;
    text-align: left;/*this will align it for IE*/
    margin: 10px auto -20px 0; /*this will align it left for Mozilla*/
}

hr.ctr {              /* Centered horizontal rule */
    width: 70%;
    color: #BBBBBB;
    height: 1px;
    text-align: center;

}
    
.super {
    font-size: 10px;
    font-family: arial;
    }

.sub {
    font-size: 10px;
    font-family: arial;
    }

.quote {
    line-height: 20px;
    font-family: verdana, tahoma, arial;
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
    }

#defs {                 /* Location of the word "Definitions" */
    position: relative;         /* relative */
    top: 0px;
    left: 30px;
    z-index: 100;
    font: 16px "palatino linotype", "times new roman", sans-serif;
    color: #000000;
    text-decoration: none;
    text-align: left;
    }

#defs a:hover {
    color: #993366;
    background: #00FFCC;
    text-decoration: underline;
   }

#defs a {
    text-decoration: none;
    }

#defs a span {              /* CSS to hide and appear the Definitions element */
    display: none;
    }

/* Location of the words within the span element */

#defs a:hover span {
    display: block;
    position: absolute;
    top: -400px;
    left: -345px;
    width: 300px;
    padding: 5px;
    margin: 10px;
    z-index: 100;
    color: #FFFFFF;        /* FF9900 */
    background: #006666;
    border: solid 1px #FF9900;
    font: 13px "palatino linotype", "times new roman", serif;
    text-align: center;
    text-decoration: none;
    }


#footnote {                     /* Footnote with indents */
    font-size: 10px;
    font-family: verdana, tahoma, arial;
    line-height: 12px;
    color: #808080;
    text-indent: -11px;
    margin-left: 9px;
    }

p   {
    padding: 8px 20px 8px 20px;

    }


p.right {
    padding: 10px;
    font-family: Verdana;
    font-size: smaller;
    text-align: right;
}

p.ctr {
    padding: 10px;
    text-align: center;
}

#singlep p {
                       /* single space paragraphs */
    font-size: 12px;
    margin-bottom: -8px;
    margin-top: -8px;
}

.single {
    margin-top: -16px;
    margin-bottom: -16px;
}


h1 {
    font-size: 16px;
    color: #000000;
    margin-left: 20px;
    }

h2 {
    font-size: 20px;
    font-style: italic;
    color: #003333;
    padding: 5px;
    line-height: 25px;
    text-align: center;
    }

h3 {
    position: relative;
    text-align: right;
    margin-right: 10px;
    top: 0px;
    font-size: 12px;
    font-weight: normal;
    color: #FF9900;
    padding: 0px;
    }

h4{
    font-size: 10px;
    font-weight: normal;
    color: #808080;
    text-indent: 20px;
}

h5{
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-indent: 20px;
}
h6{
    font-size: 16px;
    color: #006633;
    margin-left: 20px
}

.h7{
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin-left: 20px
}

ol.list {
    list-style-type: decimal;
}


.lifmt {                         /* list padding */
    padding: 10px 20px 20px 5px;
}

.imgc1 {                    /* Fill column 1 image frame with image */
   float: none;
   font-family: verdana, tahoma, arial;
   font-size: 10px;
   color: #000000;
   line-height: 11px;
   text-align: center;
}

.imgfrt {
   float: right;
   margin-left: 15px;
   margin-bottom: 15px;
   margin-top: 15px;
   font-family: verdana, tahoma, arial;
   font-size: 10px;
   color: #000000;
   padding: 5px;
   line-height: 16px;
   text-align: left;
 }


.imgflt {
   float: left;
   margin-right: 15px;
   margin-bottom: 15px;
   margin-top: 25px;
   font-family: verdana, tahoma, arial;
   font-size: 10px;
   color: #000000;
   padding: 5px;
   line-height: 16px;
   text-align: left;
}

.dropcap {
    float:left;
    color:#ff9900;
    font-size:65px;
    line-height:40px;
    padding-top: 5px;
    padding-right: 3px;
    padding-bottom: 5px;
}

.frame {
    border: solid 1px #000000;
}




/* Guestbook CSS only */



fieldset  {
    float: left;
    margin-left: 121px;
	font: 12px "Helvetica Neue", helvetica, arial, sans-serif;
	color: #666;
    background-color: #00ffcc;
	padding: 2px;
	border: solid 1px #006666;
	width: 350px;
	}

legend  {
    font: 12px "palatino linotype", "times new roman", sans-serif;
	color: #ff9900;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #006666;
	padding: 2px 6px;
	margin-bottom: 8px;
	}

label   {
	font-weight: bold;
	line-height: normal;
	text-align: right;
	margin-right: 10px;
	position: relative;
	display: block;
	float: left;
	width: 125px;
	}

label.fieldLabel	{
	display: inline;
	float: none;
	}

input.formInputText   {
	font-size: 12px;
	color: #666;
	padding: 2px;
	border: solid 1px #006666;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 15px;
    background-color: #FFFF99;
	}

input.formInputText:hover {
	background-color: #FFFFFF;
	border: solid 1px #006666;
	color: #000;
	}

input.formInputText:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006666;
	}

textarea.formTextArea {
    float: left;
    margin-left: 15px;
    padding: 10px;
    font: 12px "Helvetica Neue", helvetica, arial, sans-serif;
    background-color: #FFFF99;
    margin-bottom: 10px;
    width: 300px;
    height: 100px;
    border: solid 1px #006666;
}

input.formInputButtonc   {
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #300;
	background: #FFFF99;
	padding: 1px;
    margin-left: 5px;
	border: solid 1px #006666;
	cursor: pointer;
    float: right;
    margin-right: 13px;
	}

input.formInputButtons   {
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #300;
	background: #FFFF99;
	padding: 1px;
	border: solid 1px #006666;
	cursor: pointer;
	float: right;
    margin-right: 10px;
	}

input.formInputButtonc:hover   {
    background: #ff9900;
	}

input.formInputButtonc:active   {
	background: #FFFF99;
	}

input.formInputButtons:hover   {
	background: #ff9900;
	}

input.formInputButtons:active   {
	background: #FFFF99;
	}