

#brochure
  {background: url('../images/back2.jpg') no-repeat;
  background-position: top center;
  width:750px;
  margin:0 auto;
  text-align: center;}
  
body   
  {background-color: #8cafec;
  color: #0F0A41;
  margin: 0;
  padding: 0;
  text-align: center;}
  
div.leftcol
  {width:140px;
  float: left;
  margin-top: 210px;
  margin-left: 0px;
  background:inherit;
  text-align: left;}

div.rightcol
  {width:600px;
  float:left;
  margin-top: 90px;
  margin-left: 10px;
  background-color: #8CAFEC;
  color: #0F0A41;
  font-family: Arial;
  font-weight: normal;
  font-size: 100%;
  text-align: left;
  height: 430px;}  

tr.space
  {height: 20px}

td.space
  {width: 10px;}

td.button
  {width: 120px;}

h1 
  { font-family: Arial;
  color: #0F0A41;
  font-size: 130%;
  font-weight: normal;
  margin:0;}

h2
  {color: #0F0A41;
  font-family: Arial;
  font-weight: bold;
  font-size: 100%;
  text-align: left;}

br.small
  {font-size: 0.1em;}

p.text
  {font-family: Arial;
  font-weight: normal;
  font-size: 100%;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  color: #0F0A41;}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}


.buttonscontainer {width: 120px;}

.buttons a {color: #ffffff;
background-color: #20427C;
padding: 2px;
padding-left: 3px;
display: block;
border-left: 10px solid #0F0A41;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;}

.buttons a:hover {border-left: 10px solid #FFFFFF;
text-decoration: none;
color: #ffffff;}

