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




/*---------------------------------------------------------------
	events
-------------------------------------------------------------------*/


#events h3.eventName {
	font-weight: bold;
	font-size: 110%;
	font-family: Verdana;
	margin-top: 10px;
}

#events h3 a {
	color: #c01d1d;
	text-decoration: none;
}

#events h3 a:hover {
	text-decoration: underline;
}

#events span.eventInfo {
	color: #555;
	font-weight: bold;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}
#events li {
	margin: 20px 0px 25px 0px;
	border-bottom: 1px solid #444;
}
#events li.lastChild {
	border: 0px;
}
#events li img {
	display: block;
	margin: 30px auto 30px auto;
}
#events object {
	margin-left: 30px;
}



/*---------------------------------------------------------------
	news
-------------------------------------------------------------------*/

#news {
	margin-top: 30px;
}
#news span.timestamp {
	color: #555;
	font-weight: bold;
	display: block;
	font-size: 85%;
}
#news p {
	position: relative;
	margin-top: 20px;
}
#news img {
	/* news gif */
	position: absolute;
	top: -2px;
	left: 115px;
}


/*---------------------------------------------------------------
	get connected
-------------------------------------------------------------------*/

label.textInput {
	margin-top: 10px;
	font-size: 70%;
	display: block;
	color: #276d9e;
	padding: 2px;
}
input.textInput {
	display: block;
	width: 170px;
	margin-bottom: 10px;
	height: 1.5em;
}
.submitButton {
	margin-top: 10px;
	display: block;
}
#mailingListForm img {
	margin-top: 15px;
	border: 1px solid black;
}
form span {
	font-size: 82%;
}

#adContainer {
	margin: 0px 0px 10px 10px;
}





#message {
	color: #555;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 90%;
	margin-left: 20px;
	margin-top: 10px;
}
