div#FullPage 
{ 
  position: relative; 
  margin-left:auto; 
  margin-right:auto; 
  top: 0px; 
  width:900px; 
  table-layout:auto; 
}
div#Header
{ 
  left:0px; 
  width:900px; 
  height:95px; /*this value must match column top */
  top: 0px; 
  position: absolute; 
}
div#columns 
{ 
  width: 900px; 
  position: relative; 
  top: 95px; /*this value must match Header height */
}
div#LeftSide
{ 
  position:absolute; 
  left:0px; 
  width:10px; 
  top: 0px;
}
div#MiddleContent
{ 
  width: 650px; 
  position: static; 
  margin-top: 1px; 
  margin-left: 10px; 
}
div#RightSide
{ 
  position:absolute; 
  width:200px; 
  left: 700px; 
  top: 0px; 
}
div#Footer 
{ 
  width: 900px; 
  clear: both; 
  position: relative; 
  margin-top: 100px; 
  text-align: center;
}

/* */
.TableYear
{
  width: 650px;
  visibility:visible;
  table-layout:auto;
}

.TableMonth
{
  border-collapse: collapse;
  width: 650px;
  margin:0;
}

.TitleMonth
{
  font-weight: bold;
  font-size: large;
  font-family: Tahoma;
  border: gray double;
  text-align: center;
  width: 650px;
  background-color: Red; 
}
.TitleDays
{
  border: black thin solid;
  font-weight: bold;
  font-size: medium;
  font-family: Tahoma;
  text-align: center;
  height: 35;
  width: 92px;
  /*width: 14%; */
}
.CalendarDays
{
  border-right: gray thin solid;
  border-top: gray thin solid;
  border-left: gray thin solid;
  border-bottom: gray thin solid;
  height: 80px;
  width: 92px;
  /*width: 14%; */
  font-family:Verdana;
  font-size:xx-small;
  font-weight: bold;
  text-align: left;
  color: Red; /* color for numbers of the days */
}
.CalendarDaysText
{
  font-family:Verdana;
  font-weight:bold;
  font-style:normal;
  overflow:visible;
  display:inline;
  white-space: nowrap;
  color: Black; /* color of text in calendar day */
}
.MonthNav
{
  font-family:Verdana;
  font-weight:bold;
  font-style:normal;
  color: Black; /* color of | */
}
.IndexBody
{
  font-size: medium;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.nav
{
  border-top-width: thin;
  font-weight: bold;
  border-left-width: thin;
  font-size: 14px;
  border-left-color: #999999;
  padding-bottom: 5px;
  color: black;
  border-top-color: #999999;
  border-bottom: red thin groove;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  border-right-width: thin;
  border-right-color: #999999;
  list-style-type: none;
}
.navUl
{
  list-style-type: none;
  position: relative;
  margin: 0px;
}
.navUlSubMenu
{
  list-style-type: disc;
  position: relative;
}
A.regular:link 
{
  COLOR: red; TEXT-DECORATION: none
}
A.regular:visited 
{
  COLOR: red; TEXT-DECORATION: none
}
A.regular:hover 
{
  COLOR: red; TEXT-DECORATION: underline
}
A.regular:active 
{
  COLOR: red; TEXT-DECORATION: none
}
A.regular
{
  font-size: 14px;
  color: red;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
A.CalendarLinkText:link 
{
  font-family:Verdana;
  font-weight:bold;
  font-style:normal;
  overflow:visible;
  display:inline;
    white-space: nowrap;
    color: Black; /* color of text in calendar day */
}
A.CalendarLinkText:visited 
{
  font-family:Verdana;
  font-weight:bold;
  font-style:normal;
  overflow:visible;
  display:inline;
    white-space: nowrap;
    color: Black; /* color of text in calendar day */
}
A.CalendarLinkText:hover 
{
  font-family:Verdana;
  font-weight:bold;
  font-style:normal;
  overflow:visible;
  display:inline;
    white-space: nowrap;
    color: Black; /* color of text in calendar day */
  TEXT-DECORATION: underline
}
A.CalendarLinkText:active 
{
  font-family:Verdana;
  font-weight:bold;
  font-style:normal;
  overflow:visible;
  display:inline;
    white-space: nowrap;
    color: Black; /* color of text in calendar day */
}
A.CalendarLinkText
{
  font-family:Verdana;
  font-weight:bold;
  font-style:normal;
  overflow:visible;
  display:inline;
  white-space: nowrap;
  color: Black; /* color of text in calendar day */
}
/*
A:link 
{
  COLOR: red; TEXT-DECORATION: none
}
A:visited 
{
  COLOR: red; TEXT-DECORATION: none
}
A:hover 
{
  COLOR: red; TEXT-DECORATION: underline
}
A:active 
{
  COLOR: red; TEXT-DECORATION: none
}
A
{
  font-size: 14px;
  color: red;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
*/