@charset "utf-8";

#rightCol {float:right;}

/*==========BEGIN #search DIV==========*/
#search {
	margin-bottom:5px;
	width:145px;
	}
#search #searchINPUT {width:140px;}
#search #siteSELECT {width:90px;}
#search .searchText {
	border:#6F7C81 1px solid;
	font-weight: normal;
	font-size: 11px;
	color: #002664;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
#search #submitBUTTON  {
	display:block;
	float:right;
	width:30px;
	margin:2px 5px 0 0;
	/*padding:0;*/
	font-family:Arial;
	font-size:9pt;
	color: white;
	/*text-decoration:none;*/
	background-color:#002664;
	border:none;
	cursor:pointer;
	}
/*==========END #search DIV==========*/

/*==========BEGIN #news DIV==========*/
#news {
	float:left;
	width:135px;
	padding:0 5px;
	color: #626366;
	background:url('/redesign/images/rCol_bottom.gif') #E7E7E8 bottom left no-repeat;
	}
#news h3 {
	margin:10px 0 5px 0;
	font:bold 1.4em "Times New Roman", Times, serif; 
	color:#626366;
	}
#news p {
	margin:0;
	padding:10px 0;
	font-size:.7em;
	line-height:1em;
	}
#news p.bottomBorder {
	border-bottom: solid 1px #626366;
	}
#news p a {
	color: #6F7C81;
	text-decoration: none;
	}
#news p a:hover {
	text-decoration: underline;
	}
#news #readMore {
	margin:10px 0 5px 0;
	padding:0;
	font-size: .7em;
	color: #FFF;
	text-align:right;
	}
#news #readMore a {
	color: #FFF;
	text-decoration:underline;
	}
/*==========END #news DIV==========*/
