/* CSS Document */


p.i{	text-indent: 10px;}
A:link
        {
        color: #660000;
        font-size:14px;
        font-family:Comic Sans MS;
        font-style:normal;
        font-weight:normal;
        text-decoration:none;
        cursor:default;
        font-variant:normal;
        text-transform:normal;
        }
A:active
        {
        color:#660000;
        font-size:14px;
        font-family:Comic Sans MS;
        font-style:normal;
        font-weight:normal;
        text-decoration:none;
        cursor:default;
        font-variant:normal;
        text-transform:normal;
        }
A:visited
        {
        color:#660000;
        font-size:14px;
        font-family:Comic Sans MS;
        font-style:normal;
        font-weight:normal;
        text-decoration:none;
        cursor:default;
        font-variant:normal;
        text-transform:normal;
        }
A:hover
        {
        color:#8B0000;
        font-size:14px;
        font-family:Comic Sans MS;
        font-style:none;
        text-decoration:underline;
        cursor:default;
        font-variant:normal;
        text-transform:normal;
        }
table.maintable{
border:3px solid #333300;
width:800px;
background-color:#666837;

}
table.contenttable{
border:1px solid #333300;
background-color:#333300;
width:100%;
height: 500px;

}
td.sidebar{
width:300px;
background-color:#96B584;
vertical-align:top;
}
td.content{
background-color:#FEEBCB;
vertical-align:top;
padding:5px;

}
td.menu{
background-color: #CC9966;
border: 2px solid #333300;
height:20px;
text-align:center;
}
td.masthead{
height:150px;
border: 2px solid #333300;
background-color: #fdf9ce;
}
span.sidetitle{
color: #333300;
font-weight: bold;
}
span.sidetext{
color: #373700;

}
span.date{
font-weight: bold;
font-size: 12px
}