/***********************************************
** File:      %M%  version %I%
** Author:    nat
** Modified:  %G%
** Copyright: I-Next Ltd
***********************************************/
/* ident %W% */

BODY {
  background-color: #FFFFFF;
  margin: 0px 0px 0px 0px;
}

/* DIV's */

#searchEngine { position: absolute; z-index: 1; left: 0px; top: 0px; visibility: hidden; }
#icon1 {  position: absolute; z-index: 1; left: 1px; top: 332px; }
#icon2 {  position: absolute; z-index: 1; left: 840px; top: 332px; }
#header { z-index: 2; margin: 0px 0px 0px 0px; }
#topmenu { z-index: 2; margin-left: 68px; margin-top: 1px; }
#images { z-index: 2; margin: 10px 0px 0px 57px; }
#contentone { z-index: 2; margin: 20px 0px 0px 85px; width: 270px;}
#contenttwo { z-index: 2; margin: 3px 0px 0px 310px; width: 457px; padding-left: 55px; padding-top: 1px; background: url(../gifs/content_background.gif) repeat-y; }
#footer { z-index: 2; margin: 30px 0px 0px 57px; }
#copyright { z-index: 2; margin: -10px 0px 0px 57px; }
#secontent {  position: absolute; z-index: 1; left: 68px; top: 90px; width: 720px; }

/*
#header { background-color: Red; }
#topmenu { background-color: Blue; }
#images { background-color: Orange; }
#icon { background-color: Green; }
#contentone { background-color: Yellow; }
#contenttwo { background-color: Purple; }
*/

/* Template Only Styles */

#contentone P {
  font-family: Verdana, Geneva, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 0px; /* to prevent spacing in firefox */
}
#contentone B {
  font-size: 17px;
  color: #00336E;
}

#contenttwo P { margin-top: 0px; } /* to prevent spacing in firefox */

#copyright P{
 color: #547D9C;
 font-size: 9px;
 margin-top: 7px;
 margin-bottom: 0px;
}  /* to prevent spacing in firefox */



TABLE.drop {
  border: 1px solid #9AB8D0;
  border-top: 0px;
  background-color: #F8F8FA;
}
TABLE.drop TD {
  padding: 3px;
  padding-left: 18px;
  padding-right: 40px;
  font-weight: bold;
  font-size: 10px;
}
TABLE.drop A {
  text-decoration: none;
  color: Black;
}

/* Applet Selectable Styles */

H1,P.header1 {
  font-family: Verdana, Geneva, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
}
H2,P.header2 {
  font-family: Verdana, Geneva, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
}
H3,P.header3 {
  font-family: Verdana, Geneva, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

P,TD,UL,OL,TH {
  font-family: Verdana, Geneva, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;
}
P.indent1 { margin-left: 1em; }
P.indent2 { margin-left: 2em; }
P.indent3 { margin-left: 3em; }
P.indent4 { margin-left: 4em; }



TD.alignright { text-align: right; }
TD.aligncenter { text-align: center; }
TD.aligntop { vertical-align: top; }
TD.alignbottom { vertical-align: bottom; }
TD.aligntopright {
  vertical-align: top;
  text-align: right;
}
TD.aligntopcenter {
  vertical-align: top;
  text-align: center;
}
TD.alignbottomright {
  vertical-align: bottom;
  text-align: right;
}
TD.alignbottomcenter {
  vertical-align: bottom;
  text-align: center;
}

/* Table Styles*/

TABLE.topmenu {
 width: 742px;
}
TABLE.topmenu TD {
 font-size: 9px;
 color: #666666;
 padding-right: 1px;
 background: url(../gifs/menu_icon.gif) no-repeat top left;
 white-space: nowrap;
 padding-top: 4px;
}
TABLE.topmenu A {
 color: #666666;
 text-decoration: none;
}
TABLE.topmenu A:visited { color: #666666; }
TABLE.topmenu A:active  { color: #666666; }
TABLE.topmenu A:hover   {
  color: #666666;
  text-decoration: none;
}


SPAN.sup {
  font-size: 7px;
  vertical-align: super;
}
SPAN.sub {
  font-size: 7px;
  vertical-align: sub;
}

/* Images */

IMG.floatright { float: right; }
IMG.floatleft  { float: left; }
IMG.floatrightwithmargin {
  float: right;
  margin: 3px 0px 10px 16px;
}
IMG.floatleftwithmargin {
  float: left;
  margin: 3px 16px 10px 0px;
}
IMG.noborder   { border-width: 0px; }

/* Links: A */

A {
  font-family: Verdana, Geneva, Helvetica, sans-serif;
  color: #000099;
}
A:hover {
  color: #5E8099;
  text-decoration: none;
}
