/* Mast head is simulation of top frame */
#mastHead{ position: fixed;
           top: 0px;
           left: 215px;
           right: 0px;
           height: 100px;
           z-index: 1;
           background-color: peachpuff;
          }

/* Link Index is the simulation of left index/browsing frame */
#linkIndex{ position: fixed;
            left: 0px;
            top: 0px;
            width: 200px;
            padding: 3px;
            }

#contentsBox{ position: relative;
              margin-top: 104px;
              margin-left: 215px;
              padding: 0px 5px;
              }

/* for internet explorer */

* html body {
  padding:104px 200px 0 0; 
  }

* html #contents {
  height:100%; 
  width:100%; 
  }

h1,h2,h3
{
font-family: "comic sans ms", arial, 'sans serif'; 
text-align: center;
margin:0;
padding:0;
}

h4,h5
{
font-family: "comic sans ms", arial, 'sans serif'; 
font-size: 20px;
text-align: left;
margin:0;
padding:0;
}

h4
{
font-size: 20px;
}

h5
{
font-size: 17px;
}

body,p,table,li,address
{
font-family: "comic sans ms", arial, 'sans serif'; 
text-align: center;
margin-left: 10pt;
}

table,td
{
margin-left: auto; margin-right: auto;border-collapse: collapse;
border-color: blue blue blue blue;
border-style: solid solid solid solid;
padding: 4px 4px 4px 4px;
}

tr
{
vertical-align:top;
}

th,td
{
font-size: 100%;
}

h1,h2,h3,h4,h5,hr
{
color:blue;
}

a:link     { color:blue }
a:visited  { color:saddlebrown }
a:active   { color:red }
a:hover    { color:red }

body
{
background-color: peachpuff;
}

.thead
{
background-color: tan;
}

.monthmenu
{
background-color: white;
}

.wnyccevent
{
color: red;
font-size: 110%;
font-weight: bold;
}
.superscript { vertical-align: super; font-size: smaller }

.copyr
{
color: blue;
font-size: 80%;
font-style: italic;
}
