/* =================================================
    CSS STYLES FOR [site]
   =================================================*/   
   
body {
  width:900px; 
  margin:70px auto 0px auto; 
  text-align:left;
  background-color:#ffffff;
  background-image:url(media/bkgrnd.png);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  /*font-family:Arial, Helvetica, sans-serif;*/
  /*font-family: Trebuchet, Tahoma, Arial, Helvetica;*/
  /*font-family:Garamond, Trebuchet MS, Arial, Helvetica;*/
  font-size: 13px; 
  font-weight:normal; 
  color:#00539b;
  }

h1, h2, h3, h5 {color:#069;}
h1 {font-size:20px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
h5 {font-size:14px;}

a:link, a:visited, a:active {text-decoration:none; color:#039;}
a:hover {text-decoration:underline; color:#000000;}

ul li {list-style-type:square ;}
ol li {list-style-type:decimal;}
.small {font-size:10px; font-weight:normal;}
.big {font-size:18px; font-weight:bold;}
.error {color:#cc0000;}
.hidden {display:none;}
.indent {margin-left:15px;}
.right {float:right;}
.left {float:left;}
img {border:0;}


