body {
	font-family: Arial,Helvetical,sans-serif;
	margin : 0;
}

#content {
	background-color : white;
	width:800px;
	padding-top:200px;
	margin : auto;
}

a img { border: none; }


#footer {
	padding-top : 50px;
	text-align: center;
	font-family:sans-serif;
	font-size:11px;
}

#logo {
	font-size: 48px;
	font-family: Arial,Helvetical,sans-serif;
	padding-bottom: 20px;
}

#logo a {
	text-decoration : none;
	color : black;
}

table.minibanner {
	width : 100%;
}

table.minibanner th {
	vertical-align : top;
}

table.minibanner img {
	vertical-align : top;
}

.preface, #preface, #postface, #preface h1 {
	font-size: 10pt;
	text-align : left;
	font-weight : normal;
}

#preface {
	clear : both;
}

.preface a {
	font-size: smaller;
	color: grey;
}

#postface a {
	text-decoration: none;
}

#browse_file_input {
	font-size:17px;
	width: 500px;
	line-height : 25px;
	height : 25px;
	margin-top : 20px;
	margin-bottom : 20px;
}

#query_input {
	font-size:17px;
	width: 500px;
	line-height : 25px;
	height : 25px;
}
#main_search {
	margin-top : 200px;
}
#main_search {
	width : 728px;
	margin : auto;
}

#results {
	border: 1px solid black;
	width : 100%;
	border-spacing : 0;
	font-size : 12px;
}

#results td {
	padding-left : 10px;
	line-height:1.4em;
}

#results a {
	color : black;
}

tr.results_header {
	font-weight : bold;
	color : white;
	background-color: grey;
}

#results tr.results_header a {
	font-weight : bold;
	color : white;
}

tr.results_line_1 {
	background-color : white;
}

tr.results_line_2 {
	background-color : #F0F1F2;
}

tr.results_line_1:hover, tr.results_line_2:hover {
	background-color : #99BBE8;
}

tr.results_line_1 td, tr.results_line_2 td{
}

#results_preface {
	font-size : smaller;
	color : grey;
	margin-bottom: 0px;
}

td.search_box {
    border : 1px solid #CCC;
    padding : 10px;
    min-width : 300px;
}

.search_box h3 {
    margin-top : 0px;
}

.search_box img {
    margin-right : 5px;
    vertical-align : middle
}

.or_box {
    width: 50px;
    margin-right : 30px;
    margin-left : 30px;
    text-align : center;
}
