body { 
	font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 700px;
	padding-left: 25%;
	background-color: #CCCCCC;
	padding-top: 10px;
	}

#frame {
	width: 700px;
	margin-left: -100px;
	background-color: white;
	}

#header{ 
	position:absolute;
	width:700px;
	height:110px;
	background-image: url(img/books4.jpg);
	background-repeat:repeat;
	background-color:#6385c3;
	border-left: 1px solid black;
	border-right: 1px solid black;
	}

#headerText{
	position:absolute;
	top: 1px;
	right:10px;
	height:50px;
	color: white;
	font-size: small;
//	font-weight: bold;
}
	
#navbar{
	position:absolute;
	top:85px;
	left:0px;
	width:700px;
	height:27px;
	background-color: steelblue;
	border-top: 2px solid #0658A5;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

div.Button a:link, div.Button a:visited { 
	text-decoration:none;
	margin-left:4px;
	/*border:1px solid #999999; */ 
	color: lightyellow;
	font-size:x-small;
	font-weight: bold;
	height:20px;
	text-align:center;
	vertical-align:middle;
	padding:3px;
	line-height:14px;
	}

div.Button a.active:link, div.Button a.active:visited { 
	color: steelblue;
	background-color: lightyellow;
	border-bottom: 1px solid black;
	padding-bottom: 1px;
	}
	
div.Button a:hover { 
	background-color:lightyellow;
	color: #585858;
	padding-bottom: 1px;
}

.Button{
	padding-left:5px;
	padding-right:5px;
	height:20px;
	float:left;
	margin:4px;
	}

#content {
	position: float;
	background-color: white;
	border: 1px solid black;
	padding-top: 105px;
	width:588px;
	padding-left: 12px;
	padding-right: 100px;
	padding-bottom: 10px;
	font-size: small;
}

#foot {
	position: float;
	width: 700px;
	height: 25px;
	padding-top: 8px;
	font-size: x-small;
	text-indent: 5px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #D1D8DE;
	color: #666666;
	font-weight: normal;
	}

a.foota:link, a.foota:active, a.foota:visited {
	text-decoration: none;
	color: #666666;
	}
a.foota:hover {
	text-decoration: underline;
	}

h2 {
	font-size: large;
	color: #666666;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 1px solid steelblue;
	}

h3 { 
	font-size: large;
	font-weight: normal;
	color: navy;
	margin-top:0px;
	}

h4 { 
	font-size: small;
	color: navy;
	margin-top:0px;
	font-weight: normal;
	padding-top: 4px;
	}

h4.subtitle { 
	text-decoration: underline;
	}

p {
	padding-bottom:2px;
	font-size: small;
	}

.result_table {
	width: 100%;
	padding-top : 15px;
	}

.result_item {
	font-size: small;
	padding-bottom: 3pt;
	width: 25%;
	font-weight: normal;
	vertical-align: top;
	border-bottom: 1px solid steelblue;
	}
	
.result_item2 {
	font-size: small;
	padding-bottom: 3pt;
	width: 25%;
	font-weight: normal;
	vertical-align: top;
	border-top: 1px solid steelblue;
	}

.result_item3 {
	font-size: small;
	padding-bottom: 3pt;
	width: 25%;
	font-weight: normal;
	vertical-align: top;
	}

th { text-align:left;
	background-color:#e6e6e6;
	color:#555555;
	height:22px;
	font-size:small;
	font-weight:normal;
	border-right:1px solid #999999;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	}

p.bread {
	padding:0px;
	font-size: x-small;
	text-align: right;
	}

.ref_li {
	font-size: small;
	padding-bottom: 2px;
	}

