@charset "UTF-8";
/* CSS Document */
.gs-result .gs-title, .gs-result .gs-title * {
	color:#003399;
	text-decoration:none;
	font-style: normal;
	font-size: 14pt;
	font-weight: bold;
}
.gsc-tabHeader.gsc-tabhActive {
	border-left:1px solid #E9E9E9;
	border-right:1px solid #E9E9E9;
	border-top:2px solid #996600;
	color:black;
}
.gsc-control { 
	width : 100% 
}
a.gs-title:hover{
	color: #996600;
	text-decoration: none;
	color: #996600;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #996600;
}
#branding {
	background-color : #f9f9f9;
	padding-top : 10px;
	width : 100%;
}
#searchResults form.gsc-search-box { 
	display : none; 
}

#searchResults .gsc-control {
	width : 100%;
}
#q {
	background-color: #FFF;
	height: 25px;
	width: 260px;
	vertical-align: middle;
	font-size: 110%;
	font-family: "Times New Roman", Times, serif;
	border: 1px solid #FCEEA8;
	margin-top: auto;
	margin-bottom: auto;
}
