/* ====================================================================
GENERAL STYLING
-------------------------------------------------------------------- */
/* border:nones are for NN4 */
html { margin: 0px; padding: 0px; }
body
	{
	margin: 30px 10%;
	padding: 0px;
	background-color:#ffffff;
	}
div { margin: 0px; padding: 0px; }
.clear { clear: both;} /* CSS HACK: only for NN4, so now use Caio hack to cleanse palette */
/*/*/ .clear { display: none; } /* */
.box-header
	{
	color: #000000;
	margin: 0px;
	border: none;
	}

.box-footer
	{
	clear: both;
	border: none
	}
/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */
.columns-float
	{
	float: left;
	width: 100%;
	}
.column-one
	{
	float: left;
	width: 28%;
	}
/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
/*/*/
.column-two { margin-left: 28%; }

/* */
.column-one-content, .column-two-content
	{
	border: none;
	color: #000000;
	}
/* 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 */
/*/*/
.box-wrap, .columns-float, .column-one, .column-two, h2, h3
	{ p\osition: relative; }
/* */

</style>
 <style type="text/css" media="screen">
 /* ====================================================================
Custom corners and borders
-------------------------------------------------------------------- */
/* Styles we want all browsers to see */
body {
background: #ffffff;
font: 12px/1.5 Geneva, Arial, Helvetica, sans-serif;
}

 :link { color: #000; }
 :visited { color: #000; }
 :link:hover, :visited:hover { color: #f00; }
 :link:active, :link:active  { color: #000; }


div.mainbox {
font: 12px/1.5 Geneva, Arial, Helvetica, sans-serif;
  background: url("img/Top.gif") top left no-repeat;
  border:none;
  position:relative;
  }
div.mainbox h3 {
  font-size:1.3em;
  padding:15px;

  }
div.mainboxBody {
  padding:20px;
  margin-top:-1.7em;
  }
div.mainboxFooter {
  }
div.mainboxFooter p {
  padding:15px;
  margin:-2em 0 0 0;
  }
  </style>

<style type="text/css" media="all">
/* media="all" hides styles from NS4.x only
   - so we'll put styles we want to hide from NS4.x here */

div.mainbox {
  background: url("img/Top.gif") top left no-repeat;
  }
div.mainbox h3 {
  background: url("img/TRight.gif") top right no-repeat;
  padding:15px;
  margin:0;
  }
div.mainboxBody {
  background: url(img/rightBg.gif) top right repeat-y;
  }
div.mainboxFooter {
  background: url(img/BLeft.gif) bottom left no-repeat;
  }
div.mainboxFooter p {
  background: url(img/BRight.gif) bottom right no-repeat;
  }

#nav, #nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
	}
	
#nav {
  margin-bottom: 1em;
        }
        
#nav li {
  display: block;
  padding: 0;
  margin: 0;
	}
	
#nav li a {
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  background: #eeeeee;
  border-top: 1px solid #fff;
           }

#nav li a:hover {
  background: #a0c9e0;
  text-decoration: dotted;
  color: #000;
           }
           

