@charset "UTF-8";

body {
	margin: 5px 0px 0px 5px;
	background-color: #dddddd;
	color: #000000;
}

#top {
	position: absolute;
	width: 85%;
	top: 0px;
	height: 150px;
	padding: 10px 1em 0em 1em;
}

#top p {
	font-size: 16px;
	font-family: serif;
	padding: 0;
}

#nearleft {
	position: absolute;
	left: 1%;
	width: 32%;
	top: 200px;
	background: #ffffff;
}

#nearright {
	position: absolute;
	left: 34%;
	width: 32%;
	height: 60%;
	overflow: auto;
	top: 200px;
	background: #ffffff;
}

#nearright a {
	color: blue;
}

#farright {
	position: absolute;
	left: 67%;
	width: 32%;
	top: 200px;
	height: 60%;
	overflow: auto;
	background: #ffffff;
}

#farleft,
#nearleft,
#nearright,
#farright {
	border: 1px solid #000000;
	color: #000000;
	background-color: #ffffff;
}

#details {
	overflow: auto;
}

#results,
#details {
	font-size: 12px;
}

p {
	font-size: 10px;
	font-family: sans-serif;
	padding: 1em 0.5em;
}

p.first {
    text-indent: 0em;
    text-align: bottom;
}

p.first:first-letter {
    font-family: "Isabella", "Old English Text MT", fantasy, cursive;
    font-size: 400%;
    float: left;
    margin-right: 3px;
}

#farleft p {
	font-size: 16px;
}

a {
    text-decoration: none;
	color: blue;
	cursor: pointer;
}

a:link {
    color: blue;
}

a:visited {
    color: blue;
}

a:hover {
    background-color: yellow;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Times, serif;
    font-weight: normal;
    margin: 0px;
    text-align: center;
}

h1 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 1px #000;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 12px%;
}

dl {
    background-color: #fff;
    text-indent: 1.5em;
    margin: 10px;
    padding: 5px;
    width: 90%;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1em;
}
em {
    font-style: italic;
    font-weight: normal;
}

em em {
    font-style: normal;
    font-weight: bold;
}

em em em {
    font-style: italic;
}

strong {
    font-style: normal;
    font-weight: bold;
}

strong strong {
    font-style: italic;
}

form {
	font-size: 10px;
}

select {
	font-size: 10px;
}

pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* opera 7 */
	word-wrap: break-word; /* IE 5.5+ */
}


