body {
   background: #fff;
   color: #000;
   font: 12px Verdana,Arial,Helvetica,sans-serif;
   margin: 0;
   padding: 0;
}
div#container {
   border: 0;
   min-width: 720px;
   max-width: 720px;
   min-height: 400px;
   position: relative;
   background: #fff;
   margin: 0px auto;
}
div#sitetitle {
   display:none;
}
div#left {
   display:none;
/*
   position: absolute;
   top: 0;
   left: 0;
   bottom:0;
   width: 200px;
   background: #ccc;
   padding: 0px;
	border-right:1px dotted #666;
	text-align:right;
*/
}
div#content {
   /*margin-left: 211px;*/
   background: #fff;
   border: 0;
   padding: 10px;
	line-height:1.3em;
}
div#printlink{
   display:none;
}
#smallprint{
   color:#fff;
}
.calendartable{
   width:100%;
   vertical-align:top;
   align:center;
   background:#CCC;
}
.calendarhead{
   font-size:0.9em;
   font-weight:bold;
   text-align:center;
   color:#fff;
   background:#666;
}
.calendarblock{
   font-size:0.9em;
   text-align:left;
   color:#000;
   background:#fff;
}
.calendarday{
   height:90px;
   vertical-align:top;
   border 1px solid #000;
   background:#fff;
   color:#000;
}
.calendarblank{
   background:#fff;
   height:90px;
   vertical-align:top;
}
/*
.xmlsource {
   width:100%;
   background:#fff;
   font-family:monospace;    
}
*/
p.leftlink{
   display:none;
/*
	float:left;
	font-size:0.9em;
	font-weight:bold;
*/
}
p.rightlink{
   display:none;
/*
	float:right;
	font-size:0.9em;
	font-weight:bold;
*/
}
p.leftsmall{
   display:none;
/*
   float:left;
   font-size:0.8em;
   font-weight:bold;
*/
}
p.rightsmall{
   display:none;
/*
   float:right;
   font-size:0.8em;
   font-weight:bold;
*/
}
p.eventdata{
	margin:4px;
	padding:2px;
	font-size:0.9em;
	background:#fff;
	color #000;
	border:1px dotted #000;	
}
h3,h4{
	text-align:center;
}
/*
.leftmenulink {
    font-size:0.9em;
    font-weight:bold;
    padding:10px;
}
*/
a {
	text-decoration:none;
}
a:link {
	color:#000;
}
a:visited {
	color:#000;
}
a:hover {
	background-color:#666;
	color:#ff0;
}
a:active {
	background-color:#666;
	color:#ff0;
}
a.eventlink {
	color:#000;
	text-decoration:none;
}
a.eventlink:link {
	color:#000;
}
a.eventlink:visited {
	color:#000;
}
a.eventlink:hover {
	background-color:#FF9;
	color:#000;
	text-decoration:underline;
}
a.eventlink:active {
	background-color:#FF9;
	text-decoration:underline;
	color:#000;
}

/*
div#left {
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    width: 200px;
    background: #000;
    padding: 0px;
	 border-right:1px dotted #39f;
	 text-align:right;
}
div#content {
    margin-left: 211px;
    background: #000;
    border: 0;
    padding: 10px;
	 line-height:1.3em;
}
div.contactbox {
    width:150px;
    height:auto;
    background: #000;
	 border:1px dotted #39f;
	 float:right;
    margin:0px;
    padding: 10px;
    text-align:center;
}
.logopic {
	width:200px;
	height:200px;
	cursor:pointer;
	background:url(./images/logo200.jpg) no-repeat 0 0
}
.titlepic {
	width:200px;
	height:90px;
	cursor:pointer;
	background:url(./images/title.jpg) no-repeat 0 0
}
.textseparator {
	border-bottom:1px dotted #39f;
	margin 0;
}
*/

