html { 
  background-color: ghostwhite;
  overflow-y: scroll;
}

body {font-size: 10pt;
      font-family: Lucida Sans; Century Gothic, Arial;
      position:relative;
      text-align: justify;}


#wrapper {
   width:900px;
   margin-left: auto ;
   margin-right: auto ;
   margin-bottom: 10px ;
   position: relative;
   background-color: whitesmoke;
   border: 1px solid;
   bordercolor: black;
   }

#logo {
   margin-top: 0px;
   margin-bottom: 2px;
   background-color: whitesmoke;
   text-align: justify;
   position: relative;
   }

#left {
    float: left;
    margin-right: 0px;
    margin-left: 0px;
    width: 180px;
    position: relative;
    background-color: whitesmoke;
    text-align: justify;
    padding: -20pt -2pt -0pt -2pt;


}

#right {
    float: right;
    width:703px;
    min-height: 630px;
    margin-top: -6px;
    position: relative;
    background-color: white;
    text-align: justify;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid;
    padding: 0pt 6pt;
}

#footer {
   clear:both;
   width:900px;
   margin-bottom: -13px;
   margin-left: auto ;
   margin-right: auto ;
   background-color: red;
   text-align: justify;
   position: relative;
   padding: 0pt 0pt;
   }

table {font-size: 10pt;
	font-family: Century Gothic, Arial;
	background-color: white;
	color: black;
	border: 0;
	text-align: left;}

td, th {
  vertical-align: top;
  text-align: left;
  padding: 3pt 6pt
}

th {font-size: 11pt;}

td.content {
  vertical-align: top;
  padding: 1em;
  margin: 0;
  border: none;
  background: white;
  color: black;
}

table.cal {border-collapse: collapse;
border: 1px solid;
margin: 0pt 4pt 0pt 4pt;
bordercolor: black;
}
 
table.cal tr:nth-child(even) {background-color: white;}

table.cal tr:nth-child(odd) {background-color: whitesmoke;}

h1, h2, h3, h4, h5, h6 {font-weight=bold;
                        font-family=Century Gothic, Arial;}

h1 {font-size: 16pt;
    color:red;
    line-height: 8pt;
    margin: 20px 0px 0px 0px;
    padding:0pt 0pt 0pt 4pt;}

h2 {font-size: 12pt;
    color:red;
    margin: 20px 0px 0px 0px;
    padding:0pt 0pt 0pt 4pt;
    line-height: 10pt;}

h3 {font-size: 10pt;
    color:black;
    padding:0pt 0pt 0pt 4pt;
    line-height: 12pt;}

h3.heading {
  background: red;
  font-size: 11pt;
  color: white;
  margin: -6px 0px 10px 0px;
  padding: 2px 0px 0px 2px;
}

h4 {font-size: 12pt;
    line-height: 12pt;}

h5, h6 {font-size: 10pt;
    line-height: 0pt;}

hr {color: red;
    background-color: red;
    height: 1px;
    border: 0}

p {
  padding:0pt 4pt 0pt 4pt;
}

p.menu {
  font-family: Lucida Sans, Century Gothic, Arial;
  margin: 0pt 0pt 10pt 0pt;
  line-height: 5pt;
  padding:0pt 0pt 0pt 4pt;
}

p.foot {text-align: center;
        color: white;
        padding: 1pt 0pt 1pt 0pt}

img.logo {padding; 0pt 0pt 0pt 0pt}

a {text-decoration: none;}

a:link {
  color: red;
}

a:visited {
  color: orangered;
}

a:hover {
  color: coral;
}

a.menu {
  color: black;
  font-weight: bold;
  font-size: 10pt;
  padding: 0px;
}

ul {
  list-style: square;
  padding-left: -2pt;
}

li {
  font-size: 10pt;
  font-style: italic;
  padding-left: 1pt;
  padding-bottom: 0pt;
  line-height: 12pt;
}
