#page {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	border: 1px solid #bbb;
	border-top: none;
}
.navy {
	background-color: #003366;
}
.beige {
	background-color: #c6c69c;
}
.gray {
	background-color: #CCCCCC;
}
.errormsg {
	font-size: 1.2em;
	font-weight: bold;
	color: #CC0000;
}
.searchresults {
	width: 100%; /*cellpadding: 3;     cellspacing: 0;*/
}
.searchresultshdr {
	border-top: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	padding: 5px 5px 5px 5px;
}
.tag {
	font-weight: bold;
	text-align: left;
	color: #333333;
}
.expired {
	font-weight: bold;
	text-align: left;
	color: #888888;
}
.example {
	font-weight: bold;
	font-family: Courier;
}
#searchnav {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#searchnav .hdr {
	font-weight: bold;
	text-align: center;
	font-variant: small-caps; /*border-top: solid 1px white;     border-bottom: solid 1px white;*/
	padding-top: 5px;
	padding-bottom: 5px;
}
#searchnav table {
	border-bottom: solid 1px #D4ECF7;
	width: 100%;
}
#ftr {
	border-top: solid 1px #176184;
	border-bottom: solid 1px #176184;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
}
#attention {
	border: solid 2px green;
	padding: 5px 5px 5px 5px;
}
form {
	margin: 0px 0px 0px 0px;
}
.formatimg {
	border: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
.ctrDropDown {
	width: 145px;
}
.ctrDropDownClick {
	/*width:300px;*/
    width: auto;
}
strong {
	font-weight:normal;
	text-transform: uppercase;
}
strong.stronger {
	font-weight:bold;
	text-transform:none;
}
strong.strongerstill {
	font-weight:bold;
	text-transform:none;
	text-decoration:underline;
}
strong.strongest {
	font-weight:bold;
	text-transform:uppercase;
}
strong.alert {
	color:#CC0000;
	font-weight:normal;
	text-transform:none;
}
