/* =================================================
    CSS PRINT STYLES FOR [site]
   =================================================*/ 
   
/* generic */

body {
  width:744px; 
  margin:30px 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:#000000;
  }

h1, h2, h3, h5 {color:#039;}
h1 {font-size:20px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
h5 {font-size:14px;}

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;}
.small {font-size:10px; font-weight:normal;}
.big {font-size:18px; font-weight:bold;}
.error {color:#cc0000;}
.hidden {display:none;}
.noPrint {display: none;}
.indent {margin-left:15px;}
img {border:0;}

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 {}

#content {width:744px;}

#foot {
  color:#000000;
  font-size:12px; 
  font-weight:bold;
  width:744px;
  text-align:center;
}