

#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#navlist li {
	margin: 0 0 6px 0;
}
#navlist a {
	/*/*/display: block;
	padding: 2px 2px 2px 12px;
	border: 1px solid #333;
	width: 160px;
	background-color: #FFF;
	 /* */
}
#navlist a:link, #navlist a:visited {
	color: #000;
	color: #003333;
	text-decoration: none; 
}
#navlist a:hover {
	border: 1px solid #333;
	background-color: #99CCCC;	
	color: #333;
}
#uberlink a:link, #uberlink a:visited, #uberlink a:hover {
	/*/*/border: 1px solid #333;
	background-color: #336699;
	color: #FFF; 
        font-weight:bold/* */
}
#prog:td{font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#progTitle:td{color:#334499}
 
 /*Registration form code*/
	
form.cmxform fieldset {
  margin: 2px 0px;
 padding:5px 5px 10px 5px;
  width:540px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
font-size:11pt;
}
form.cmxform legend {
  padding: 0 3px 1px;
 font-weight:500;
	color:#C44724;
  font-family:Arial, Helvetica, sans-serif;
   font-size:14pt;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
 
}

form.cmxform label {
  width: 130px; /* Width of labels */
}

form.cmxform fieldset fieldset label {
  margin-left: 33px;
  /* Width plus 3 (html space) */
}

form.cmxform label.narrow {
  width:60px; /* Width of labels for yesno questions*/
}

form.cmxform label.yesno {
  width: 400px; /* Width of labels for yesno questions*/
}

form.cmxform input.wide{
width:250px;
margin-top:1%;
}
input:not([type]), input[type="email" i], input[type="number" i], input[type="password" i], input[type="tel" i], input[type="url" i], input[type="text" i] {
    padding: 1px 0px;
margin-top:1%;
}

.asterisk {
font-size:13pt;
font-weight:bold;
color:#C44724;
}

fieldset > fieldset {border:0px;}

.width92 {
    width: 92%!Important;
}
form.cmxform fieldset fieldset label {
    margin-left: 33px;
    font-size: 14px;
}