body {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
form {
	margin: 0px;
	padding: 0px;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bodyCell {
	padding: 15px;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.bodyCell a {
	color: #006699;
}
.navguide {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
}
.navguide a {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
.navguide a:hover {
	color: #efa96d;
	text-decoration: underline;
}
.navguide span {
	font-weight: bold;
	color: #efa96d;
}

.topSubNav {
	padding: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #006699;
	height: 202px;
	width: 174px;
	border-bottom: 1px solid white;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.topSubNav a {
	color: #ffffff;
	text-decoration: none;
}
.topSubNav a:hover {
	color: #efa96d;
	text-decoration: underline;
}
.topSubNav p, .botSubNav p {
	margin-bottom: 6px;
	margin-top: 0px;
}
.botSubNav {
	background-color: #f7d0af;
	padding: 13px;
	width: 174px;
	height: 150px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.botSubNav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #006699;
}
.botSubNav a:hover {
	color: #6699ff;
	text-decoration: underline;
}
.tagline {
	color: #BBBBBB;
	font-size: 12px;
	font-weight: bold;
}
.ftrtxt {
	color: #999999;
	font-size: 10px;
}
.rect {
	width: 90px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
}
a.rect:hover {
	color: #f7d0af;
	text-decoration: underline;
	background-color: #efa96d;
}
.inputOrg {
	font-size: 10px;
	background-color: #f7d0af;
	width: 148px;
}
.btnOrg {
	font-size: 12px;
	font-weight: bold;
	background-color: #efa96d;
	height: 20px;
}
.subnav {
	border-left: 1px solid white;
	color: white;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.subnav a {
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: white;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.subnav a:hover {
	color: #f7d0af;
	text-decoration: underline;
}
.srchTbl th {
	text-align: left;
	background-color: #f7d0af;
}
.srchTbl td{
	font-family: Arial;
	font-size: 11px;
	vertical-align: top;
}
.srchTbl a {
	font-family: Arial;
	font-size: 11px;
	color: #0000cc;
}
.input {
	font-family: Arial;
	font-size: 11px;
	border: 1px solid #999999;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}