/* Sitewide */
body, td, form, div, p, h1, h2, h3, h4, a:link, a:visited, a:hover, a {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
}
a {text-decoration: underline;}

.hidden {display: none;}
.content {padding-left: 2px;}

/* Standard banner and footer */
.accessKey { vertical-align: middle; font-size: small; font-weight: normal; color: #666666;}
.bannerSml {background-color: #ffffff; border-top: 1px solid #000000; border-bottom: 1px solid #000000;}
.crumbTrail {
	background-color: #ffffff;
	color: #000000;
	font-size: medium;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}
.crumbTrail a:link, .crumbTrail a:visited, .crumbTrail a:active {
	color: #666666;
	font-weight: normal;
	font-size: medium;
}

/* This is styling for the crumbtrail using lists */
/* .crumbTrail li {display: inline; margin: 0 4px 0 0;} */

.subNav {
	/* margin: 8px 0 0 0; */
	border-top: 1px dashed #006595;
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.subNav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
a.backTopLnk:link, a.backTopLnk:visited, a.backTopLnk:active, a.backTopLnk:hover {
	color: #113466;
	font-weight: normal;
	margin: 4px 0 0 0;
	text-decoration:underline;
}

.optorNav {
	margin: 8px 0 0 0;
	border-top: 1px dashed #1E679B;
	padding-left: 2px;
	padding-top: 8px;
}
.optorNav a:link, .optorNav a:visited, .optorNav a:active {font-weight: bold;}

.footer a:link, .footer a:visited, .footer a:active {color: #444; font-weight: bold; text-decoration: underline;}
.footer a:hover {text-decoration: none; color: red;}
.footer {
	font-size: medium; 
	font-weight: normal; 
	color: #666666;
	padding-top: 8px;
	padding-bottom: 4px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #ebebeb;
}
.footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.searchBox {
	padding-top: 6px;
	border-top: 1px dashed #000000;
	padding: 2px;
}
.srchTitle {display: block; color: #666; font-weight: bold; margin: 4px 0 4px 0;}
