@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#777777;
}

.hidden {
	display: none;
}

#futureevents {
	position: relative;
	left: 25px;
}

.dark {
	color: #333333;
}

.redserif {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #FF0000;
	font-weight: normal;
	font-size: 1em;
}

.greyserif {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #333333;
	font-weight: normal;
	font-size: 1em;
}

#futureevents .date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: .8em;
}

#futureevents .eventname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: .8em;
	font-weight: normal;	
}

#futureevents a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6633;
	font-size: .8em;
	font-weight: normal;

}

#futureevents a:hover{

}

.entry {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

.darkgreytitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}

.titleindent {
	padding: 0px 0px 0px 50px;
}

#futureevents .darkgreytitle {
	font-size: .8em;
}

.redtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}

#futureevents .redtitle {
	font-size: .8em;
}

.entrybold{
	font-weight: bold;	
	color: #666666;
}

.italics{
	font-weight: inherit;
	font-style: italic;
}


#breakline {
	border-bottom: 1px solid #000;
	clear: right;
	width: 100%;
}

#halfbreakline {
	border-bottom: 1px solid #000;
	clear: right;
	position: relative;
	margin: 15px 0px 20px 0px;
	width: 50%;
}

.imageleft {
	border-style:  none;
	margin: 2px;
	height: auto;
	width: auto;
	float: left;
	text-align: center;

}

.imageright {
	border-style:  none;
	margin: 2px;
	height: auto;
	width: auto;
	float: right;
	text-align: center;
}

/* CSS Document */