@import url("baseStyle.css");

/* ====================== Page Formatting  ========================*/


body {
	background-color: #fff; 
}

h1, h1a{
	color: #000;
}



#main {
	background-image:none;

}


.customCallout {
display: none;

	
}



#header {
	background-image:none;
}


#screenLogo {
	display:none;
}
#printLogo {
	display:block;
}

#footer {
border-top: 5px solid #000000;
}

#footer li, #footer li a {
	color:  #000;
}

#footer li {
	border-right: 1px solid #fff;
}
.copyright p {
color:#000;
	
}

/* ====================== topNav ====================== */
#header .nav {
	background-color: #fff;
	border-top: 2px solid #000;

}

#header .nav li a {
	color: #000;
}

/* ====================== leftNav ====================== */

.leftMaster .nav {
	padding:0 0 0 20px;
	width: 157px;
	text-align: left;
	float:left;

}
.leftMaster .nav h1 {
	font-size:12px;
	margin-bottom: 0;
}
.leftMaster ul {
	margin:0;
	padding: 0;
}
.leftMaster .nav ul li {
	list-style-type: none;
}
.leftMaster .nav ul li a {
	text-decoration:none;
}
.leftMaster .nav ul li a:hover {
	text-decoration: underline;
}
.leftMaster .nav ul li ul, .leftMaster .nav ul li.currentCategory ul li ul {
	display:none;
}
.leftMaster .nav ul li.currentCategory ul, .leftMaster .nav ul li.currentCategory2 ul {
	display:block;
}
/* ====================== content area ====================== */
#contentArea {
	width:950px;
	margin:0 auto;
}
/* ====================== callouts  ====================== */
.callouts h1 {
	font-size: 12px;
	margin:0;
	padding:0;
}
.callouts ul {
}
/* ====================== search results ======================== */
.searchResultsFooter {
	font-size:9px;
	color: grey;
	margin-bottom:10px;
}
#umbSearchResult1_PanelArrows {
	margin-top:20px;
	padding-top:15px;
	border-top:1px solid grey;
}
.searchResultsHeader {
	margin-bottom:20px;
	padding-bottom:15px;
	border-bottom:1px solid grey;
	font-size:10px;
	font-style:italic;
}
.searchResultsHeader h1 {
	font-style:normal;
}
/* ======================== Form Style ========================== */
.formInput {
}
.formResponse {
}
.formLabel {
}
.error {
	color:red;
}
.error, .notice, .success {
}
