/* Effects entire Document */
body        {
                background: #ffffff url(images/parchleft.jpg) repeat-y fixed top left;
                margin: 0px; padding: 0px;
                }

/* Hide linked image borders */
a:link img, a:visited img {border-style: none}
a img {color: black} /* The only way to hide the border in NS 4.x */

/* Headers */
h1,h2,h3,h4,h5,h6 {
                margin-top: 0px; margin-bottom: 0px;
                padding-top: 0px; padding-bottom: 0px;
                }
h1          { font: italic normal normal 175% 'Old English Text MT','Monotype Corsiva','Georgia',times,serif;   }
h2          { font: italic normal normal 150% 'Monotype Corsiva',Georgia,times,serif; }
h3          { font: normal normal normal 125%   'Monotype Corsiva','Georgia',times,serif; }
h4          { font: normal normal bold 100% Verdana,sans-serif; }
h5          { font: normal normal bold 80% Verdana,sans-serif; }
h6          { font: normal normal bold 60% Verdana,sans-serif; }

/* Top Header Bar */
#header {
                background: #fff5e2 url(./images/parchback.jpg) repeat fixed top left;
                border-bottom: 2px solid #000000;
                color: #003300;
                text-align: center; vertical-align: middle;
                margin-top: 0px; margin-left: 128px; margin-right: 0px;
                padding: 6px;
                }

/* Left side Navigation Bar */
div#nav {
                font: normal normal normal 70% Verdana,sans-serif;
                text-align: center;
                width: 100px;
                top: 0px; left: 0px;
                padding-left: 10px; padding-right: 10px;
                border: none;
                /* IE 5 & 6 Work Around - Part 1*/
                position: absolute;
                /* End */
                }
                /* IE 5 & 6 Work Around - Part 2 */
                body>div#nav {position: fixed}
                /* End */

div#nav a {
                text-decoration: none;
                display: block;
                padding: 1px;
                background: #ffffff none;
                border: outset 2px #ffffff;
                /* IE 5 & 6 Work Around - Part 1*/
                color: #000000;
                /* End */
                margin-top: 1px; margin-left: 10px; margin-right: 10px; margin-bottom: 1px;
                }
                /* IE 5 & 6 Work Around - Part 2 */
                body>div#nav a { border: outset 2px #000000; }
                /* End */
div#nav a img {
                background: transparent none;
                padding-top: 5px;   padding-bottom: 5px;
                margin: 0px
                }
div#nav a:hover {
                text-decoration: none;
                padding: 1px;
                border: inset 2px #ffffff;
                background: #f5f5f5 none;
                /* IE 5 & 6 Work Around - Part 1*/
                color: #000000;
                /* End */
                }
                /* IE 5 & 6 Work Around - Part 2 */
                body>div#nav a:hover { border: inset 2px #000000; }
                /* End */

/* Main Content Box */
#content {
            background: #ffffff url('../../../images/parchmnt.jpg') repeat;
            color: #000000;
            font: normal normal normal 100% Verdana,'Monotype Corsiva','Georgia',sans-serif;
            margin-left: 130px;
            padding-top: 20px; padding-left: 20px; padding-right: 20px;
         }
#content a:link             { color: #008000; }
#content a:visited      { color: #a52a2a; }
#content a:hover            { color: #ffd700; }

img.event-title { display: block; margin-left: auto; margin-right: auto }
div.head    { font: normal normal normal 125%   'Monotype Corsiva','Georgia',times,serif; }
hr.main     { background-color: #660000; color: #660000; height: 5px; }
hr.small    { background-color: #660000; color: #660000; height: 2px; }
p.block     { text-align: justify; margin-left: 25px; }
p.main      { text-align: justify; text-indent: 25px; }
.goto           { font-size: 80%; }
.inline     { display: inline; }

/* Text (or image) alignment.  Must use with <p> or <div> command */
.left        { text-align: left; }
.right   { text-align: right; }
.center  { text-align: center; }
.justify { text-align: justify; }

/* Footer */
#footer     { font-size: 80%; text-align: center;   }

table
{
margin-left: auto;
margin-right: auto;
}
