<!-- 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;
   width: 930px;
   height: 3300px;
   } /* pale grey */
   
DIV#header {
   position: absolute;
   top: 230px; 
   left: 220px;
   width: 650px;
   height: 120px;
   line-height: 150%;
   font-family: arial;}
   
DIV#banner_caption {
   position: absolute;
   top: 230px;
   left: 260px;
   padding-left: 10px;
   font-family:arial;
   text-align: left;
   text-indent: 0pt;
   font: darkblue;
   font-size: 7pt;
   font-family: "arial"}

div#hd {
   position: absolute;
   top: 0px;
   left: 270px;}
   
div#bg {
   position: absolute;
   top: 0px;
   left: 10px;}
   
DIV#navigation {
   position: absolute;
   top: 360px;
   left: 25px;
   width: 160px;
   line-height: 190%;
   padding-right: 24px;
   padding-top: 10px;
   border-right: 1px solid #023A67;  /* width, style, color */ 
   margin-right: 15px;
   margin-top: 15px;
   font-family: arial;
   font-size: small;}
   
#navigation a {display: block} /* this sets each link as a block element so it starts a new paragraph */
     
DIV#content {
   position: relative;
   top: 325px;
   left: 220px;
   width: 650px;
   margin-bottom: 20px;
   padding-left: 10px;
   font-family:arial;
   font-size: 14px;
   border-width: 0px;
   border-style: solid;
   border-color: green;}
   
DIV#content2 {
   position: relative;
   top:310px;
   left: 220px;
   width: 650px;
   padding-left: 10px;
   font-family:arial;
   font-size: 14px;
   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: center;
   letter-spacing: .07em; /* increases the spacing between letters */
   color: #022F55; /* dark blue, deep green is #004E4A*/
   font-style: normal;
   font-weight: 700;
   font-size: 13pt;}

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;
   font-size: 13pt;}
 
 
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%}
        
p {
  position: relative;
  left: 10px;
  text-align: justify;
  text-indent: 0pt;
  text-indent: 0em; /* could have negative indent */
  font-style: normal;
  font-size: 11pt;
  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.3em #960014;
  border-top: solid 0.3em #960014; /* brownish */
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  padding-left: 4px;
  font-size: 14px;
  position: relative;
  left: 20px;}

table.noborder {
  border-right: 0em solid indianred;
  border-left: 0em solid indianred;
  border-bottom: solid 0em #960014;
  border-top: solid 0em #960014; /* brownish */
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  padding-left: 4px;
  font-size: 14px;
  position: relative;
  left: 20px;}
  
  table.registration {
  border-right: 0.1em solid indianred;
  border-left: 0.1em solid indianred;
  border-bottom: solid 0.1em #960014;
  border-top: solid 0.1em #960014; /* brownish */
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  padding-left: 4px;
  font-size: 12.5px;
  position: relative;
  left: 20px;}
  
  table.participants {
  border-right: 0.1em solid indianred;
  border-left: 0.1em solid indianred;
  border-bottom: solid 0.1em #960014;
  border-top: solid 0.1em #960014; /* brownish */
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  padding-left: 4px;
  font-size: 11.5px;
  position: relative;
  left: 20px;}
    
thead {
  font-weight: bold;
  font-size: 15px;}  
  

  
  
  
