/*
    Copyright (C) 2004 Dave Berkeley
      dave@rotwang.co.uk
*/

body {
	backgrond-color: white;
	color: midnightblue;
	font-family: Arial, sans-serif;
	margin: 0px;
	border: 0px;
}

/* CONTENT */

.content {
	color: darkblue;
}

.content h2 {
	font-size: 18pt;
	margin: 0.25em;
	margin-bottom: 0.3em;
	clear: left;
}

.content h3 {
	font-weight: bold;
	font-size: 12pt;
	margin: 0.5em;
	margin-bottom: 0.3em;
	clear: left;
}

.content p {
	font-size: 12pt;
	margin: 0.5em;
	margin-top: 0em;
}

.content p:first-letter {
	font-weight: bold;
}

.content img {
	margin-right: 5px;
	margin-left: 5px;
	clear: left;
}

.content table
{
    border: 1px groove blue;
}

.content td
{
    border: 1px groove blue;
}

.content .bold {
	font-weight: bold;
}

.content .italic {
	font-style: italic;
}

.pre {
	font-family: Courier;
	margin-left: 1em;
	margin-right: 1em;
	color: black;
    	background-color: lightblue;
    	white-space: pre;
}

.content .code {
	font-family: Courier;
	margin-left: 1em;
	margin-right: 1em;
	color: black;
    	background-color: lightblue;
    	white-space: pre;
}

.content a {
	color: darkgreen;
	font-weight: bold;
	text-decoration: none;
}

.content a:hover {
	color: red;
}

.content hr {
	color: lightblue;
}

/* PAGE TITLE */

.pagetitle {
	border-width: 0px;
	padding-left: 0.25em;
	color: darkblue;
	font-size: 28pt;
	text-align: left;
    	float: left;
}

/* MENUS */

.menu {
	color: black;
	border-width: 0px;
	border-bottom: 1px black solid;
	text-align: right;
	font-size: 14pt;
	margin: 0px;
	padding-top: 1em;

    	background-image: url("images/titleback.jpg");
    	background-repeat: repeat;
    	background-position: left;
}

.menu a {
	color: steelblue;
	text-decoration: none;
    	padding-left: 0.25em;
    	padding-right: 0.25em;
}

.menu a:visited {
	color: steelblue;
}

.menu a:hover {
	color: green;
}

.menu .thisitem {
	border-width: 1px;
	border-color: black;
	border-style: solid;
	border-bottom: 1px #F0F0F0 solid;
	color: darkblue;
	background-color: #F0F0F0;
    	padding-left: 0.25em;
    	padding-right: 0.25em;
}

.submenu {
	font-size: 10pt;
    	background-image: url("images/grade.jpg");
	text-align: right;
	float: left;
	width: 100%;
}

/* BAR */

.bar {
	color: green;
	float: right;
	width: 160px;
	border-width: 0px;
	margin: 1em 0.1em 0em 0.1em;
	padding: 0px;
}

.bar p {
	margin: 0px;
}

.bar h2 {
	font-size: 14pt;
	margin: 0px;
}

.bar .item {
	border: 1px black solid;
	padding: 0.25em;
	margin-bottom: 0.25em;
	background-color: white;
}

.bar a {
	text-decoration: none;
}

.bar a:visited {
	color: green;
}

.bar a:hover {
	color: skyblue;
}

/* FOOTER */

.footer {
	color: black;
	font-family: Arial, sans-serif;
	text-align: center;
	margin-top: 1em;
	clear: left;
	clear: right;

	border-width: 0px;
	border-top: 1px black solid;
	border-bottom: 1px black solid;

   	background-image: url("images/titleback.jpg");
   	background-repeat: repeat;
   	background-position: left;
}

.footer a {
	text-decoration: none;
	color: midnightblue;
}

/* History of Berkeley stuff */

.hob {
	font-size: 14pt;
	text-align: left;
	color: red;
	background-color: silver;
	border-width: 0px;
	border-bottom: 1px black solid;
}

/* FIN */
