
:focus
{
  -moz-outline-style  :  none;
}

body
{   
  margin      :  0px;
  background  :  #bbbbbb;
}

table
{
  border-collapse  :  collapse;
  border-spacing   :  0;
  table-layout     :  fixed;  
	
  color            :  #000000;
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;

  text-align       :  justify;   
}

h1
{
  font-family     :  "trebuchet ms", geneva, sans-serif;
  font-size       :  22px;
  font-weight     :  bold;
  color           :  #a7412b;

  margin          :  0px;
  text-transform  :  capitalize;
}

h2
{
  font-family     :  "trebuchet ms", geneva, sans-serif;
  font-size       :  19px;
  font-weight     :  normal;
  color           :  #246eab;

  margin          :  0px;
  text-transform  :  capitalize;
}

h3
{
  font-family    :  verdana, arial, sans-serif;
  font-size      :  12px;
  font-weigth    :  bold;
  color          :  #ffffff;

  margin         :  0px;
  line-height    :  22px;
  padding-left   :  5px;
  border-top     :  solid 1px #000000;
  border-left    :  solid 1px #000000;
  border-right   :  solid 1px #000000;
  border-bottom  :  none;
  background     :  #5283d0 url('../images/h3.jpg');  
}
 
a
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #246eab;
   
  text-decoration  :  underline;
}
  
a:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #a7412b;
   
  text-decoration  :  none;
}

ul
{
  padding     :  0px;
  margin      :  2px 2px 2px 25px;
  list-style  :  square;
}

ul li
{
  padding  :  1px;
}

ol
{
  padding     :  0px;
  margin      :  2px 2px 2px 35px;
}

ol li
{
  padding  :  5px 1px 3px 1px;
}

.block
{
  padding     :  7px;
  background  :  #ebf4ff;
  border      :  solid 1px #000000;  
}

#header
{
  position    :  relative;
  height      :  200px;
  background  :  #428ac5 url('../images/header.jpg');
}

div.quickLinks
{
  position  :  absolute;
  left      :  480px;
  top       :  10px;
}

.quickLinks ul
{
  margin   :  0px;
  padding  :  0px;
}

.quickLinks li
{
  list-style   :  none;
  margin-left  :  15px;
  float        :  left;
}

.quickLinks a
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #000000;
   
  text-decoration  :  none;
}
 
.quickLinks a:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #a7412b;
   
  text-decoration  :  none;
}

.quickLinks img
{
  float    :  left;
  border   :  none;
  width    :  9px;
  height   :  10px;
  display  :  block;
  margin   :  1px 5px 0px 0px;
}

div.menu
{
  position  :  absolute;
  top       :  168;
  left      :  80px;
}

.menu a
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  12px;
  font-weight      :  bold;
  color            :  #444444;

  text-decoration  :  none;
}
 
.menu a:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  12px;
  font-weight      :  bold;  
  color            :  #a7412b;

  text-decoration  :  none;
}

#footer
{
  position    :  relative;
  background  :  #428ac5;
}

div.footerLinks
{
  position  :  absolute;
  top       :  20;
  left      :  375px;
}

.footerLinks a
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #000000;
   
  text-decoration  :  none;
}
 
.footerLinks a:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #a7412b;
   
  text-decoration  :  underline;
}

div.copyright
{
  position    :  absolute;
  top         :  50;
  left        :  430px;
  text-align  :  right;
}

.copyright a
{
  font-family      :  verdana, arial, sans-serif;
  font-weight      :  bold;
  font-size        :  11px;
  color            :  #000000;
   
  text-decoration  :  none;
}
 
.copyright a:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  font-weight      :  bold;  
  color            :  #ffffff;
   
  text-decoration  :  underline;
}

.tblLeftTd
{
  font-weight   :  bold;
  padding-left  :  10px;
  background    :  #f0f0f0;
}

.tblRightTd
{
  padding-left  :  10px;
  background    :  #fafafa;
}

.tblTd1
{
  font-weight  :  bold;
  text-align   :  center;
  background   :  #f0f0f0;
}

.tblTd2
{
  line-height  :  15px;
  text-align   :  center;
  background   :  #fafafa;
}

form
{
  margin  :  0px;
}

.frmLeftTd
{
  background  :  #eaeaea;
  text-align  :  right;
  
  padding     :  5px 15px 5px 10px;
}

.frmRightTd
{
  background  :  #f5f5f5;

  padding     :  5px 10px 5px 15px;
}

.frmButtonTd
{
  background  :  #e0e0e0;
  text-align  :  right;
  
  padding     :  5px;
}

input
{
  font-family  :  verdana, arial, sans-serif;
  font-size    :  11px;
  color        :  #000000;
  
  height       :  21px;
  background   :  #e9e9e9;  
}

input.button
{
  font-family  :  verdana;
  font-size    :  11px;
  font-weight  :  bold;
  color        :  #333333;
  
  text-align   :  center;

  width        :  70px;
  height       :  22px;
  padding      :  0px;
  
  background   :  #dddddd;
}

textarea
{
  font-family  :  verdana, arial, sans-serif;
  font-size    :  11px;
  color        :  #000000;
  
  width        :  285px;
  height       :  71px;
  padding      :  2px;
  background   :  #e9e9e9;    
}

.bodytext
{
  font-family  :  verdana, arial, sans-serif;
  font-size    :  9px;
  color        :  #000000;
  width        :  10px;
  }
