/* *
 * clearfix div, to make containers wrap floated content, 
 * as seen on www.positioniseverything.net 
 * */
.clearfix:after {
	content: ".";
display:none;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
 
/* *
 * remove all margins and paddings so we start from a known state on all browsers
 * set default menu item width to 100px
 * */
div.ktcssmenu div.ktvertical ul, 
div.ktcssmenu div.ktvertical li {
	margin: 0; padding: 0;
	width: 100px;
	list-style-type: none;
	display:none;
}

/* hide all ul's that are not on the first level so the menu starts closed */
div.ktcssmenu div.ktvertical li ul {
	display: none;
	position: absolute;
	top: 0px; left: 0px;
	display:none;
}

/* make the link fill it's container */
div.ktcssmenu div.ktvertical a {
	display:none;
}
/* ie hacks to prevent wierd margins between menu items with children */
* html div.ktcssmenu div.ktvertical li, 
* html div.ktcssmenu div.ktvertical li li {
	float: left;
}
* html div.ktcssmenu div.ktvertical a {
	height: 1%;
}

.noprint {
	display:none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	}


.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	font-weight: bolder;
}

div#content {
	background-color: #CCCCCC;
	margin: auto;
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: thin solid #333399;
	border-left: none;
	display:none;
}

div#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 82px;
	padding-top: 5px;
}

.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	font-variant: normal;
	position: static;
}

.container {
	border: thin solid #ffffff;
	width: 772px;
	
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.eventlink A:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.eventlink A:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.eventlink A:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.eventlink A:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}

.titlelink A:link {
	text-decoration: none;
	font-weight: bold;
	color: #336666;
	font-size: 18px;
}
.titlelink A:visited {
	text-decoration: none;
	font-weight: bold;
	color: #336666;
	font-size: 18px;
}
.titlelink A:active {
	text-decoration: none;
	font-weight: bold;
	color: #336666;
	font-size: 18px;
}
.titlelink A:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
	font-size: 18px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
a:hover {
	text-decoration: underline overline;
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.eventlistheadernote {
	font-size: 9px;
	font-weight: bold;
}
.eventlistdates {
	font-size: 14px;
	color: #FFFFFF;
}
.eventslisttitle {
	font-size: 18px;
	font-weight: bold;
	color: #336666;
}
.eventslistsubtitle {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.eventslistnotes {
	font-size: 12px;
}
.nodisplay {
	display:inline
}
