/* HTML Selector styles */
h1 {
	color:#939;
}

a:link {
	text-decoration:none;
	color:#3e7898;
}
a:visited {
	text-decoration:none;
	color:#3e7898;
}
a:hover {
	text-decoration:underline;
	color:#3e7898;
}
a:active {
	text-decoration:underline;
	color:#3e7898;
}
#top a:hover {
	border-bottom: none;
}
#menubar a:hover {
	border-bottom: none;
}


/* Class style */
.intro {
	color:#000;
}
/* Secondary drop-down menu bar */
.menu2_drop {
	background-image: url(../images/wrpr/bkgd_menu_crwrc.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
/* Style the top level hover */
.menu2_drop a:hover, .menu2_drop ul ul a:hover {
	color:#fff;
	text-decoration: underline;
	background-image: url(../images/wrpr/bkgd_menu_crwrc.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

label {
/*	float: left; */
/*	width: 7em;  */
	margin-right: .5em;  
	text-align: left;
/*	display: block; */
	}
	

