/* CSS Document */
body{
        font: 12px arial;
        background: #fff;
        margin: 0px;
        text-align: center;
}

h1 {
        font: 13px arial;
        font-weight: bold;
        border-bottom: 1px solid #E0D6C7;
}
h2 {
        font: 14px arial;
        font-weight: bold;
        color: #868781;
        border-bottom: 1px solid #E0D6C7;
}
h3 { 
        font: 14px arial;
        font-weight: bold;
}

blockquote {
        margin: 0 auto;
        padding-left: 5px;
        padding-top: 3px;
        padding-right: 3px;
}

li {
       margin-left: -15px;
       padding-left: 3px;
}

td{
        font: 12px arial #333;
}

#container{
        margin: 0px auto;
        width: 750px;
}

.container2{
        border: 1px solid #868781;
        border-top: 0px;
        border-bottom: 0px;
        float: left;
}

a {color:#868781; text-decoration:none;}
a:link {color:#868781; text-decoration:none;}
a:hover {color:#E0D6C6; text-decoration:underline;}

.header{
        width: 750px;
        height: 130px;
        float: left;
        text-align: left;
}

.nav{
        width: 188px;
        float: right;
        padding: 5px;
        text-align: left;
        border-left: 1px solid #868781;
}

.content{
        width: 539px;
        float: left;
        padding: 5px;
        text-align: left;
}

.posted{
        font-size: 10px;
        color: #666;
}






















/* ----------------------------- CALENDAR CONTENT ----------------------------- */
#calendar {
width: 98px;
text-align: center;
}

.calendarDayHeading {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold; 
 font-size: 11px;
 color: #fff; 
 background-color: #868781;
 text-align: center;
 vertical-align: middle;
}

.calendarToday { 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 letter-spacing: .1em;
 text-decoration: none;
 text-align: center;
 vertical-align: middle;
 color: #000;
 background-color: #E0D6C7;
}

.calendarCell {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 letter-spacing: .05em;
 text-decoration: none;
 text-align: center;
 vertical-align: middle;
 color: #666;
}

/* ----------------------------- CALENDAR LINKS----------------------------- */
.calendarCell a {
background-color: transparent;
}
 
.calendarCell a:visited {
background-color: transparent;
}

.calendarCell a:hover {
background-color: transparent;
}
