body {
		background-image: url(../img/background.png);
		background-repeat: repeat-x;
		background-color: #c4e0ec;
		font-family: Verdana, Arial, Tahoma;
		font-size: 10pt;
		margin: 0;
		padding:  0;
		height:  100%;
}

a:link, a:visited, a:active { 
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}


#wrap {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}

#headerBox {
	width: 765px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

#middleBox {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	min-height: 250px;
}

#infobox {
	background-image: url(../img/infobox.png); 
	background-color: #f3df32;
	background-repeat: repeat;
	padding: 10px;
	text-align: center;
	color: #000;
	border: 1px solid #e8dd2f; /*#585858;*/
	font-size: 12pt;
	line-height: 1.4em;
}

#helpBox {
	background-color: #fffaa4;
	/*background-image: url(../img/help.png); 
	background-repeat: no-repeat; 
	background-position: 1px 2px; */
	padding: 4px;
	/*padding-left: 25px;*/
	text-align: left;
	color: #000;
	border: 1px solid #e8dd2f; /*#585858;*/
	font-size: 9pt;
	/*display: inline;*/
	line-height: 1.4em;
}

#warningBox {
	background-color: #ffd800;
	padding: 4px;
	text-align: left;
	color: #000;
	border: 1px solid #ffba00;
	font-size: 9pt;
	/*display: inline;*/
	line-height: 1.4em;
}

h1 {
	font-size: 24pt;
	font-weight: bolder;
}

h2 {
	font-size: 14pt;
}

h3 {
	display: inline;
}

input, textarea {
	border: 0px dashed #aaa8a8;
	border-bottom: 2px solid #fd339b;
	border-top: 1px solid #d8d7d7;
	background-color: #f1f1f1;
	font-size: 12pt;
	font-family: Verdana, Tahoma;
	color: #000000;
	padding: 5px;
}	

div.networkdata {
	font-weight: normal;	
	float: left; 
	width: 50%;	
}

a.siteBox:hover {
	text-decoration: none;
}

div.item {
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px dashed #fd339b;
	display: block;
}

a.item:link, a.item:visited, a.item:active {
	font-weight: normal;
	padding: 3px;
	text-decoration: none;
	width: 100%;
	display: block;	
	padding-top: 5px;
}

a.item:hover {
	background-color: #ececec;
}

hr.item {
	border: 0px;
	border-bottom: 1px dashed #fd339b;
	width: 100%;
	background-color: #fff;
	height: 1px;
}

hr.solid {
	border: 0px;
	border-bottom: 1px solid #fd339b;
	width: 100%;
	background-color: #fff;
	height: 1px;
}

.siteBox {
	background-image: url(../img/infobox.png); 
	background-color: #f3df32;
	background-repeat: repeat;
	padding: 5px;
	text-align: center;
	color: #000;
	border: 1px solid #e8dd2f; /*#585858;*/
	font-size: 12pt;
	display: block;
	/*font-weight: bold;*/
}

/* query boxes */

.inputQuery {
	background-image: url(../img/find.png); 
	background-repeat: no-repeat; 
	background-position: 7px 5px; 
	padding-left: 40px; 
	width: 94%;
}

.catCheckbox {
	border: 0px;
	background-color: #fff;
}

.submitQuery {
	float: right;
}

.donate {
	background-color: #fff;
}


#helpKeyword, #helpCategories {
	display: none;
}

/* round corners */
#roundWrap {
	width: 770px; 
	margin-left: auto; 
	margin-right: auto; 
	background-color: #fff; 
	/*overflow: auto;*/
	border: 0px;
	padding: 0px;
	height: 14px;
}


/* footer junk */
#footerWrap {
	width: 780px; 
	margin-left: auto; 
	margin-right: auto; 
}

.footerCol {
	width: 160px;
	float: left;
	font-size: 10px;
	line-height: 1.4em;
	border-right: 1px solid #a9c1cb;
	padding-left: 15px;
	padding-right: 15px;
}

.footerCol h1 {
	font-weight: bold;
	font-size: 12px;
	display: inline;
	color: #3c3c3c;
}

#searchLoader {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: none;
}

#newSearchBox {
	width: 100%;
	background-color: #000;
	z-index: 5;
	height: 100%; 
	position: fixed;
	top: 0;
	left:  0;
}

#newSearchInnerBox {
	width: 520px;
	/*min-height:  365px;*/
	top: 50%;
	left: 50%;
	margin-top: -187px;
	margin-left: -262px;
	background-color: #ffffff;
	position:  absolute;
	padding:  15px;
	border: 2px solid #000;

	z-index: 6;
}