html {
	padding-left: 1.5em;
	padding: 1em;
	background-color: white;
}
img { margin-right: 1em;
	margin-top: 1em;
}
table, tr, td { vertical-align: top; font-size: large; line-height: 1.5;
	color: black;
	background-color: #ff9400;
}
a {
	color: #8D0D19;
	float: none;
	font-size: large;
}
a img {
    border:none;
 }
#header { text-align: left; color: #D4E6F4;
	position: relative;
	visibility: visible;
	width: auto;
	height: 35%;
	background-image: url(../images/grasstop.jpg);
	overflow: hidden;
}
#header h1 { padding: 1em; margin: 0px;
	color: white;
	font: small-caps bold xx-large/1 Georgia, "Times New Roman", Times, serif;
	text-align: right;
}
#main { margin: 0px; padding: 0px; height: auto; background: #00733E;
	overflow: auto;
	display: inline;
	width: 100%;
}
#structure { height: auto;
	width: 100%;
}
#footer { height: auto; margin: 0px; padding: 1em; text-align: center;  color: white;
	width: auto;
	background-image: url(../images/grassft.jpg);
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
}

/* Navigation */
#navigation { color: white; background: #ff5400 repeat-y center center;
	font: small-caps large/1.5 Georgia, "Times New Roman", Times, serif;
	padding: 1em;
	height: auto;
	width: 23%;
}
#navigation a { color: white;
	text-decoration: none;
	font: large Georgia, "Times New Roman", Times, serif;
}
#navigation a:hover {
  font-weight: bold;
}
ul.subjects { padding-left: 0; list-style: none; }
ul.pages { padding-left: 2em; list-style: square;
	list-style-type: disc;
	list-style-position: inside;
}
.selected {
	font-weight: bold;
}

/* Page Content */
#page { vertical-align: top; background: #ff914a;
	height: auto;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
	padding: 2em;
	color: black;
	font: large Georgia, "Times New Roman", Times, serif;
}
#page select {font-size:medium; font-family: medium Georgia, "Times New Roman", Times, serif}
#page input {font-size:medium; font-family: medium Georgia, "Times New Roman", Times, serif}
#paqe option {font-size:medium; font-family: medium Georgia, "Times New Roman", Times, serif}
#page h1 { color: #8D0D19;
}
#page h2 { color: #8D0D19;}
#page h3 { color: #8D0D19;}


