body {
	font-family: Arial, sans-serif;
	background-color: #ede5bb;
	padding: 5px;
	margin: 0px;
}

h1 {
	font-family: "Bradley Hand ITC", "Comic Sans MS", cursive;
	font-variant: small-caps;
	text-align: center;
	margin: 0px 5px 5px;
	font-size: 300%;
}

h2 {
	font-family: Papyrus, "Blackadder ITC", cursive;
	text-align: center;
	margin: 0px 5px 5px;
	font-size: 150%;
}

h3 {
	margin-left: 5px;
	font-size: 120%;
}

h4, h5, h6 {
	display: inline;
	font-size: medium;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 100%;
}

p {
	padding: 5px;
	margin: 0px;
}

div#main {
	margin: 10px;
	background-color: #abbec9;
	position: relative;
	width: 77%;
	border: solid;
	font-size: 80%;
}

#main a:link {
	color: #000088;
}

#main a:visited {
	color: #880088;
}

div#breadcrumbs {
	margin: 5px;
	background-color: #555555;
	color: white;
	border: solid;
	border-color: white;
	font-size: 120%;
}	

div#navigation {
	margin: 5px;
	background-color: #555555;
	color: white;
	float: left;
	width: 20%;
	border: solid;
	border-color: white;
}

div#new {
	margin: 5px;
	margin-top: 0px;
	background-color: #555555;
	color: white;
	float: left;
	clear: left;
	width: 20%;
	border: solid;
	border-color: white;
	font-size: 90%;
}

#navigation a:link, #navigation a, 
#breadcrumbs a:link, #breadcrumbs a,
#new a:link, #new a {
	text-decoration: none;
	color: white;
}

#new a:link, #new a {
	text-decoration: underline;
	font-weight: bold;
}

#navigation a:visited, #breadcrumbs a:visited, #new a:visited {
	color: #d9d9d9;
}

#navigation a:hover, #breadcrumbs a:hover, #new a:hover {
	text-decoration: underline;
	color: white;
}

div.sidebar, div.not_sidebar {
	margin: 10px;
	background-color: #2e8b57;
	position: fixed;
	top: 5px;
	right: 0px;
	bottom: 0px;
	width: 19%;
	border: solid;
	border-color: white;
	display: none;
	color: white;
}

a.sidebar_link, 
#main a.sidebar_link, 
#main a.sidebar_link:link, 
#main a.sidebar_link:visited, 
#main a.sidebar_link:active {
	color: #006B00;
	text-decoration: none;
	font-weight: bold;
}

.sidebar a.sidebar_link, 
#main .sidebar a.sidebar_link  {
	color: black;
}

a.sidebar_link:hover {
	text-decoration: underline;
}

#copyright {
	text-align: center;
	font-size: smaller;
	font-style: italic;
}

.smallprint {
	font-size: 80%;
}

.hidden {
	display: none;
}

a.function_link, 
#main a.function_link,
#main a.function_link:link, 
#main a.function_link:visited, 
#main a.function_link:active {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

ol.spaced_list {
	margin-bottom: -5px;
}
ol.spaced_list li {
	margin-bottom: 10px;
}

.hidden hr {
	width: 33%;
}


dl.bibliography {
  z-index: 5;
	margin: 5px;
	padding: 5px;
}


.bibliography dt {
	font-weight: bold;
	background-color: white;
	border-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	margin: 5px 0px 0px 0px;
	padding: 5px 5px 0px 5px;
}

.bibliography dd {
	background-color: white; 
	border-width: 2px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	margin: 0px 0px 5px 0px;
	padding: 0px 5px 5px 40px;
}

.sublinks {
	display: block;
	margin-left: 15px;
	font-size: 80%;
}

a.noscript {
	display: none;
}

code {
	font-size: 110%;
}

.byline {
	font-size: 80%;
	font-style: italic;
	text-align: center;
}

div#rambling {
	margin: 5px;
	background-color: white;
	color: black;
	border: 3px groove white;
}

#rambling a.function_link,
#rambling a.function_link:link, 
#rambling a.function_link:visited, 
#rambling a.function_link:active {
	text-decoration: none;
	color: grey;
	font-weight: bold;
}


