/* Rules&styles for FMSE */


/* Page layout */
body {  font-family: arial, helvetica, sans-serif ;
        font-size: 12pt ;
        text-decoration        : none ;
        background-color       : #ffffff;
        border: 0pt;
        margin: 0pt;
}

/* Emphasis */
em {
  font-weight: bold;
  font-style: normal;  
  color: #f50012;
 }

/* Indentation of lists -- need to set both padding and margin */
ul {
  margin-left: 0px;
  padding-left: 20px;
  margin-top: 0px;
  padding-top: 5px;
  }

li {
  margin-left: 0em;
  margin-bottom: 5pt;
  list-style-image: url("arrow.png");    
  } 

li li {
  list-style-display: circle;
  list-style-image: none;    
  }

table {
  font-size:  12pt;
  font-weight: normal;
  }

h1 {
  color: #F50012;
  font-weight: bold ;
  font-size: 16pt;
  }

h2 {
  color: #F50012;
  font-weight: bold;
  font-size: 14pt;
  }

H3, H4, H5, H6, H7 {
  font-weight: bold;
  font-size: 12pt;
  }

a:hover {
  color: #F50012;
  }

/* The header, composed of the top and the headermenue below it */
#headertop { 
  background-color: #DCDCDC;
  float: top;
  height: 80px;
  width: 100%;
 }

#headermenue { 
  background-color: #DCDCDC;
  float: top; 
  padding-left: 5%;
  width: 75%;
  height: 1.4em;  
  }

/* Elements of the menu bar */
.bar {
  font-weight: bold ;
  color: #000000;
  font-size: 12pt ;
  text-decoration: none ;
  padding-right: 50px;
  }

/* The footer */
#footer {
  width: 80%;
  background-color: #DCDCDC;
  float: bottom;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  font-size: 8pt ;
  text-align: right;
  }

/* The sidebar to the right. */
#sidebar {
  width: 18%;
  float: right;
  padding-left: 10px;
  padding-top: 3em;
  font-size: 10pt;
  }

#sidebar ul {
  list-style-type: disc;
  list-style-image: url("arrow2.png");  
  }
#sidebar li  {
  margin-bottom: 2ex;
  }

/* The main part of the page */
#main {
  margin-left: 5%;
  margin-right: 20%;
  margin-top: 15px;
  margin-bottom: 20px;
  }

blockquote#quote {  
   font-size: 8pt;
   font-style: italic;
}




