  p  { font-size: 11pt; }
  li   { font-size: 11pt; }

  p.tablebold { font-weight: bold; text-align:center }
  p.tabletext { padding: 8px 8px 8px 8px; }
	p.reference {font-size:9px}
	p.footer {font-size:10px}

  h1  { margin-top:10px; font-size:18pt }
  h2  { margin-top:30px; font-size:16pt }
  h3  { margin-top:30px; font-size:14pt }

  #content { 
              position: absolute;
              margin-top:115px; margin-left:20px; margin-right:20px; margin-bottom:20px;
              border: 2px solid #B0B0B0;
              width:680px; height: auto;
              padding: 10px 10px 10px 10px;
              background-color: white;
              background-image: url(images/bottomleftlotus.jpg);
              background-repeat:no-repeat;
              background-position: 0px bottom;
              z-index:10;
            }

  #admincontent { 
              position: absolute;
              margin-top:115px; margin-left:20px; margin-right:20px;margin-bottom:20px;
              border: 2px solid #B0B0B0;
              width: auto; height: auto;
              min-width: 680px;
              padding: 10px 10px 10px 10px;
              background-color: white;
              background-image: url(images/bottomleftlotus.jpg);
              background-repeat:no-repeat;
              background-position: 0px bottom;
              z-index:10;
            }
            
  #footer {
	position: relative;
	bottom: 0px;
					}

/* These styles are related to the menu */

#mContainer {
                        position:absolute;
                        margin-top: 92px;
                        margin-left: 22px;
                        height:22px;
                        background-color:#F0F0F0;
                        padding:1px 0 0 0;
                        z-index:25;
                    }

#mContainer li {
                        position:relative;
                        display:inline;
                        margin:0 10px 0 12px;
												font-family: Verdana, Arial, Helvetica, sans-serif; 
												font-size:10pt;
                        padding:0;
                        z-index:20;
                    }

#mContainer li a { text-decoration:none; color:#638DA1; }
#mContainer li a:hover { text-decoration:none; color:#FF9999; }
