body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*color: #313063;*/
	color: #333333;	
}
body {
	background-color: #FFFFFF;
	text-align: center;
}

p {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

#registernow {
	color:#FFFF00;
	background-color:#000066;
}

#registernow a:link {
	color: #FFFF00;
	background-color:#000066;
	text-decoration: underline;
}

#registernow a:visited{
	color: #FFFF00;
	background-color:#000066;
	text-decoration: underline;
}

#registernow a:hover {
	color:#000066; 
	background-color:#FFFF00;
	text-decoration: none;
}

#content {
	background-color: #FFFFFF;
	width: 800px; 
	padding: 10px; 
	padding-bottom: 30px;
	margin: auto;
	/* opera does not like 'margin:20px auto' */
/*	background: #666; */
	border: 3px solid #333366; 
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 800px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 800px;
	}

html>body #content {
	width: 800px; /* ie5win fudge ends */
	}

a:link {
	color: #313063;
	text-decoration: underline;
}
a:visited {
	color: #313063;
	text-decoration: underline;
}
a:hover {
	color: #313063;
	text-decoration: none;
}

h1,h2,h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	color: #63CF00;*/
	color: #1F621D;
	margin: 0;
	border-width: 0;
	display: inline;
}

h1 {	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 13px;
}

.leftimage
{
float: left;
margin: 0 10px 0 0;
border: 1px solid #666;
padding: 1px;
}

.rightimage
{
float: right;
margin: 0 0 10px 10px;
border: 1px solid #666;
padding: 1px;
}

.floatright
{
float: right;
}

.galleryimg
{
float: left;
clear: left;
margin: 0 20px 20px 10px;
border: 1px solid #666;
padding: 1px;
}

ul#topmenu
{
padding: 0;
margin: 0;
list-style-type: none;
float: left;
width: 100%;
color: #fff;
background-color: #FFF;
}

ul#topmenu li { display: inline; }

ul#topmenu li a
{
float: left;
/*width: 5em;*/ /* Needed to fix improper menu display on Firefox, NN, Opera */
color: #fff;
background-color: #FFF;
text-decoration: none;
}

ul#topmenu li a:hover
{
background-color: #369;
color: #fff;
}

#footer {
margin: 0 auto; 
text-align: center; /* for IE */ 
font-size: 11px;
height: 100%; 
padding: 5px 0; 
color: #999999;
}

.nav {
	float: left;
	width: 13em;
	padding-top: 10px;
}
.nav a {
	text-decoration: none; 

	display: block;
	position: relative;
	color: #333366;
	background-color: #FFFFFF;
/*	margin-bottom: 0.5em;*/
	margin-bottom: 1.0em;
	padding: 0.5em;
}
/* aiuta IE/Mac (rel lh) \*//*/
.linkinside {
	display: block;
}
/**/
.nav a:hover {
	color: #FFFFFF;
	background: #F4AA0C;
	border-width: 0; /* IE */
}

.nav a:active {
	text-decoration: none; 
}
.nav a:visited {
	text-decoration: none; 
}


#nav2 a .pop {
/*	display: none;*/
	display: block;
	color: #CCCCCC;
	width: 45em;
	padding-left: 1.0em;
	position: absolute;
	top: 0;
	left: 13.2em;
	z-index: 10;
	text-decoration: none;
}
#nav2 a:hover .pop {
	display: block;
	color: #333366;
	width: 45em;
	padding-left: 1.0em;
	position: absolute;
	top: 0;
	left: 13.2em;
	z-index: 10;
}

#highlight {
	color: #FFFFFF;
}

#author {
	color: #F4AA0C;
}

#smallprint {
	font-size: 11px;
}

#members {
font-weight: bold;
}

#members a {
color: #FF0000;
text-decoration: underline;
}

#members a:link {
color: #FF0000;
text-decoration: underline;
}

#members a:visited {
color: #FF0000;
text-decoration: underline;
}

#members a:hover {
color: #FF0000;
text-decoration: none;
}

#members a:active {
color: #FF0000;
}

#pastevent {
color:#999999;
}

#pastevent a:link {
color:#999999;
text-decoration: none;
}

#pastevent a:visited {
color:#999999;
text-decoration: none;
}

#pastevent a:hover {
color:#999999;
text-decoration: none;
}

#month {
color:#313063;
font-size: 18px;
}

#day {
color:#000000;
}

#date {
color:#999999;
}

/*---------- bubble tooltip -----------*/
.tt{
    position:relative;
    z-index:24;
    text-decoration:none;
}

.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
.tt:hover{ z-index:25; background:;}
.tt:hover span.tooltip, .tt:hover span.tooltipsunday, 
.tt:hover span.tooltipsaturday{
  position: absolute;
  margin:15px 0px 0px 20px;
  background-color: beige;
  width:300px;
  padding: 2px 10px 2px 10px;
  border: 1px solid #C0C0C0;
  text-decoration:none;
  color: #000;
  text-align:left;
  display: block;
  left:-120px;
}
.tt:hover span.tooltipsunday{
  left:-20px;
}
.tt:hover span.tooltipsaturday{
  left:-240px;
}

.nolink a:link {
	text-decoration: none; 
}
.nolink a:visited {
	text-decoration: none; 
}
.nolink a:hover {
	text-decoration: none; 
}
