body	{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #eed;
	background-color: #063;
	margin-left: 1em;
	margin-right: 1em;
	font-weight: normal;
	}

.content
	{
	color: #063;
	background-color: #eed;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: top left;
	background-image: url(images/leaf-stem-background.jpg);
	padding: 0.2em 1em;
	margin-top: 0.5em;
    border-top-right-radius: 1em;
    -moz-border-radius-topright: 1em;
    -webkit-border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    -moz-border-radius-bottomright: 1em;
    -webkit-border-bottom-right-radius: 1em;
    }

/* Colours, borders and decorations */

a:link	{
	color: #33c;
	text-decoration: none;
	}

a:visited
	{
	color: #630;
	text-decoration: none;
	}

a:hover
	{ text-decoration: underline; }

img	{
	border: 0;
	}

img.here
	{
	border: solid thin #063;
	}

img.graphic
	{
	border: solid thick #630;
	}

p.credit
	{
	font-size: small;
	}

/* Positioning and spacing */

h1,h2
	{
	margin-left: 150px;
	}

p,address
	{
	margin-left: 150px;
	line-height: 1.5em;
	}

ul,ol	{
	margin-left: 150px;
	padding-left: 2em;
	line-height: 1.5em;
	}

ul.second
	{
	list-style-type: square;
	margin-left: 0;
	padding-left: 2em;
	}

blockquote
	{
	margin-left: 180px;
	line-height: 1.5em;
	}

p.legal	{
	text-align: center;
	font-size: small;
	}

address	{
	font-style: normal;
	margin-left: 0;
	padding-right: 3em;
	}

table	{
	margin-left: 180px;
	color: #063;
	background-color: #eed;
	}

caption {
	margin-left: 180px;
	font-weight: bold;
	padding: 0.5em;
	}

th,td	{
	font-weight: normal;
	padding-left: 0.25em;
	padding-right: 0.25em;
	}

p.nav	{
	text-align: center;
	}

.pretty	{
	float: right;
	padding-left: 1em;
	padding-bottom: 1em;
	text-align: center;
	}

.tight {
	margin-left: 0;
	}

/* Navigation table */

table.nav
	{
	background: #063;
	color: #eed;
	margin-left: 0;
	}

td.page	{
	vertical-align: bottom;
	text-align: center;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 120%;
	}

td.page a
	{
	color: #ffc;
	text-decoration: none;
	}

td.page a:visited
	{
	color: #ffc;
	text-decoration: none;
	}

td.name {
	font-weight: bold;
	text-align: center;
	color: #ffc;
	}

td.name a
	{
	color: #ffc;
	}

td.name a:visited
	{
	color: #ffc;
	text-decoration: none;
	}

/* Home page */

td.banner
	{
	font-size: 200%;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
	color: #ffc;
	}

td.tagline {
	font-size: 150%;
	text-align: center;
	color: #ffc;
	}

td.tight
	{
	padding: 0;
	}

td.legal
	{
	padding-top: 2em;
	text-align: center;
	font-size: small;
	font-weight: normal;
	color: #ffc;
	}

td.front {
    padding-bottom: 1em;
}

td.front * {
    color: #ffc;
    background-color: #063;
    margin-left:0;
    font-weight: normal;
}

td.front a {
    text-decoration: underline;
}

td.front p.highlight, td.front li.highlight {
    color: yellow;
    font-weight: bold;
}

td.across {
    padding-left: 6em;
}

