
h1
{
  font-family     :  "trebuchet ms", geneva, sans-serif;
  font-size       :  22px;
  font-weight     :  bold;
  color           :  #ffffff;
  
  margin          :  0px;
  letter-spacing  :  1px;
  text-transform  :  capitalize;
  
  background      :  #04b3a4;
  border-bottom   :  solid 1px #000000;
  padding         :  4px 0px 3px 10px;  
}

h3
{
  font-family     :  "trebuchet ms", geneva, sans-serif;
  font-size       :  18px;
  font-weight     :  normal;
  color           :  #000000;
  
  margin          :  0px 0px 1px 0px;
  padding         :  0px 0px 3px 6px;
  line-height     :  22px;
  letter-spacing  :  0px;
  text-align      :  left;
  border-bottom   :  solid 1px #04b3a4;
  border-left     :  solid 6px #04b3a4;
  text-transform  :  capitalize;
  
  background      :  inherit;      
}

.resources
{
  margin-top  :  15px;
}

.resources hr
{
  clear       :  both;
  color       :  #ffffff;
  height      :  20px;  
  border      :  solid 1px #ffffff;
  background  :  inherit;
}

.leftBlock
{
  width  :  325px;
  float  :  left;
  left   :  20px;
}

.rightBlock
{
  width  :  325px;
  float  :  left;
  left   :  60px;
}

a.lightGray
{
  display          :  block;
  line-height      :  19px;
  padding          :  0px 5px 1px 5px;
  
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #333333;

  text-decoration  :  none;
  
  background       :  #f6f6f6;
  border-top       :  solid 1px #ffffff;
  border-bottom    :  solid 1px #ffffff;  
}
  
a.lightGray:hover
{
  display          :  block;
  line-height      :  19px;
  padding          :  0px 5px 1px 5px;
  
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #000000;

  text-decoration  :  none;
  
  background       :  #ccedea;
  border-top       :  solid 1px #ffffff;
  border-bottom    :  solid 1px #ffffff;    
}

a.darkGray
{
  display          :  block;
  line-height      :  19px;
  padding          :  0px 5px 1px 5px;
  
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #333333;

  text-decoration  :  none;
  
  background       :  #eeeeee;
  border-top       :  solid 1px #ffffff;
  border-bottom    :  solid 1px #ffffff;  
}
  
a.darkGray:hover
{
  display          :  block;
  line-height      :  19px;
  padding          :  0px 5px 1px 5px;
  
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #000000;

  text-decoration  :  none;
  
  background       :  #ccedea;
  border-top       :  solid 1px #ffffff;
  border-bottom    :  solid 1px #ffffff;    
}
