body {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	margin: 0px 0px;
	padding: 0px;
	text-align: center;
	cursor: default;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
	color: #000000;
}
a:active {
	color: #000000;
}
a:visited {
	color: #000000;
}
td {
	vertical-align: top;
}
.list {
	border-top: 2px solid #808080;
	border-left: 2px solid #808080;
	border-right: 0px;
	border-bottom: 2px solid #808080;
}
.list th {
	background-color: #808080;
	border-right: 2px solid #808080;
	color: #FFFFFF;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
}
.list_cell_a {
	border-right: 2px solid #808080;
	background-color: #FFFFFF;
	padding-left: 3px;
	padding-right: 3px;
}
.list_cell_b {
	border-right: 2px solid #808080;
	background-color: #EEEEEE;
	padding-left: 3px;
	padding-right: 3px;
}
#header {
	width: 970px;
	height: 287px;
	background-color: #FFFFFF;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
#footer {
	width: 970px;
	height: 10px;
	background-color: #FFFFFF;
	background-image: url('../images/bottom.gif');
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
#search {
	width: 970px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	border: 0px;
	background-color: #EEFFCD;
}
#search_types {
	margin: 10px;
}
#search_field {
	text-align: center;
	padding: 10px;
	background-color: #85B400;
}
#search_tags {
	margin: 10px;
}
#search_links {
	margin: 10px;
}
#search_advanced {
	margin: 10px;
}
#input_search {
	font-size: 18px;
	width: 300px;
}
#button_search {
	border: 1px solid #808080;
	font-size: 18px;
}
#search_advanced_link {
	font-size: 12px;
}
#content_menu {
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
}
#w3valid {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#ajax_listOfOptions{
	position: absolute;
	width: 200px;
	height: 150px;
	overflow: auto;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	text-align: left;
	z-index: 100;
	font-size: 11px;
}
#ajax_listOfOptions div{
	margin:1px;
	padding:1px;
	cursor:pointer;
}
#ajax_listOfOptions .optionDiv {
}
#ajax_listOfOptions .optionDivSelected {
	background-color: #316AC5;
	color: #FFFFFF;
}
#ajax_listOfOptions_iframe {
	background-color: #F00000;
	position: absolute;
	z-index: 5;
}
