@charset "utf-8";
/* CSS Document */
#headerflash {
	height: 145px;
	position: relative;
}
	#newwelcome {
		background: url(../images/welcometext.gif) no-repeat left top;
		position: absolute;
		height: 27px;
		top: 0;
		left: 200px;
		width: 550px;
	}
	#newlogo{
		position: absolute;
		height: 123px;
		left: 10px;
		top: 24px;
		width: 174px;
		z-index: 100;
	}
	#myAlternativeContent {
		position: absolute;
		left: 220px;
		top: 32px;
	}
#loginbox_v2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	left: 950px;
	position: absolute;
	text-align: right;
	top: 5px;
	z-index: 2;
}
	#loginbox_v2 a:link, #loginbox a:visited {
		color: #eee;
		text-decoration: none;
	}
	#loginbox_v2 a:hover, #loginbox_v2 a:active {
		color: #fff;
		text-decoration: underline;
	}
#menu_v2 {
	background: #30A;
	border-bottom: 4px solid #484848;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 30px;
	left: 0;
	position: absolute;
	top: 145px;
	width: 100%;
	z-index: 3;
}
	#menu_v2 ul, #menu_v2 ul li {
		background: #309;
		padding: 0;
		margin: 0;
	}
	#menu_v2 ul {
		border: 1px solid black;
		border-width: 1px 0;
		display: block;
		height: 30px;
		padding-left: 10px;
	}
	#menu_v2 a {
		color: #eee;
		display: block;
		line-height: 30px;
		text-decoration: none;
	}
	#menu_v2 a:hover, #menu_v2 a:active {
		background: white;
		color: #309;
	}
	#menu_v2 ul li {
		float: left;
		list-style: none;
		position: relative;
		width: 110px;
		text-align: center;
	}
	#menu_v2 ul li ul {
		border: 1px solid black;
		border-width: 0 2px 1px 2px;
		display:none;
		height: auto;
		left: -2px;
		position: absolute;
		top: 30px;
		width: auto;
		padding-left: 0;
		z-index: 100;
	}
	#menu_v2 ul li ul.menu2_assoc li {
		width: 200px !important;	
	}
	/*#menu_v2 ul li:hover ul {
		display: block;
	}*/
	#menu_v2 ul li ul li {
		float: none;
		text-indent: 10px;
		text-align: left;
		width: 150px;
	}
		#menu_v2 ul li ul li a {line-height:30px;}


#sidebarContent
{
	font-family: "Trebuchet MS","Times New Roman",Arial,Times,serif;
	position: relative;
	float: left;
	width: 14em;
	margin:0em;
	padding: 4em 0.5em 0.5em 0.5em;
}
#sidebarContent h2 {
	margin-bottom: 3px !important;
	padding-bottom: 0.3em !important;
}
.upcomingEvent {
	border-bottom: 1px dashed #dfdfdf;
}
.upcomingEvent h3 {font-size: 90% !important;}
.upcomingEvent h3 span {color: gray;}
.upcomingEvent h3, .upcomingEvent p {
	line-height: normal;
	margin: 0.5em !important;
	padding: 0 !important;	
}
.upcomingEvent p {font-family: Arial, Helvetica, sans-serif;font-size: 90%;}
.upcomingEvent p:last-child {
	font-size: 80%;
	text-align: left;
}
