body, p {
margin: 10px 0px 0px 0px;
padding:0px;
background-color:#ffffff;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: Black;
font-size: 11px;
}

/* NOT USED */
.titleleftimage {
position: absolute;
background-color: rgb(202, 224, 186);
height: 125px;
width: 100%;

}

/* NOT USED */
.titlerightimage {
position: absolute;
right: 5px;
vertical-align: right;
background-color: #ffff00;
height: 125px;
}

.title {
position: absolute;
top: -0px;
background-color: rgb(202, 224, 186);
width: 100%;
height: 135px;
overflow: auto;
}

.content {
position: absolute;
top: 135px;
margin-left: 215px;
margin-right: 0px;
padding: 5px;
width: 700px;
}

.leftcontent {
position: absolute;
top: 135px;
margin-left: 220px;
padding: 5px;
width: 375px;
}

.rightcontent {
position: absolute;
margin-top: 135px;
margin-left: 630px;
padding: 5px;
width: 355px;
}


.leftmenu
{
position: absolute;
background-color: rgb(50,84,77);
color: black;
padding: 5px;
margin-top: 125px;
width: 200px;
height: 100%;
border-color: #000000;
border-width: 0;
overflow: auto;
}

.leftinnermenu
{
position: absolute;
background-color: rgb(202,224,186);
color: black;
padding: 5px;
width: 185px;
border-color: #000000;
border-width: 2;
}

.mainH1 {color: "#000000"; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 34pt; font-weight: bold; text-align: center; }
.mainH2 {color: "#000000"; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 28pt; font-weight: bold; }
.mainH3 {color: "#000000"; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13pt; font-weight: bold; }
/* Use this class for any regular text displayed in the left border */
.borderP  {color: "#000000";  background-color: rgb(202, 224, 186); border-color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold;}
/* Use this class for any text displayed in the content area of the page */
.contentPBold {color: "#000000"; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold}
.contentP  {color: "#000000"; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; }

a{color: "#000000"; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold;}

.calendarTABLE {
   border-style: groove;
   border-color: rgb(50,84,77);
   border-width: 1px;
}

.calendarTH {
   border-style: groove;
   border-color: rgb(50,84,77);
   border-width: 1px;
   width: 125px;
   font-size : 10pt;
   color: rgb(50,84,77);
   vertical-align: top;
   }

.calendarTD {
   border-style : groove;
   border-color: rgb(50,84,77);
   border-width: 1px;
   width : 125px;
   height : 60px;
   font-size : 12pt;
   color: rgb(50,84,77);
   vertical-align: top;
   }

