<!-- This is a preliminary draft of the style sheet for the maser meeting -->
<!-- First written on 22 February 2006 -->
/* 
Use these markers to add any comments. 
*/


.oversize {font-size:200%;}
/* this is the same as span.oversize, use with <span class=oversize> </span> */

Body { 
   background-color: #ECECEC;} /* pale grey */
   
div#header {
   position: absolute;
   top: 3px; 
   left: 20px;
   padding-left: 10px;
   text-align: left;
   width: 800px;
   height: 120px;
   line-height: 180%;
   font-family: arial;}
   
DIV#banner_caption {
   display: none;}

div#hd {
   display: none;}
   
div#bg {
   display: none;}
   
DIV#navigation {
   display: none;}
   
#navigation a {display: block} /* this sets each link as a block element so it starts a new paragraph */
     
DIV#content {
   position: relative;
   margin-bottom: 30px;
   top: 80px; 
   left: 20px;
   width: 620px;
   padding-left: 10px;
   border-width: 0px;
   border-style: solid;
   border-color: green;}
   
DIV#content2 {
   position: relative;
   margin-bottom: 30px;
   page-break-before: always;
   top: 80px; 
   left: 20px;
   width: 620px;
   padding-left: 10px;
   border-width: 0px;
   border-style: solid;
   border-color: green;}
   
A.nav {
  color: white;
  font-family: "Arial"}
 
A:link {
  color: #90017;
  font-family: "Arial"}
  
A:visited {
  color: #960014;
  font-family: "Arial"}
  
A:hover {
  color: darkblue;
  font-family: "Arial"}
  
A:active {
  color: darkblue;
  font-family: "Arial"}
   
HR {
   color: #A50063;  /* color doesn't seem to work here in Firefox but OK in IE */
   height: 10;
   position: relative;
   top: -15px;
   align: left;}

h1 {
   text-align: left;
   letter-spacing: .07em; /* increases the spacing between letters */
   color: #022F55; /* dark blue, deep green is #004E4A*/
   font-style: normal;
   font-weight: 700;
   font-size: 14pt;}

h2 {
   text-align: left;
   color: blue;
   font-style: normal;
   font-size: 13pt
   font-family: "arial";}

h3 {
   position: relative;
   left: 10px;
   text-align: left;
   color: #023A67; /* blue */
   font-style: bold;}
 
 
h3.underline {
   border-bottom: solid 0.15em indianred;}
 
h4 {
   position: relative;
   left: 10px;
   text-align: left;
   color: #0561A5; /* blue */
   font-style: bold;}
 
ol {
  list-style-type: decimal;
  line-height: 160%;}
  
ul {
  line-height: 160%}
  
li {
  font-size: 9pt;}
        
p {
  position: relative;
  display: block;
  left: 10px;
  text-align: justify;
  text-indent: 0pt;
  text-indent: 0em; /* could have negative indent */
  font-style: normal;
  font-size: 9pt;
  font-family: "arial";
  font-color:#000000;
  line-height: 120%}
    
p.caption {
  position: relative;
  left: 0px;
  top: -8px;
  text-align: left;
  text-indent: 0pt;
  font: darkblue;
  font-size: 7pt;
  font-family: "arial"}
  
  
table {
  border-right: 0.2em solid indianred;
  border-left: 0.2em solid indianred;
  border-bottom: solid 0.2em #960014;
  border-top: solid 0.2em #960014; /* brownish */
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 30px;
  padding-left: 4px;
  font-size: 9pt;
  position: relative;
  left: -10px;
  width: 700px;}
  
thead {
  font-weight: bold;
  font-size: 15px;}  
  

  
  
  