body,html{
/*scrollbar-base-color: #B5BEC6;*/
background-color: white;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
/*Horizontal Menu Bar; must follow body and come before a: styles*/
div.navbar a:link {color: white; text-decoration: none;}
div.navbar a:visited {color: white; text-decoration: none;}
div.navbar a:hover {color: white; text-decoration: none; background-color: dimgray;}
div.navbar{
text-align: left;
}
.dimnav {
color: silver;
}
/*These are "standard" hyperlink colors; don't change without good reason.*/
a:link{
color: blue;
}
a:hover{
text-decoration: none;
color: red;
}
a:visited{
color: purple;
}
.dropcap:first-letter { 
font-size: 450%;
color: dimgray;
font-style: italic;
font-weight: bold;
padding-right: 8px;
float: left;
}
.upper { 
text-transform: uppercase;
font-weight: bold;
}
hr {
color: black;
clear: both;
height: 1px;
}
/*Horizontal Title and Menu or 2nd Title Bars*/
.topbanner{
background-color: #9AA6A9;
color: white;
font-size: 9pt;
font-weight: 600;
text-align: center;
padding-top: 3px;
padding-bottom: 5px;
}
/*Logo Panel between Title and Menu Bars*/
.logopanel{
color: white;
background-color: black;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: x-small;
font-weight: 500;
/*background-image: url(sugarhillbanner.gif);*/
}
/*Testimonial or Comment Box at top of Content Panel*/
td.testimonial {
background-color: #F3E8B1;
color: black;
padding-top:5px;
padding-left: 15px;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 8pt;
}
/*Three styles for page copy, smallcopy is used for most*/
.copy{
color: black;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: medium;
font-weight: 500;
}
.smallcopy{
font-family: Verdana, Arial, Helvetica, Sans-Serif;
color: black;
font-size: small;
font-weight: 500;
}
.bigcopy{
color: black;
font-size: large;
font-weight: 600;
}
.caption{
font-size: xx-small;
}
/*Left-hand Menu Panel*/
td.menu{
color: black;
font-size: 9pt;
font-weight: bold;
text-align: center;
padding-top: 15px;
padding-left: 10px;
padding-right: 5px;
background-color: white;
border-right: thin solid #B3BDC4;
}
/*Navigation within Menu Panel*/
div.menu a:link {color: #8A9768; text-decoration: none;}
div.menu a:visited {color: #8A9768; text-decoration: none;}
div.menu a:hover {color: #FFFFFF; text-decoration: none; background-color: #9AA6A9;}
.menuheader{
color: dimgray;
/*background-color: #DFCF7C;*/
}
/*Small font used in Menu Panel*/
.smallmenu{
color: black;
font-size: 7pt;
font-weight: 400;
}
/*Content Panel Header, e.g. FAQs, Bookshelf, Weblinks*/
.header{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 15pt;
font-weight: bold;
}
/*Used in forms to mark required fields*/
.reqd{
color: red;
}
/*Used to format Email this Page form*/
.pagemailer {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
color: #6060E1;
font-weight: bold;
font-size: xx-small;
font-style: normal;
background-color: #EBEBEB;
vertical-align: top;
border-width: thin;
border-style:outset;
}
/*Page footer containing Webshop link, creation date*/
.footer{
color: gray;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: xx-small;
}
