img
{
   border-color: black;
}
.Logo
{
   width: 49%;
   border-left: none;
   border-right: none;
   border- top: none;
   border-bottom: outset;
}

.Name
{
   width: 49%;
   border-left: none;
   border-right: none;
   border- top: none;
   border-bottom: outset;
}

.MenuItem
{
   position: relative;
   color: Black;
   cursor: hand;
   background: none;
   font: 16pt bold;
   border: outset;
   padding: 5pt;
   width: 200px;
}

.SideBar
{
   background-color: gray;
   padding: 50px;
   height: 800pt;
   width: 204px;
}

.Calendar
{
   color:black;
   font:16pt bold;
}

.BodyStyle
{
   padding: 25px;
}