/* ----- BASIC  ELEMENTS --------------------------------------------------- */
body 
  { 
  background: #ffffff;  
  padding: 0px;
  position:relative;
  height:100%;
  width:950px;
  margin-left: auto;
  margin-right: auto;
  /*margin: 0px 20px 0px 20px;*/
  font-family: Veranda, Arial;
  font-size:1em;
  }

p 
  { 
  }

  
h2
  {
  color:#069;
  font-size:1.2em;
  padding-bottom:0px;
  margin-bottom:0px;
  }

h3 
  { 
  color:#999;
  font-size:1em;
  padding-bottom:0px;
  margin-bottom:0px;
  }
  
div
  {

  }
form, input
  {
  padding:0px;margin:0px;
  }
a:link, a:visited, a:active 
  { 
  text-decoration: none; 
  color:#000;
  }
a:hover
  { 
  text-decoration: underline; 
  color:#000;
  }
.clearboth
  {
  clear:both;
  } 
/* ----- LAYOUTS --------------------------------------------------- */  
.layouttable
  {
  border-collapse:collapse;
  }
/* ----- HEADER SECTION --------------------------------------------------- */

#container
  {
  height:100%;
  position:relative;
  }
#header
  {
  width:100%;
  padding:0px;
  margin: 10px 0px 0px 0px;
  }
#logo
  {
  width:467px;
  height:150px;
  margin:0px;
  padding:0px;
  background: url(imgs/logo.png) left no-repeat;
  }
#subheading
  {
  width:383px;
  height:39px;
  margin:10px 0px 0px 0px;
  padding:0px;
  background: url(imgs/thatsalot.png) left no-repeat;
  }
#logo h1
  {
  display:none;
  }
#subheading h2
  {
  display:none;
  }
#strapline
  {
  margin:0px 0px 0px 0px;
  }
#signup
  {
  margin: 15px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align:right;
  }
#signup a
  {
  color:#000;
  }

#rsslink
  {
  margin: 4px 0px 4px 0px;
  }
#search  
  {
  padding:20px 0px 0px 0px;
  }
/* ----- PAGEBODY SECTION --------------------------------------------------- */

#pagebody
  {
  min-height:200px;
  margin: 35px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  }
#hdg_youth h3, #hdg_business h3, #hdg_reports h3, #hdg_intereststuff h3
  {
  display:none;
  }

#hdg_youth
  {
  width:158px;
  height:30px;
  background:url(imgs/hdg_thestreets.png) center top no-repeat;
  }
#hdg_business
  {
  width:192px;
  height:30px;
  background:url(imgs/hdg_theboardroom.png) right top no-repeat;
  }
#hdg_intereststuff
  {
  width:156px;
  height:52px;
  background:url(imgs/hdg_interestlinks.png) right top no-repeat;
  }
#hdg_reports
  {
  width:163px;
  height:54px;
  background:url(imgs/hdg_threebillionreports.png) center no-repeat;
  }

.archive
  {
  
  }
  
/************* FOOTER ******************/
#footer
  {
  width:100%;
  padding-top:30px;
  clear:both;
  margin:0px 0px 30px 0px;
  }
#tagline
  {
  margin:30px 0px 0px 0px;
  }

  

  
  
/************* TEXT PROPERTIES (general) ******************/

      /* Sizes */
.vlargetxt
  {
  font-size:1.4em;
  }
.largetxt
  {
  font-size:1.2em;
  }
.mediumtxt
  {
  font-size:0.9em;
  }
.smalltxt
  {
  font-size:0.8em;
  }
.vsmalltxt
  {
  font-size:0.7em;
  }
  
      /* Decoration */
.bold
  {
  font-weight:bold;
  }
.italic
  {
  font-style:italic;
  }

.validator
  {
  color:#900;
  font-weight:bold;
  }

      /* Colours */
.greytxt
  {
  color:#717171;
  }
.drkgreytxt
  {
  color:#444;
  }
.redtxt
  {
  color:#f00;
  }
.drkredtxt
  {
  color:#800;
  }
.blacktxt
  {
  color:#000;
  }

  

