span.bodysubhead {
 color: #b47c3f; 
 font-weight: bold;
}

p.errortext, label.errortext, ul.errortext, li.errortext {
  color: #A8304C;
}

      #subbody #content .body .main_nrn .NOEVENT a {color: #000000; font-weight: normal; text-decoration: none;}
      #subbody #content .body .main_nrn .NOEVENT a:visited {color: #000000; font-weight: normal; text-decoration: none;}
      #subbody #content .body .main_nrn .NOEVENT a:hover {color: red; text-decoration: underline;}
      #subbody #content .body .main_nrn .EVENT a {color: #000000; font-weight: bold; text-decoration: none;}
      #subbody #content .body .main_nrn .EVENT a:visited {color: #000000; font-weight: bold; text-decoration: none;}
      #subbody #content .body .main_nrn .EVENT a:hover {color: red; font-weight: bold; text-decoration: underline;}

      #subbody #content .body .main_nrn .cal_events p {font-family: Arial;}
      #subbody #content .body .main_nrn .cal_events .TITLE a {color: #000000; font-weight: bold; text-decoration: none; font-family: Arial;}
      #subbody #content .body .main_nrn .cal_events .TITLE a:visited {color: #000000; font-weight: bold; text-decoration: none; font-family: Arial;}
      #subbody #content .body .main_nrn .cal_events .TITLE a:hover {color: #000000; font-weight: bold; text-decoration: none; font-family: Arial;}
      #subbody #content .body .main_nrn .cal_events .DATE p {color: #ffffff; font-weight: bold; text-decoration: none; font-size: 16px; font-family: Arial;}

      #subbody #content .body .main_nrn .cal_footer p{color: #873901; font-family: Arial;}
      #subbody #content .body .main_nrn .cal_footer a{color: #873901; text-decoration: none; font-family: Arial;}
      #subbody #content .body .main_nrn .cal_footer a:hover{text-decoration: underline; font-family: Arial;}

/* the following was taken from alzmndak.org's css to mimic the look of their forms (their site was designed by a cool company called Livefront (livefront.com)) */

fieldset {
	font-family: Arial, Helvetica, sans-serif;
  margin-left: 15px;
	width: 450px;
	border: 1px solid #ddd;
}

legend {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 5px;
	color: #6e4576;
	font-weight: bold;
	font-size: 12px;
}

#formed fieldset.float label {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 100px;
  text-align: right;
  margin-right: 10px;
  display: block
	padding-right: 10px;
}

#formed fieldset.wide label {
	font-family: Arial, Helvetica, sans-serif;
	width: 140px;
}

#formed fieldset.float p.nofloat label {
	font-family: Arial, Helvetica, sans-serif;
	float: none;
	width: auto;
	padding: 0;
}

#formed fieldset {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-bottom: 10px;
}

#formed em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}



