@charset "UTF-8";
/* CSS Document */

body
{
  background-color: white;
}

div#container 
{
  font-family : verdana, tahoma, arial, sans-serif;
  font-size : 8.5pt;
  color : #666666;
  width:780px; 
  margin: 0 auto;
  background-color: white;
}

div#documentBody 
{
  vertical-align:top; 
  border: 0px solid black;
  padding:5px; 
}

div#caveate 
{
  vertical-align:top; 
  padding:5px; 
  background-color:#f5f5f5;
  border-left:1px solid black;
  border-right:1px solid black;
  border-bottom:1px solid black;
}

p#caveateHeading 
{
  font-weight : bold;
}

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

a#caveateLink:hover 
{
  color : #FF9933;
}   

a#kaboodleLink
{
  text-decoration: none
}

div#leftColumn 
{
  float:left; 
  padding:5px;
  color: white;
  width:630px; 
  background-color: gray;
}

div#rightColumn 
{
  vertical-align:top; 
  text-align:right;
  float:right; 
  width:200px; 
  padding:5px 15px 5px 5px;
  color: white;
  background-color: gray;
}