
/*********************************************************
 *
 * This section defines the main body of the page.
 *
 *********************************************************/

body {
  font: 62.5%/1.6em Verdana, sans-serif;
  color:#000;
  margin:20px;
  background: #006600;
}


* {
  margin:0;
  padding:0;
}

/*********************************************************
 *
 * This section defines the wrapper surrounding the content
 * of the page.
 *
 * It has two classes:
 *     fluid - a non-fixed page width
 *     fixed - a pixel defined fixed width page
 *
 * All pages currently use the fluid class, the fixed class
 * has been left in for flexibility.
 *
 *********************************************************/

#wrapper {
  margin:0 auto;
  background:#fff; 
  padding:5px;
}


.fluid {
  width:100%;
}


.fixed {
  width:760px;
}


/*********************************************************
 *
 * This section defines the header bar across the top of
 * the page containing page titles and tabbed navigation.
 *
 *********************************************************/


#header {
/*  visibility:hidden; */
  height:119px;
  background:url(../images/logo.png) no-repeat top left #990066 ;
  text-align: right;
}

#header h1.main {
  height:100px;
  font:400% Lucida, sans-serif;
  padding:30px 20px 10px 10px;
  color:#fff;
}

#header h1.sub {
  height:45px;
  font:300% Lucida, sans-serif;
  padding:30px 20px 10px 10px;
  color:#fff;
}


/*********************************************************
 *
 * This section defines the tabbed navigation that sits
 * in the header bar. It is a horizontal list
 *
 *********************************************************/


#nav {
  visibility:hidden;
}


/*********************************************************
 *
 * This section defines the side- bar down the left-hand
 * side of the main page. This is a fixed width column
 * containing a list of links.
 *
 * .fixed is a class variant that is fixed to the 
 * viewable screen
 *
 *********************************************************/

div.fixed {
  position:fixed;
}

#sidebar_left {
  visibility:hidden;
}

/*********************************************************
 *
 * This section defines the side-bar down the right-hand
 * side of the main page. This is a fixed width column
 * containing paragraphed text and small images.
 *
 *********************************************************/

#sidebar_right {	
  visibility:hidden;
}



/*********************************************************
 *
 * This section defines the main content of the page. It has
 * four classes depending on which side-bars are needed. The
 * class names are self explanatory. They each set the left
 * and right margins so that the main text is confined even 
 * when the side-bars come to an end.
 *
 *********************************************************/


#content {
  padding:0 0 0 10px;
  font:150% Verdana, sans-serif;
}


.with_no_bars {
  margin:0 0 0 0;
}

.with_left_bar {
  margin:0 0 0 0;
}

.with_right_bar {
  margin:0 0 0 0;
}

.with_both_bars {
  margin:0 0 0 0;
}

#content a:link { 
  color: #000000; 
}  
  
#content a:visited { 
  color: #000000; 
}


#content h2 {
  font:200% Verdana, sans-serif;
  font-variant: small-caps;
  padding:0;
  color:#000;
}

#content h3 {
  font:180% Verdana, sans-serif;
  padding:0;
  color:#000;
}

#content h4 {
  font:150% Verdana, sans-serif;
  padding:0;
  color:#000;
}

#content li {
  margin-left:30px;
  padding-left:10px;
}

#content p.results {
   font:120% Lucidatypewriter, monospace;
}




/*********************************
 *
 * Results table style
 * 
 *********************************/

table.results {
  border:0;
  margin:0;
  padding:0;
  font:120% Andale Mono, monospace;
}

table.results thead th{
  padding: 2px 5px;
  vertical-align:top;
  text-transform:uppercase;
  font-weight:bold;
}

table.results tbody tr td{
  padding: 2px 5px;
  vertical-align:top;
  text-transform:capitalize;
}


/********************************
 *
 * A link bar sits horizontally 
 * between results or articles.
 *
 ********************************/

div.linkbar {
  visibility:hidden;
}

#linkbar {
  visibility:hidden;
}



/*********************************************************
 *
 * This section defines the footer across the bottom of
 * the page containing credits and compliance links.
 *
 *********************************************************/

#footer {
  visibility:hidden;
}


