* {padding : 0; margin : 0;}

body
{
 background-color : #E8E8D2;
 background-image : url('pics/bodybg.gif');
 background-repeat : repeat-x;
 background-position : top;
 font-family: Arial, Helvetica, sans-serif;
 line-height : 1.3em;
}

a { color : #0033ff; text-decoration : none;}

img {border : 0; margin : 10px;}

.floatRight {float : right}
.floatLeft {float : left}
li {margin-left : 2em; margin-top : 0.5em;}
ol,ul {margin-top : 1em; padding-bottom : 1em}

ul.prog {margin-top : 0; }
ul.prog li {margin-top : 0;}

#banner
{
height : 126px;
background-image : url('pics/topRight.jpg');
background-repeat : no-repeat;
background-position : top right;
}

#container
{
width : 76%;
margin-left : 12%;
margin-right : 12%;
margin-top : 0;
background-image : url('pics/bodybg2.gif');
background-repeat : repeat-x;
background-position : top;
background-color : #fff;
}

#clearboth
{
clear : both;
}

#footer
{
background-image : url('pics/bodybg3.gif');
background-repeat : repeat-x;
background-position : bottom;
height : 21px;
color : #fff;
font-size : 11px;
clear : both;
}

#footer a
{
 color : #99ff00;
}

#footer p
{
 padding : 0 0 0 20px; 
}

#content 
{
  background-color: #fff;
  background-image : url("pics/leftbg.gif");
  background-repeat : repeat-y;
  padding-left : 230px;
  padding-right : 15px;
  padding-top : 30px;
  font-size : 80%;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
}

#nav
{
  width: 200px; 
  float : left;
  background-image : url("pics/leftbg.gif");
  background-repeat : repeat-y;
  padding-top : 5px;
  padding-left : 10px;
}

/* fix the IE "3px bug" */

/* hide from MacIE \*/
* html #nav{
    margin-right: -3px;
    }
* html #content {
    margin-left: 0;
    }
/* end hide */


#menu {padding-left : 5px;}



#nav p { 
margin-top: 5px;; 
font-size : 11px;
padding-left : 8px;
}


#menu a {
  display: block;
  width : 155px;
  height : 23px;
  color: #444;
  font-size : 13px;
  padding-left : 8px;
  margin: 2px 30px 2px 2px;
  text-decoration : none;
  background-image : url("pics/buttonbg.gif");
  background-repeat : no-repeat;
}

#menu a:hover, #menu a.selected 
{
  background-image : url("pics/buttonbg2.gif");
  background-repeat : no-repeat;
}

#defra
{
  width : 148px;
  text-align : center;
  background-color : #fff;
  margin-top : 30px;
}

#banner h1
{
    padding: 126px 0 0 0;
    overflow: hidden;
    background-image: url("pics/title.jpg"); 
    background-repeat: no-repeat;
    height: 0px !important; /* for most browsers */
    height /**/:126px; /* for IE5.5's bad box model */
  color : #999966;
}

#content h1,#content h2,#content h3
{
  line-height : 1.2em;
  border-bottom : solid 1px #eee;
  margin-bottom : 1.5em;
  margin-top : 2em;
  color : #333;
}

div.intense
{
  border : double 5px #999966;
  margin-top : 8px;
  margin-bottom : 8px;
  padding : 4px;
}

div.lessintense
{
  border : double 3px /*#E8E8D2*/ #999966;
  margin-top : 8px;
  margin-bottom : 8px;
  padding : 4px;
}

.busy
{
  font-weight : bold;
  font-style : italic;
}

.lessbusy
{
  font-style : italic;
}

.loud
{
  font-weight : bold;
}

.alert
{
  color : red;
}

p
{
  padding-bottom : 1em;
}


dl {
  margin: 10px 0 10px 0;
  padding: 0px;
}
dt {
  text-align: right;
  margin: 2px;
  padding: 0px 0em 0px 0px;
  width: 180px;
  float: left;
}

.std-txt {
  font-size: 11px;
  margin: 1px;
  padding: 1px;
  margin-left : 10px;
  width: 200px;
}

form {
  padding: 5px;
  margin-right: auto;
  margin-left: auto;
}

dd {
  padding: 3px;
}
form .std-cbx {
  margin: 0px;
  padding: 1px;
  height: 10px;
  width: 10px;
}
dd.end-buttons {
  padding-top: 10px;
  text-align: right;
}

.err
{
  color : red;
}

#form dl dt
{
   clear : both;
   width : 33%;
   float : left;
   text-align : right;
   color : #555;
   line-height : 1.6em;
   margin : 0;
   padding : 0;
}

#form dl dd
{
   float : left;
   width : 66%;
   margin: 0 0 0 0.25em;
   color : #555;
}

#form dl
{
   margin : 0;
   padding : 0;
   line-height : 2em;
}

h4 {
  color : #aaa;
}