/* simple, plain style.  Copyright (C) Nils T Siebel 2004-2009
 * colour set used: #001f9b to #9c0f34 -> #000f4d #4d081a */

DIV
{
 margin: 16px 0em; /* vertical - horizontal */
}

DIV.content
{
/*  position: absolute;*/
/*  top: 160px;*/
  margin: 152px 32px 32px 32px;
}

DIV.headline
{
 color: #ffffff;
 font-size: 22px;
 font-weight: normal;
 position: absolute;
 top: 14px;
 left: 16px;
 right: 32px;
/*  width: auto; */
 margin: 0;
 line-height: 44px;
}

.logo
{
 color: #ffffff;
 font-size: 44px;
 font-weight: bold;
 margin: 0px 12px 0px 0px;  /* top - right - bottom - left */
}

DIV.empty
{
 margin: 0;
 line-height: 0;
}

DIV.floating_right
{
 margin: 0em 0em 12px 12px;  /* top - right - bottom - left */
 float: right;
/*  vertical-align: text-top; */
}

DIV.floating_left
{
 margin: 0em 12px 12px 0em;  /* top - right - bottom - left */
 float: left;
/*  vertical-align: text-top; */
}

DIV.centred
{
 text-align: center;
}

DIV.small
{
 font-size: 90%;
}

.normal
{
 font-family: Verdana, "Nimbus Sans L", "Bitstream Vera Sans", sans-serif;
 font-style: normal;
 text-decoration: none;
 font-size: 11pt; 
}

DIV.indented
{
 margin: 0em 2em; /* vertical - horizontal */
}

DIV.toc_indent
{
 margin: 0em 2em; /* vertical - horizontal */
}

DIV.figure
{
 margin: 3em 0em; /* vertical - horizontal */
 text-align: center;
 vertical-align: middle;
 clear: both; /* break free from floating images etc from previous DIVs */
}

DIV.figure IMG
{
 vertical-align: middle;
}

DIV.clear
{
 clear: both; /* break free from floating images etc from previous DIVs */
}

IMG
{
 border-style: none; /* no border on normal images */
}

IMG.bordered
{
 border-style: solid;
 border-width: 1px;
 border-color: #a0a0a0;
}

A:link { color: #1020ff; }
A:visited { color: #330099; }
A:active { color: #0033cc; }
A:hover { color: #0b00ff; background: #ffffaa; }

H1, H2, H3
{
 clear: both; /* break free from floating images etc from previous sections */
 text-align: left;
 color: #000f4d;
}

EM
{
 font-style: oblique;
 color: #000f4d;
}

H1
{
 font-size: 150%;
 margin: 0em 0em 16px 0em;  /* top - right - bottom - left */
}

H2
{
 font-size: 135%;
 margin: 16px 0em 8px 0em;  /* top - right - bottom - left */
}

H3
{
 font-size: 120%;
 margin: 24px 0em 8px 0em;  /* top - right - bottom - left */
}

HR
{
 height: 2px;
 width: 100%;
 margin: 32px auto;   /* a lot of vertical space around it */
 text-align: center; /* this will align it in IE */
 clear: left;

 /* the following is a replacement for NOSHADE */
 color: #9c0f34;
 background-color: #9c0f34;
 border-style: none;
 overflow: hidden;  /* this is a fix for IE */
}


TABLE
{
 border-style: none;
 border-spacing: 0;
}

TR,TD
{
 border-style: none;
 border-spacing: 0;
 padding: 12px;
 background-color: transparent;
 vertical-align: top;
}

TABLE.narrow TR,TD
{
 border-style: none;
 border-spacing: 0;
 padding: 12px 4px;
 background-color: transparent;
}

TABLE.menu
{
/*  zoom: 1;  IE: haslayout */
  position: absolute;
/*   top: 66px; */
  top: 80px;
  height: 30px;
  left: 10px;
  right: 32px;
  width: auto;  /* NB: This may cause problems with IE */
  margin: 0px;
  border-style: none;
  border-spacing: 0;
}
TABLE.menu TD
{
  color: white;
  border-left: none;
/*  border-right: 1px solid white; */
/*  border-top: 1px solid white; */
  border-bottom: none;
/*  border-collapse: collapse;  */
  height: 0px;
  padding: 8px;
  vertical-align: middle;
/*  text-align: center; */
}

TABLE.menu TR
{
  color: #ffffff;
  height: 0px;
  font-size: 11px;
  font-weight: bold;
  border-style: none;
}
/* IE6: There must be a blank between the selector and the declaration block (IE 6 pseudo elements bug) */
TABLE.menu A , TABLE.menu A:link
{
 /* IE6 needs the !important here to circumvent a bug--this works, although !important in IE6 is itself buggy */
  color: #ffffff !important;
  line-height: 14px;
  height: 14px;
  font-size: 11px;
  font-weight: bold;
}
TABLE.menu A:hover
{
  color: #ffffff;
  background: #000f4d;
  height: 0px;
/*  font-size: 13px; */
  font-weight: bold;
}
TABLE.menu A.this_page
{
 /* IE6 needs the !important here to circumvent a bug--this works, although !important in IE6 is itself buggy */
 color: #9c0f34 !important;
 text-decoration: none;
}  
TABLE.menu A.this_page:hover
{
  color: #ffffff !important;
  background: #000f4d;
}


body
{
 text-align: justify;
 font-family: Verdana, "Nimbus Sans L", "Bitstream Vera Sans", sans-serif;
 font-style: normal;
 text-decoration: none;
 font-size: 11pt; 
 margin: 0px;

 color: black;
 background: white; 
 
 background-image: url(hycas-top_logo.jpg);
 background-position: top left;
 background-attachment: scroll;
 background-repeat: no-repeat;
}
