/*
  blue:             #0c2d83;   rgb:  12, 45, 131
  light blue:       #9297c2;
  very light blue:  #e3e2ee;
  peach:            #fee5c2;   rgb: 254, 229, 194
  dark peach:       #f6a942;
  very light peach: #fff7ea;
  grey:             #777;

  width= inner box only (also IE 6 with strict.dtd)
  IE 5:
    width= inner box + padding + border
*/

html {
  width:  100%;
  height: 100%;
  }

body {
  width:    100%;
  height:   100%;

  margin:   0;
  border:   0;
  padding:  0;

  color:            black;
  background-color: white;

  font-family:  Arial, Helvetica, sans-serif;
  font-style:   normal;
  font-variant: normal;
  font-weight:  normal;
  font-size:    11pt;

  text-decoration: none;
  text-transform:  none;
  text-align:      left;
  line-height:     normal;
}

/*--- div id's: screen partitioning ---*/

#main {
  margin:           0;
  border-width:     0;
  padding:          0;
  }

#logo_right { display: none; }
#leftbar    { display: none; }
#logo_left  { display: none; }

/* anchor states must be in this order:  :link, :visited, :hover, :active */

a:link    { color: #0c2d83; }
a:visited { color: #336699; }
a:hover   { color: #f6a942; }
a:active  { color: #99CCFF; }

h1,h2,h3,h4,h5,h6 { color: #0c2d83; background-color: #fee5c2; font-weight: bold; }
h1 { font-size: 14pt;  font-style: normal; }
h2 { font-size: 13pt;  font-style: italic; }
h3 { font-size: 12pt;  font-style: normal; }
h4 { font-size: 12pt;  font-style: italic; }
h5 { font-size: 11pt;  font-style: normal; }
h6 { font-size: 11pt;  font-style: italic; }

pre {
  font-family:  'Lucida Console', 'Courier New', Courier, monospace;
  font-size:    10pt;
  }

img { display: none; }

input,select { font-size: 11pt; }

/*--- classes ---*/

.errormessage {
  color:        red;
  font-style:   italic;
}

.footer {
  font-size:    x-small;
  color:        #777;
  text-align:   right;
  margin:       15px 0 0 0;
  border-width: 1px 0 0 0;
  border-color: #777;
  border-style: solid;
  padding:      1px;
  }

.footer a       { color: #777;    background-color: #fee5c2; }

.button { display: none; }

/*--- menu system shown on the left bar ---*/

.menu { display: none; }
