body {
    font-family: Geneva, Verdana, Sans-Serif;
	background-color:#e8f2fe;
}

#content {
    margin: auto;
    width: 1000px;
}


.menu {
    background-color: #afd0ee;
    width: 160px;
    height: 20px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}
.menu a{
	text-decoration:none;
	color: #002072;
}

.brown { color: mediumvioletred }

.blue { color: blue }

.searchTable{
	font-size: 12px;
	text-align: center;
}
.searchTable a{
	color: #0000FF;
}
.searchTabletitle{
	font: 30px;
	color:#002072;
	font-weight: bold;
}
.searchTabletitle i{
	color:#089a10;
	font-weight: bold;
}

#bottom{
	border-top: solid 1px #002072;
	font-size: 10px;
	color: #AAAAAA;
	text-align: center;
	margin-top: 100px;
}
.contact{

	color:#1D52B6;
}

.contact a {

  color: #002072;
  text-align: center;
  font-size: 14px;


}

/* Change the color of links on hover */
.contact a:hover {
  background-color: #EFF3F8;
  color: black;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}


.tooltip .tooltiptext {
    visibility: hidden;
    width: 500px;
    background-color: #A9A9A9;
    color: #fff;
    text-align: justify;
    padding: 5px;
    border-radius: 6px;
	font-size: 12px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
}

.pagination{
 list-style: none;
}
.pagination li{
 float: left;
 border: 1px solid #000;
 padding: 5px 7px;
 margin-right: 10px;
 border-radius: 3px;
}
.pagination li a{
 text-decoration: none;
 color:red;
}

.active{
 color: #002072 !important;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #afd0ee;
    font-weight: bold;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #002072;
  text-align: center;
  padding: 2px 15px;
  text-decoration: none;
  font-size: 14px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #94AECB;
  color: white;
}
