
:focus
{
  -moz-outline-style  :  none;
}

body
{   
  margin      :  0px;
  background  :  #000000;
}

table
{
  border-collapse  :  collapse;
  border-spacing   :  0;
  table-layout     :  fixed;  
	
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #000000;

  text-align       :  left;   
}

div
{
  position  :  relative;
}

h1
{
  font-family     :  arial, verdana, sans-serif;
  font-size       :  21px;
  font-weight     :  bold;
  color           :  #000000;

  margin          :  0px 0px 5px 0px;
  text-align      :  center;  
}

a
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #0000ff;
   
  text-decoration  :  underline;
}
  
a:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #0000ff;
   
  text-decoration  :  none;
}

#Header
{
  background  :  #f7f3e8;
  text-align  :  center;
}

#LeftPanel
{
  width                :  275px;
  background-color     :  #282d36;
  background-image     :  url('../images/leftBg.jpg');
  background-repeat    :  y-repeat;
  background-position  :  left top;
}

#Body
{
  padding     :  15px;
  background  :  #ffffff;
}

#Body2
{
  background  :  #000000;
}

#Body3
{
  background  :  #ffffff;
  padding     :  25px 15px 15px 15px;  
  font-family: "Century Gothic", "Bookman Old Style"; font-size: 12;
}

#Body2 td
{
  color  :  #ffffff;
}

#FooterLeft
{
  height      :  20px;
  background  :  #f3e6c3 url('../images/footerLeftBg.jpg');
}

#FooterMiddle
{
  height      :  20px;
  background  :  #f3e6c3 url('../images/footerBg.jpg');
    font-family      :  verdana, arial, sans-serif;
  font-size        :  10px;
  color            :  #000000;
  text-decoration:none;
 
}
{
a:link {color: #000000; text-decoration: none;

a:visited {color: #000000; text-decoration: underline;
	
a:hover {color: #000000; text-decoration: underline;
}

#FooterRight
{
  height      :  20px;
  background  :  #f3e6c3 url('../images/footerRightBg.jpg');
}

form
{
  margin  :  5px 0px 0px 0px;
}

input.textBox
{
  width  :  210px;
}

textarea.textBox
{
  width   :  210px;
  height  :  60px;
}