	/* ###### LAYOUT ###### */
#container
{
/*  width: 90%;
  margin: 10px auto;
  background-color: #fff;
  color: #333;
  border: 1px solid gray;
  line-height: 130%;*/
  background: none;
	}

#box-header	{
  background: url("./pics/header-1.png") left repeat-x;
  font-size: 150%;
  height: 115px;
  padding: 0mm 5mm 0mm 0mm;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: #304050;
  color: white; 
}
	
#box-header a {
  color: white;
	}

#box-header a:hover {
  text-decoration: none;
  color: black;
  font-weight: bold;   
}
	
#box-footer	{
  clear: both;
  background: url("./pics/header-2.png") 100% 50% repeat-x;
  padding: 0.5em 2em;
  border-top-style: solid;
  border-top-width: 2px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: #304050;
  color: white; 
  	}

#column-one {
  float: left;
  width: 82%;
  text-align: justify;
  line-height: 1.5em;
  font-size: 80%;
  padding: 1em 1em 0em 2em;
  background:none;
	}
	
#column-two {
  float: right;
  /*margin-left: 82%; 
  min-width: 100px;*/
  width: 110px;
  padding: 1em 0em 1em 1em;
  background:none;
	}

/* CSS HACK:  position:relative needed by IE6 otherwise the header and 
col 2 don't show up on initial rendering - they're there but you have to 
minimise the window or switch to another app and back to see the full 
effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested 
element that needs a background colour appears to require to be be 
relatively positioned */ 

/*/*/
#column-one, #column-two
	{ position: relative; }
/* */


/* ###### MARKUP ###### */

body {
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 94%;
  margin:0em;
  padding:0em;
  height:100%;
  background:  url("./pics/body_BG.gif") right repeat-y;
}

h1 {
  font-size: 170%;
  font-weight: bold;
  margin-top: 0.25em;
  color: #960E07;
}

h2 {
  font-size: 140%;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #960E07;
}

h3 {  
  font-size: 120%;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 0.5em;
  color: #960E07;
}

th {
  font-size: 125%;
  font-weight: bold;
  color: #960E07;
  padding: 5px;
}

td {
  padding: 5px;
}

img {
  border: none;
}

a {
  text-decoration: none;
  color: #304050;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
  color: #960E07;
  font-weight: bold;   
}

table {
  border: 0;
}

.smallcaps {
  font-variant: small-caps;
}

.maintext {
  text-align:left;
  font-size: 110%;
}

.login {
  position: absolute;
  top: 2px;
  right: 5px;
  font-size: 70%;
  text-align:right;
}

.title{
  position: absolute;
  top: 35px;
  left: 140px;
  font-size: 170%;
  font-weight: bold;
  text-align: left;
}

.login p {
  margin: 0px;
}

.sidebox {
  position: relative;
  right: 1em;
  margin-bottom: 1em;
}

.sidebartitle {
  font-weight: bold;
  font-size: 140%;
  padding-bottom: 0.5em;
  color: #960E07;
}

.sidebox a, .sidebox a:hover, .sidebox span {
  font-size: 110%;
  display: block;
  margin: 0em 0em -0.8em 0em;
}

#box-footer a {
  color: white;
}

.error {
  color: red ;
}

.redtext {
  color: #960E07;
}

#gbi-box	{
  background: none;
  font-family: arial, helvetica, verdana, tahoma, sans-serif;
  width: 210px;
  padding: 0mm 0mm 0mm 0mm;
  margin: 1.5em 0em 0em 0em;
  border-style: solid;
  border-width: 2px;
  border-color: #960E07;
  color: #960E07;
}