body {
    font: 1em "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    background-color: White;
    color: Black;
    margin: 0;
    padding: 0;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.0em;
}

h3 {
	font-size: 0.8em;
    text-decoration: underline;
}

div.highlightbox {
   float: right;
	margin: 10px 10px 10px 20px;
   padding: 10px 10px 10px 10px;
	border-left: 1px dotted #669966;
/*	border-bottom: 1px dotted #669966; */
}

.floatright {
	float:right;
	text-align: center;
	padding: 10px 10px 10px 10px;
	}

.caption {
	font-size: 0.8em;
	font-weight: bold;
}

.event {
	font-size: 0.8em;
	font-weight: normal;
}

.footer {
	font-size: 0.7em;
}

img a:visited {
    color: #669966;
    background-color: transparent;
}


a {
    text-decoration: none;
    color: #669966;
    background-color: transparent;
}

.footer a {
    text-decoration: none;
    color: Blue;
    background-color: transparent;
    font-size: 1.2em;
}

/* tr.contact and p should have the same font size */
tr.contact {
	 font-size: 0.9em;
}

p {
    margin: 0.5em 0.5em 1em 0.5em;
    /*line-height: 1.5em;*/
    line-height: 130%;
	 font-size: 0.9em;
}
p a {
    text-decoration: none;
}
p a:visited {
    color: #669966;
    background-color: transparent;
}
p a:active {
    color: #669966;
    background-color: transparent;
}
p a:hover {
    color: #FFCC33;
    background-color: transparent;
}

.menu a, .menu a:active {
    text-decoration: none;
	 font-size: 0.9em;
    background-color: transparent;
}

.menu a:hover {
    text-decoration: underline;
	 font-size: 0.9em;
    background-color: transparent;
}

li {
	padding-bottom: 10px;
}

