body { 
	background-image: url(../cfd/i/bk_green.gif); 
	background-repeat: repeat-x; 
}
h1 { 
	font-size: 18px; 
	font-weight: normal; 
	color: #066; 
	margin: 0 0 12px 0;
}
h2 { font-size: 15px; color: #399; }
h3 {
	font-size: 12px;
	color: #399;
	margin-bottom: 2px;
}
input {
	font-size: 11px;
}
input.search {
	font-size: 11px;
	border-top: 1px solid #369c92;
	border-left: 1px solid #369c92;
	border-bottom: 1px solid #9dd9d3;
	border-right: 1px solid #9dd9d3;
	margin-top: 3px;
	width: 140px;
}
ul {
	margin: 0 0 10px 13px;
	padding: 0 0 10px 13px;
	list-style-type: disc;
}
li { color: #399; list-style-type: disc; }

/* TEXT */
.bodyTextGreen { color: #399; }

/* LAYOUT */
#copyHead {
	background-image: url(../cfd/i/copybox.gif); 
	background-repeat: no-repeat; 
}
#flash {
	background-color:#E6F4F4;
	border-bottom:4px solid #76B5BD;
	height:130px;
	width:800px;
	position:relative;
	top:-9px;
	display: none;
}
/* subnavigation */
.bOff {
	background-image: url(../cfd/i/SN-bottom.gif); 
	background-repeat: no-repeat; 
	background-position:bottom;
}
.tOff {
	background-image: url(../cfd/i/SN-top.gif); 
	background-repeat: no-repeat; 
	border-bottom: 1px solid #ADDCD7;	
}
.Off {
	border-bottom: 1px solid #ADDCD7;
	border-right: 1px solid #ADDCD7;
}
.bOn {
	background-image: url(../cfd/i/SN-bottom-on.gif); 
	background-repeat: no-repeat; 
	font-weight: bold;
	background-position:bottom;
}
.tOn{
	background-image: url(../cfd/i/SN-top-on.gif); 
	background-repeat: no-repeat; 
	border-bottom: 1px solid #76c5bd;	
	font-weight: bold;
}
.On {
	border-bottom: 1px solid #76c5bd;
	border-right: 1px solid #76c5bd;
	background-color: #76c5bd;
	font-weight: bold;
}
#searchBar { 
	background-color: #76c5bd; 
	border-top: 1px solid #23b0a5;	
	background-image: url(../i/bk_search.gif); 
	background-repeat: repeat-x; 		
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}
#upcoming {
	background-image: url(../cfd/i/upcoming-programs.gif); 
	background-repeat: no-repeat; 	
}
#email {
	background-image: url(../cfd/i/email-announcements.gif); 
	background-repeat: no-repeat; 	
}
#whatsNew {
	background-image: url(../cfd/i/whats-new-teal.gif); 
	background-repeat: no-repeat; 	
}

/* LINKS */
a { color: #127373; }
a:hover {  text-decoration: none; }
#utilNav a, #subNav a { color: #127373; text-decoration: none; }
#utilNav a:hover, #subNav a:hover { text-decoration: underline; }

/* ------------ DHTML MENU ------------ */
#dropmenudiv {
	position:absolute;
	border-right:1px solid #23b0a5;
	border-left:1px solid #23b0a5;
	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 #23b0a5;
}
#dropmenudiv a:hover { /*hover background color*/
	background-color: #76c5bd;
	color: white;	
}

