/* =================================================
    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: 0px;
  }

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;}
.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;}
.link{text-align:center; font-weight:bold; color: #039;}
img {border:0; font-size:0px; margin:0px; padding:0px;}

ul li {list-style-type:circle ;}
ol li {list-style-type:decimal;}
.closer {font-size: 1px; clear: both; height: 0px;}

#ItemTemplate{border-bottom:solid 1px #000; padding:10px;}
#AlternatingItemTemplate{border-bottom:solid 1px #000; padding:10px;}
.EventName{font-weight:bold; font-size:14px;}
.Type{font-style:italic;}
.EventDate{}
.EventDateTime{}
.Location{}
.Notes{}

.login{display:none;}

