/* The following tags are common to all pages on this web site */

/* Make all body text black 14-point text, calligraph421 bt font and white background */

/*
body {color: black;
font-size: 14pt;
font-family: "alleycat icg", "Calligraph421 BT";text-align: left;background-color: white;font-weight: 900;}
*/

/* body display */

body {color: black;
font-size: 14pt;
font-family: "alleycat icg", "Calligraph421 BT";text-align: left;background-color: white;font-weight: 900;}
/* create the full screen */

#content {width: 850px;
position: relative;
margin-left: 10pt;}

/* Left column definition */

#leftframe{
position: absolute;
top: 0;
left: 0;
width: 210px; 
height: 650px;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/border: 2px maroon solid;color: white;background: #003300;}

/* Main body definition */

#mainbody{
position: absolute;
top: 0px;
left: 210px;height: 650px;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: white;width: 750px;border: 2px purple solid;}

/* create the chapter christmas logo */

#top {margin-top: 20pt;text-align: center;width: 95%;margin-left: 1em;margin-right: 5em;}
/* ul for Chaplin Ponderings */

ul.ponder {font-weight: bolder;text-align: center;}/* li */

li.ponder {display: list-item;list-style-type: none;}

/* Tag for text inside the Christmas Carol */ 

.gentext {
font-weight: 600;font-size: 11pt;text-transform: capitalize;margin-left: 10px;margin-right: 10px;}

/* Tag for normal pages */ 
.normal-text {font-weight: 600;text-transform: none;font-size: 12pt;font-family: Times, "Times New Roman", serif;padding-left: 3.5em;padding-right: 1.5em;}
/* Return Tag coding */

.return {
text-align: center;
font-size: 11pt;
font-weight: bold;color: black;font-family: Times, "Times New Roman", serif;}

/* Tag for the quarterly minutes on Meeting */ 

.salutation {
font-weight: 600;font-size: 16pt;text-transform: capitalize;text-align: center;}
/* Tag used in copywrite & date created coding */

.copywrite {
font-size: 10pt;
font-weight: bold;
text-align: center;font-family: Times, "Times New Roman", serif;}

/* tag for photos */.photos {text-align: center;}
/* title */

#title {
font-weight: 700;
font-size: 10pt;
text-align: left;margin-left: 5px;margin-top: 20px;}
/* header */

h1 {
font-weight: 700;
font-size: 18pt;
text-align: center;margin-left: 2em;}
/* title */

h2 {
font-weight: 700;
font-size: 8pt;
text-align: center;margin-right: 5px;}

/* tag for html data */.page-display {text-align: center;}

/* display page links */

.home-page {font-weight: bold;color: black;width: 2cm;font-size: 9pt;vertical-align: super;}
/* tag for disclaimers */.disclaimer {font-size: 13px;font-weight: 600;font-family: Times, "Times New Roman", serif;text-align: center;}/* link definitions */

a:link {color: white;}

a:visited {color: orange;}

a:active {color: green;}

a:hover {color: yellow;}

