html {}

body {font-family: Arial, sans-serif;
      color: #999999;
      font-size: 14px;
      text-align: center}
      
#leftmiddlebgimage {
    position:absolute;
    top:15;
    left:0;
    margin: 0 auto;
    background-image: url(images/left_margin_repeat.gif);
    background-repeat:
    repeat-y;
    width: 400px;
    height: 100%;
    z-index: 1;}

#leftbottombgimage {
    position:absolute;
    top:0;
    left:0; 
    margin: 0 auto;
    background-image: url(images/left_margin_bottom.gif); 
    width: 400px; 
    height: 260px; 
    z-index: 2}

#lefttopbgimage {
    position:absolute; 
    top:0; 
    left:0; 
    margin: 0 auto;
    background-image: url(images/left_margin_top.gif); 
    width: 400px; 
    height: 260px; 
    z-index: 3}

#rightmiddlebgimage {
    position:absolute; 
    top:15; 
    right:0; 
    margin: 0 auto;
    background-image: url(images/right_margin_repeat.gif); 
    background-repeat: repeat-y; 
    width: 400px; 
    height: 100%;
    z-index: 1}

#rightbottombgimage {
    position:absolute; 
    top:0; 
    right:0; 
    margin: 0 auto;
    background-image: url(images/right_margin_bottom.gif); 
    width: 400px; 
    height: 260px; 
    z-index: 2;}

#righttopbgimage {
    position:absolute; 
    top:0; 
    right:0; 
    margin: 0 auto;
    background-image: url(images/right_margin_top.gif); 
    width: 400px; 
    height: 260px; 
    z-index: 3;}

#contentareadiv {
    position:relative; 
    top: -15;
    background: white; 
    z-index: 4; 
    width: 815px;
    margin: 0 auto;
    padding: 20px}

.headline {font-weight: bolder;
           color: #C80000;
           font-size: 28px}
           
.subheader {font-weight: bold;
            color: black}
           
.paragraph {font-size: 14px}

.frompastor {color: white;
             font-size: 14px}
             
#content {padding-right: 15px;
          font-size: 14px}


#footer {font-size: 12px;
         color: white;
         background-image: url('./images/footerSwoosh.gif');
         background-repeat: no-repeat}
           
#calendar {border: solid 1px black}
           
#calendar td {padding:3px;
              text-align:center;
              width:30px;
              color:black}
              
#calendar .month {background-color:black}

#calendar .month td, #calendar .month a {color:white}
           
#calendar .days {padding:3px;
                 text-align:center;
                 width:30px}

#calendar .days td {color:#C80000}
              
#calendar .active a {font-weight:bolder;
                     text-decoration:none;
                     color:#999999}
                     
#calendar .active a:hover {color:#C80000}