body {
   margin-top: 15px ;
   margin-left: 8px ;
   font-size: 10pt;
   font-family: Tahoma;
   font-weight: 150;
   background: #ddd;
   background-image: url(../Images/SearchPageBG.gif);
   }
#outer {
   border: 1px #111 solid;
   background: white;
   width: 681px;
   }
#title {
   text-align: center;
   background: #5A7594;
   color: #fff;
   width: 681px;
   font-size: 14px;
   font-weight: bold;
   font-family: verdana,"Trebuchet MS",arial,helvetica;
   position: relative;
   top: 0;
   left: 0;
   }
#inputs {
   background: white;
   width: 680px;
   text-align: center;
   vertical-align: text-top;
   }
#inputs table {
   border: 1px #111 solid;
   background: #eee;
   font-family: tahoma,verdana,"Trebuchet MS",arial,helvetica;
   font-size: 9pt ;
   width: 100%;
   }
#inputs .main {
   font-family: tahoma,verdana,"Trebuchet MS",arial,helvetica;
   font-size: 8pt ;
   }
#inputs select, input.text  {
   background-color: #F9F9F7;
   font-family: verdana,helvetica;
   font-size: 10pt;
   width: 400px;
   text-align: left;
   }
#inputs select.selbox  {
   background-color: #fff;
   margin-left: 15px;
   margin-right: 15px;
   font-family: tahoma,helvetica;
   font-size: 8pt;
   width: 300px;
}
#inputs td {
   margin: 0;
}
#copyright {
   font-size: 9pt;
   font-weight: ;
   font-family: "trebuchet ms",Arial,Helvetica;
   text-align: center;
   background: white;
	color: black;
	padding: 6px;
   width: 669px;
   }
#topnav {
   border: 1px #888 solid;
	text-align: center;
	font-family: tahoma,helvetica;
	font-size: 8pt;
	background: #121456;
	color: white;
	width: 680px;
	}
#topnav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	}
#topnav ul li {
	margin-left: 0;
	padding: 5px 7px;
	border-left: 1px solid #eee;
	list-style: none;
	display: inline;
	}
#topnav ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
#pipe  {
   border: 1px #888 solid;
	text-align: right;
	font-family: arial;
	font-size: 8pt;
	background: #121456;
	color: white;
	width: 681px;
	}
#pipe ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	}
#pipe ul li {
	margin-left: 0;
	padding: 5px 7px;
	border-left: 1px solid #eee;
	list-style: none;
	display: inline;
	}

#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
a:link {
   text-decoration: none;
   color: #fff;
   }
a:visited {
   text-decoration: none; 
   color: #fff;
   }
a:hover {
   text-decoration: none; 
   color: #ff0;
   background-color: #f00;
   }
a:active {
   text-decoration: none;
   color: #008;
   background-color: #ff0;
   font-weight: bold;
   }

