a, a:visited{
	text-decoration: none; outline: none;
	color:#0050A0;
}

a:hover{
	text-decoration: underline;
	color:#0050A0;
}
:focus{
	-moz-outline-style: none;
}

body{
	margin:0;
	
}
img{
	border:none;
}
.header {
	position:relative;
	width:100%;	
	margin:0;
	padding:0;
	overflow:hidden;
}
.topNav{
	position:relative;
	height:20px;
	padding:0 0 0 15px;
	text-align:left;
	background:none;
	border-bottom:1px solid #e9e9e9;
	margin:0 0 5px 0;		
}
.mainbody{
	position:relative;
	text-align:center;
	margin:5px 0 0 0;
	background:#ffffff;
	padding:0;
	overflow:hidden;
}
.homeLogo{
	position:relative;
	text-align:center;
	height:175px;
	margin:0 auto 0 auto;
	overflow:hidden;
}
	.homeLogo img{
		border:none;
		text-align:center;
		position:relative;
		top:50px;
		margin:0 auto 0 auto;
		padding:0;
	}

.inputQ{
	width:450px; height:25px;
	border:2px ridge #0050A0;	
}
.smallInputQ{
	width:250px; height:25px;
	border:2px ridge #0050A0;	
}
.inputB{
	margin:0 0 2px 5px; padding:0 2px 0 2px;
	background:#b4b7d6;
	
	height:33px;
	color:#000;			
}
.Qhover{
	background:#7b8ae0;
	color:#ebeeff;
}

.searchBox{
	position:relative;
	float:left;
	width:400px; height:90px;
	margin:2px 5px 5px 10px;
	padding:0;	
	background:none;
	
}

.topbanner{
	float:right;
	min-width:1px;
	max-width:900px;
	text-align:right;
	margin:0;
	padding:0 10px 0 0;
	border:none;
}
.topbanner img, a, a:hover{
	background:none;
	border:none;
	text-decoration: none; outline: none;
}
.content{
	float:left;
	max-width:950px;
	min-width:750px;
	text-align:left;
	margin:0 15px 0 0; padding:0;
	overflow:hidden;
}
.content .mainResults {
	max-width:950px;
	min-width:750px;
	padding:10px 0 0 0;
	font-size:12pt;
	color:#000;
	margin:0;
	border-right:3px solid #eeeeff;
	
}
.content .mainResults a{
	color:#0050A0;
	font-size:14pt;
	font: bold;
	text-decoration: underline;
	padding:0;
	z-index:6000;
}
.mainResults .sourcelink a{
	color:#ff7800; 
	font-size:11pt;
	font: bold;
	text-decoration: underline;
	padding:0;
}
.resultHeader{
	background:#EEEEEE;
	border-right:3px solid #EEEEEE;
	width:100%; height:20px; 
	font-size:9pt;
	margin:0 0 5px 0;
}
.premlinks{ 
	background:#eeeeff;
	border-right:3px solid #eeeeff;
	width:100%;
	margin:0; padding:0;
}
.pageNav{
	width:100%;
	text-align:center;
}

.sidecontent {
	float:left;
	width:250px;
	padding:0;
	margin-left:10px;
	overflow:hidden;
}

.footer{
	width:100%;
	text-align:center;	
	color:#000;
	font:10pt;
	border-top:3px ridge #0050A0;
	background:#ffffff;
	padding:0;
	margin:0 0 5px 0;
	overflow:hidden;
}
	.footer a{
		margin-top:2px;
		font-size:9pt;
		
	}
.bmBac{
	position:relative;
	bottom:175px;
	margin-bottom:-175px;
	float:left;
	width:100%; height:175px;
	z-index:-2;
	background:url('../images/fmarginBac.png') repeat-x;
}


