/* =================================================
    CSS STYLES FOR [site]
   =================================================*/ 
   
/* generic */

body {
  text-align:left;
	background-color:#ffffff;
	background-image: url(media/bkgrnd.png);
  font-family: Trebuchet, Tahoma, Arial, Helvetica;
  font-size:  13px; 
  font-weight:normal; 
  color: #000000;
  margin-top: 30px;
  width:650px;
  }

h1 {font-family:Trebuchet, Tahoma, Arial, Helvetica; font-size:20px; font-weight:bold; color: #039;}
h2 {font-family:Trebuchet, Tahoma, Arial, Helvetica; font-size:18px; font-weight:bold; color: #039;}
h3 {font-family:Trebuchet, Tahoma, Arial, Helvetica; font-size:16px; font-weight:bold; color: #039;}
h4 {font-family:Trebuchet, Tahoma, Arial, Helvetica; font-size:14px; font-weight:bold; color: #039;}
h5 {font-family:Trebuchet, Tahoma, Arial, Helvetica; font-size:12px; font-weight:bold; color: #039;}
h6 {font-family:Trebuchet, Tahoma, Arial, Helvetica; font-size:10px; font-weight:bold; color: #039;}

a:link {text-decoration:none; color:  #039;}
a:visited {text-decoration:none; color:#039;}
a:active{text-decoration:none; color:  #039;}
a:hover {text-decoration:underline; color: #000000;}
.hidden {display:none;}
.indent {margin-left:15px;}
.left {float:left;}
.right {float:right; margin:15px;}
.center{text-align:center;}
.bold{font-weight:bold;}
img {border:0;}
.noPrint{display:none;}

ul li {list-style-type:square ;}
ul li li {list-style-type:disc;}
ul li li li {list-style-type:circle;}
ol li {list-style-type:decimal;}
ol ol li {list-style-type:lower-alpha;}
ol ol ol li {list-style-type:lower-roman;}

#container {
  background-image: url(); 
  background-repeat:no-repeat; 
  background-color: #ffffff; 
  width:650px; 
  margin:0px auto; 
  padding:0;
}

#content {width: 650px;}

#foot {
  color: #000000;
  font-size:12px; 
  font-weight:bold;
  width: 650px;
  text-align: center;
}