body { 
	background-image: url(../orcd/i/bk_orange.gif); 
	background-repeat: repeat-x; 
}
h1 { 
	font-size: 18px; 
	font-weight: normal; 
	color: #C60; 
	margin: 0 0 12px 0;
}
h2 { font-size: 15px; color: #C60; margin-bottom: 2px; }
h3 { font-size: 12px; color: #C60; margin-bottom: 2px; }
input {
	font-size: 11px;
}
input.search {
	font-size: 11px;
	border-top: 1px solid #d78d43;
	border-left: 1px solid #d78d43;
	border-bottom: 1px solid #f5b676;
	border-right: 1px solid #f5b676;
	margin-top: 3px;
	width: 140px;
}
ul { margin: 0 0 10px 13px; padding: 0 0 10px 13px; }
li { color: #C60; list-style-type: disc; }

/* TEXT */
.bodyTextOrange { color: #C60; }

/* LAYOUT */
#copyHead {
	background-image: url(../orcd/i/copybox.gif); 
	background-repeat: no-repeat; 
}
#flash {
	background-color:#FFF8F0;
	border-bottom:4px solid #FAA957;
	height:130px;
	width:800px;
	position:relative;
	top:-9px;
	display: none;
}

/* subnavigation */
.bOff {
	background-image: url(../orcd/i/SN-bottom.gif); 
	background-repeat: no-repeat; 
	background-position:bottom;
}
.tOff {
	background-image: url(../orcd/i/SN-top.gif); 
	background-repeat: no-repeat; 
	border-bottom: 1px solid #FFC88F;	
}
.Off {
	border-bottom: 1px solid #FFC88F;
	border-right: 1px solid #FFC88F;
}
.bOn {
	background-image: url(../orcd/i/SN-bottom-on.gif); 
	background-repeat: no-repeat; 
	font-weight: bold;
	background-position:bottom;
}
.tOn{
	background-image: url(../orcd/i/SN-top-on.gif); 
	background-repeat: no-repeat; 
	border-bottom: 1px solid #faa957;	
	font-weight: bold;
}
.On {
	border-bottom: 1px solid #FFC88F;
	border-right: 1px solid #FFC88F;
	background-color: #faa957;
	font-weight: bold;
}
#fyi {
	background-image: url(../orcd/i/bk_fyi.gif); 
	background-repeat: no-repeat; 	
}
#searchBar { 
	background-color: #faa957; 
	border-top: 1px solid #eb8c2b;	
	background-image: url(../i/bk_search.gif); 
	background-repeat: repeat-x; 		
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}
#whatsNew {
	background-image: url(../orcd/i/whats-new-orange.gif); 
	background-repeat: no-repeat; 	
}

/* LINKS */
a { color: #C60; }
a:hover {  text-decoration: none; }
#utilNav a, #subNav a { color: #C60; text-decoration: none; }
#utilNav a:hover, #subNav a:hover { text-decoration: underline; }

/* ------------ DHTML MENU ------------ */
#dropmenudiv {
	position:absolute;
	border-right:1px solid #eb8c2b;
	border-left:1px solid #eb8c2b;
	font:normal 11px Arial, Helvetica, sans-serif;
	z-index:100;
	text-align:left;
	margin: 1px 0 0 2px;
}
#dropmenudiv a {
	display: block;
	text-indent: 3px;
	padding: 3px 0 4px 5px;
	text-decoration: none;
	font-weight: normal;
	border-bottom:1px solid #eb8c2b;
}
#dropmenudiv a:hover { /*hover background color*/
	background-color: #faa957;
	color: white;	
}

