﻿@charset "UTF-8";
/* CSS Document */

* {
	margin: 0em;
	padding: 0em;
}
#wrapper {
	width: 50em;
	background-color: #99CC66;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
body {
	background-color: #993399;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/tiger.gif);
	background-repeat: repeat;
}
#branding {
	background-color: #993399;
	height: 5em;
	position: relative;
}
#branding img {
	display: block;
}
#navbar {
	background-color: #99CC66;
	background-image: url(images/navbak.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 2.5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	width: 50em;
	top: 6.25em;
	line-height: 1.5em;
}
#navbar ul {
	list-style-type: none;
}
#navbar li {
	float: left;
	position: relative;
	font-weight: bold;
	text-align: left;
	font-size: small;
}
#navbar a, #navbar a:link, #navbar a:visited {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #000000;
	text-decoration: none;
	background-color: #99CC66;
	background-image: url(images/navbak.jpg);
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
	height: 3em;
	width: 5.25em;
	border-right-width: 1px;
	border-right-style: outset;
	border-right-color: #333333;
	display: block;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: outset;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
 #navbar a:hover, #navbar a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(images/navhov.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #993399;
	display: block;
	height: 3em;
	width: 5.25em;
	line-height: 1.5em;
}
#content {
	color: #000000;
	margin-left: 17em;
	padding-top: 2em;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #CCCCCC;
	margin-top: 2em;
}
#content h1 {
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.25em;
}
#content h2 {
	padding-top: 0.5em;
	text-align: center;
	padding-bottom: .25em;
}
#content h3 {
	font-weight: bold;
	font-size: medium;
}
#content img {
	text-align: center;
	padding-top: .5em;
}
#content ul {
	list-style-type: none;
	line-height: 1.5em;
}
#content p {
	line-height: 2em;
	padding-top: 1em;
}
#content ol {
	list-style-type: disc;
	padding-left: 1em;
	padding-top: 0.25em;
	padding-bottom: 0.5em;
	line-height: 2em;
}
#leftcolumn {
	position: absolute;
	width: 17em;
	left: 0em;
	top: 8.8em;
	text-align: center;
	padding-top: 1em;
}
#leftcolumn img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 1em;
}
#leftcolumn h1 {
	padding-top: .5em;
	text-align: center;
	color: #000000;
}

#leftcolumn h2 {
	padding-top: 0.5em;
	text-align: center;
	color: #000000;
}

#leftcolumn ul {
	list-style-type: none;
	text-align: left;
	padding-left: 0.5em;
	line-height: 1.5em;
	padding-top: 0em;
}
#leftcolumn li {
	padding-top: 0.5em;
	text-align: center;
	font-size: medium;
}
#footer {
	padding-top: .5em;
	padding-bottom: .5em;
}
#footer p {
	text-align: center;
}

label {
	text-align: left;
	font-size: small;
	display: block;
	margin-right: 1em;
	width: 6em;
	float: left;
}
input  {
	display: block;
	width: 18em;
	float: left;
	margin-bottom: 1em;
}
textarea {
	display: block;
	float: left;
	width: 18em;
	margin-bottom: 1em;
}
form {
	margin-top: 1em;
}
br {
	clear: left;
}

#button {
	width: 5em;
	text-align: center;
	position: static;
	margin-left: 15em;
	margin-bottom: 1em;
}
.radio_label {
	font-size: small;
	text-align: left;
	display: block;
	float: left;
	width: 20em;
	margin-right: 1em;
}
.radio_input {
	display: block;
	float: left;
	width: 6em;
	margin-right: 1em;
}
.left_image {
	float: left;
}
.right_image {
	float: right;
}
#bookfair {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}
#bookfair img {
	vertical-align: middle;
	display: inline;
	text-align: center;
	padding-left: 0.5em;
}
#calendar {
	color: #000000;
	margin-left: 1em;
	padding-top: 1.5em;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #CCCCCC;
	font-size: large;
}

#wide_space
{
	font-size: large;
}
