/* Site description and logo */
#header-bottom {
	color: #FFFFFF;
	background-color: #286fa6; 
	background-image: url('../img/pix.gif');
	background-repeat: repeat-x;
}

#header-top {
	border-top: 3px solid #08445e;
	border-right: 3px solid #08445e;
	border-left: 3px solid #08445e;
}


#search-box {
	color: black;
	position: relative;
	margin-top: 15px;
	margin-right: 5px;
	display: block;
	float: right;
	text-align: right;
	white-space: nowrap; /* For Opera */
}

h1 {
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: arial, verdana, sans-serif;
	color: #08445e;
	font-weight: bold;
	font-size: 1.5em;
	
}

#main-table {
border: 3px solid #286fa6;
}

