/*General page style.*/

BODY {

background-color: #FFFFFF;

font-family: arial;

font-size: 14px;

margin-left: 0px;

margin-top: 0px;

margin-right: 0px;

margin-bottom: 0px;

}

* {
margin: 0;
padding: 0;
}

input {

border: 1px solid #000;
height: 22px;
width: 400px;
font: 16px Arial;

}

.button {
 background-image: url(images/sub_button.gif);
 font: 12px Arial;
 margin-left: 10px;
 height: 24px;
 width: 131px;
 vertical-align: middle;
 border: 0px;
 font-weight: bold
}

#center{
width: 650px;
margin: auto;
}

#centersearch{
width: 731px;
margin: auto;
}

td {

  font-family: arial;

  font-size:13px;

}

big {

 font-family: arial;
 font-size: 13px;
 text-decoration: none;
}

small {

 font-family: arial;
 font-size: 11px;
 text-decoration: none;

}

/*Link styles*/

a:link,a:visited,a:active {

    font-family: arial;
    font-size: 13px;
	text-decoration: none;
	font-weight: bold

}

a:hover {

color: #FF0000;

}


.total {
color: #FFF;
font-size: 14px;
float: right;
margin-right: 25px;
margin-bottom: 10px;
}

/* Manages the style heading of related search*/

.related_heading { font-family: arial;

   color:#FFF;
   text-decoration: none;
   font-weight: bold

       }



 /* Manages the style of the range of number of results*/

.total_range { 

   font-family: arial;
   color:#FFF;
   text-decoration: none;
   font-weight: bold

       }

	

 /* Manages the style of the total number*/

.total_results { font-family: arial;

   color:#FFF;
   text-decoration: none;
   font-weight: bold

       }


 /* Manages the style of the search term*/

.search_term { font-family: arial;

   color:#FFF;
   text-decoration: none;
   font-weight: bold

       }


#navbackground {
   width: 100%;
   height: 32px;
   background-image: url(images/navbg.gif);
}

#navbackground2 {
   width: 100%;
   height: 32px;
   background-image: url(images/navbg.gif);
}

#navbackground2 ul {
list-style:none;
 text-align: center;
}

#navbackground2 ul li {
margin-top: 7px;
float: left;
width: 124px;
height: 25px;
margin-left: 5px;
}

#mg1 {
   width: 100%;
   height: 79px;
   background-image: url(images/mbg.gif);
   border-bottom: 1px solid #000;
}

#navbackground ul {
 display: inline;
list-style:none;
 text-align: center;
}

#navbackground ul li {
margin-top: 6px;
float: left;
width: 124px;
height: 25px;
margin-left: 5px;
}

.col1 {background-image: url(images/nav1.gif); border-bottom: 1px solid #d62201; }

.col2 {background-image: url(images/nav2.gif); border-bottom: 1px solid #000; }

#searchcontent {
float: left;
margin-top: 20px;
margin-left: 100px;
}

.font {
text-align: center;
margin-top: 6px;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}

#logo {
margin-top: 15px;
margin-left: 27px;
}


