﻿a:link
{
	color: #558038; 
}

a:visited
{
	color: #000066; 
} 
a:active 
{
	color: #000066;
}

a:hover
{
    color: #990000;
    text-decoration:none;
}



BODY, TABLE, TD, TH

{
	font-family: verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}

Heading1 

{
	font-family: Verdana;
	font-size: 20pt;
	font-weight: normal;
	color: #F18200;

}

BODY

{
	background-color: #FFffff;
}

p
{
	font-family: verdana, Arial, Helvetica; font-size: 8pt; color: #000000; font-weight: normal
}

h1
{
   font-family:verdana; font-size: 13pt; color: #F18200; font-weight:bold }

b
{
   font-weight: bold
}


.copyright      {font-size: 8pt; color: #000066; font-weight: normal }

.smaller		{ font-family:verdana, helvetica; font-size: 7.5pt; color: #000000; font-weight: normal }

.subscript      { font-family:verdana, helvetica; font-size: 7pt; color: #999999; font-weight: normal }

.subscriptbold      { font-family:verdana, helvetica; font-size: 8pt; color: #000066; font-weight: bold }

.subscriptredbold      { font-family:verdana, helvetica; font-size: 8pt; color: #993300; font-weight: bold }

.tablesubscript      { font-family:verdana, helvetica; font-size: 8pt; color: #993300; font-weight: bold; line-height:8pt }

.snippets 		{ font-size:9pt; color: #FFECC5; font-weight:normal; font-family:times new roman }

.redtext {font-size:8pt; color: #CC0000}

.menusubs      { font-family:Arial, Helvetica; font-size: 13.5pt; color: #993300; font-weight: bold }

.p  { font-family: verdana, Arial, Helvetica; font-size: 8pt; color: 000000; font-weight: normal }

.whitetext  { font-family: Arial, Helvetica; font-size: 10pt; color: ffffff; font-weight: normal }

.h1 { font-family:Verdana; font-size: 13pt; color: #F18200; font-weight:bold }

.h2 { font-family:Arial Narrow, Arial, Helvetica; font-size:12pt; color:#993300; font-weight:bold }

.h3 { font-family:Arial Narrow, Arial, Helvetica; font-size:10pt; color:#993300; font-weight:bold }

.h5 { font-family:Arial, Helvetica; font-size:8pt; color:f6ac18; font-weight:bold }

.eventyear { font-family:Arial Narrow, Arial, Helvetica; font-size: 18.5pt; color: #000066; font-weight:normal }

.redsubscript { font-family:Arial, Helvetica; font-size:8pt; color:#CC3300; font-weight:normal }

.eventtitle { font-family:Arial Narrow, Arial, Helvetica; font-size:12pt; color:#77210C; font-weight:bold }

.errormessage { font-family: Arial, Helvetica; font-size:10pt; color:#CC3300; font-weight:normal }

.footer {font-size: 7pt; color: #558038}
.footer a:active    { text-decoration:underline; font-size: 7pt; color: #558038}
.footer a:link     { text-decoration:underline; font-size: 7pt; color: #558038}
.footer a:visited     { text-decoration:underline; font-size: 7pt; color: #558038}
.footer a:hover     { text-decoration:none; font-size: 7pt; color: #ffffff}

.submenulink {font-size: 8pt; color: #ffffff; font-weight:bold}
.submenulink a:active    { text-decoration:none; font-size: 8pt; color: #ffffff; font-weight:bold}
.submenulink a:link     { text-decoration:none; font-size: 8pt; color: #ffffff; font-weight:bold}
.submenulink a:visited     { text-decoration:none; font-size: 8pt; color: #ffffff; font-weight:bold}
.submenulink a:hover     { text-decoration:underline; font-size: 8pt; color: #ffffff; font-weight:bold}

.thumbborder {padding:2px; border:4px #082358 solid}


/*------Thumbnail MOUSEOVER--------------------------------------*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #dde8c4;
padding: 5px;
left: -1000px;
border: 1px solid #94b365;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 100px; /*position where enlarged image should offset horizontally */

}
/*------END Thumbnail MOUSEOVER--------------------------------------*/


/*------MENU---------------------------------------------------------*/
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0px 12px 0px 12px;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	background: #cee2b4;
	color: #547806;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	color: #FFFFFF;}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 1px;
	padding: 0;
	background: #FFFFFF;
	border: 1px solid #cee2b4}

#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #FFFFFF;
		color: #547806;
		font: 11px arial}

#sddm div a:hover
	{	background: #90b062;
		color: #FFFFFF}
/*------END MENU---------------------------------------------------------*/


