/* CSS Document */
#leftContent a:link {
	text-decoration: underline;
	
	}
#leftContent a:active {
	text-decoration: underline;
	}
#leftContent a:visited {
	text-decoration: underline;
	}
/*Right Content Override for about us*/
#container #rightContent {
 /* position: relative;*/
	width: 175px;
	height: 113px;	
	/*margin-left: 667px;
	margin-top: -385px;*/

	font-size:13px;
	padding-top: 35px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	border:solid;
	border-color: #E5E5E5;
	border-width:1px;
	border-right-color:#000000;
	background-color:#eeeeee;
	float:right;
    background-image: url(../images/libraryHeader.gif);
  background-repeat: no-repeat;
  background-position: 3px -2px;	 
  
}
.titleHighlight{
color:#E2CE1D;
font-size:16px;
}
#searchButStyle {
	font-weight: normal;
	background-color: #F6F6EB;
	border: solid;
	border-width: 1px;
	border-color: #666666;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 28px;
}
#searchBoxStyle {
	font-weight: normal;
	background-color: #FEFEF5;
	border: solid;
	border-width: 1px;
	border-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 220px;
	height: 18px;
	margin-top:5px;
}
.search_result{
color:#222222;

font-weight:normal;
font-size:15px;
border-style:solid;
border-width:1px;
border-color:#111111;
width:806px;
padding:6px 0px 14px 6px;
background-color:#f9f9f9;
margin-bottom:-13px;
}
.search_result a:link{
color:#111111;

}
.search_result a:active{
color:#111111;
}
.search_result a:visited{
color:#111111;
}
.search_result a:hover{
color:#5E9131;
}
