body { background-color: #000066 ;
 			font-family: Arial, Helvetica, Geneva, sans-serif;
 			color: #fff;
			padding-left: 10em;
      } 

#header {
        position: absolute;
        width: 100%;
        height: 15%;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
      }
#sidebar {
        position: absolute;
        width: 10em;
        height: auto;
        top: 200px;
        right: auto;
        bottom: 100px;
        left: 0;
        padding-bottom:75%;
       }
#main {
        font-family: Arial, Helvetica, Geneva, sans-serif;
        position: absolute;
        width: auto;
        height: auto;
        top: 200px;
        right: 0;
        bottom: 100px;
        left: 275px;
        padding-bottom:50px;
       }
#footer {
        font-family: Arial, Helvetica, Geneva, sans-serif;
        margin-top:900px;
        background-color:#000066;
        }

a:link { color: #cccc33;    }
a:visited {color: #cccc33;  }

img {border: 0}

/* Page Wraps */

#wraps {
  
  margin: 0 auto;
  width: 92%; 
  padding: 0;
  min-width: 710 px;
  vertical-align: 50%;
  }
  
                                       


h1 {  text-align: center;
      font-size: 16pt;
      color: #0066CC;
			font-family: Helvetica, Geneva, Arial, san-serif;
		}


 h2 { font-size: 12pt;
        font-family: Helvetica, Geneva, Arial, san-serif;
        color: #fff;
        align: left;
        }
        
 h3 { font-size: 16pt;
        font-family: Helvetica, Geneva, Arial, san-serif;
        color: #fff;
        text-align: center;
        font-style: italic;
        }
     



        
        
table.c{
          font: .8em/1em Arial,Geneva,sans-serif;
          width:  100%;
          width: inherit;
          }




address {
	margin-top: 1em;
	padding-top; 1em;
		}
		
		
img.right	{float: right;
          margin: 10px;
          margin-right: 0;
          padding: 5px;
          background-color: #ccc;
          border: 0px solid #ccc;
          border-bottom-color: #999;
          border-right-color: #999;}
          
          
img.left	{float: left;
           margin: 20px;
           margin-left: 0;
           padding: 5px;
           background-color: #ccc;
           border: 0px solid #ccc;
           border-bottom-color: #999;
           border-right-color: #999;}


div.figure {
            float: right;
            width: 50%;
            margin: 0.5em;
            padding: 0.5em;
            border: 0px;
            }

div.figureb  {
            float: left;
            width: 50%;
            margin: 0.5em;
            padding: 0.5em;
            border: 0px;
            }


div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
            }

