body {
	font-family: sans-serif;
}
form {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0 0 0 1em;
}

li {
	list-style-type: none;
} li:before {
	content: "- ";
} .menu {
	margin-bottom: .5ex;
}

a img {
	border: 0;
}

table {
	border-collapse: collapse;
} table td, table th {
	padding: 0;
}


#container {
	max-width: 1000px;
	margin: 0 auto;
}



#header {
	padding-bottom: 1ex;
	width: 100%;
} #search {
	vertical-align: bottom;
	text-align: right;
}



#nav {
	border-right: 1px solid black;
	border-left: 1px solid black;
	width: 100%;
	letter-spacing: 1px;
	background: #D6E4F3 url(sky.png) top left;
	height: 20px;
	margin-top: 1ex;
} #nav a {
	line-height: 20px;
	color: black;
	text-decoration: none;
	display: block;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	padding: 0 1em;
} #nav .link, #nav .link_selected {
	width: 1px;
	border-right: 1px solid black;
} .link, #padding {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
} .link a:hover {
	background: #D6E4F3;
} .link_selected {
	background: #FFF;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}


#you_are_at {
	clear: both;
	text-align: right;
	border-bottom: 1px solid #AAA;
	padding: 0 3px;
} #you_are_at a {
	color: #00F;
	text-decoration: none;
} #you_are_at a:hover {
	color: #55F;
}


.header, .body {
	margin: 0 auto;
	max-width: 40em;
} .header {
	margin-top: 2em;
} .header span {
	font-weight: bold;
	font-size: larger;
} .body {
	padding: 1ex 0 0 1ex;
	margin-bottom: 2em;
}

#footer {
	margin-top: 1ex;
	padding-top: 1ex;
	text-align: center;
	font-size: smaller;
	border-top: 1px solid #AAA;
	color: #555;
}
#footer b {
	color: #000;
}

/* SEARCH PAGE CSS */
#sHeader {
	border-bottom: 1px solid black;
}
.sAinwww, .sKbase {
	color: black;
	display: block;
	text-decoration: none;
	padding-left: 1ex;
}
.sBlurb {
	display: block;
}
.sHeader {
	font-weight: bold;
}
.sParent {
	color: #555;
}
.sAinwww {
	border-left: 2px solid red;
}
.sKbase {
	border-left: 2px solid blue;
}
#legend {
	text-align: center;
	font-size: smaller;
	color: #555;
	border-left: 2px solid #55F;
	padding-left: 1ex;
	margin-left: 2ex;
}
#legend a {
	text-decoration: none;
	color: #559;
}
#legend a:hover {
	color: #55F;
}

