
body
{
	background-image: url('left.png');
	background-repeat: repeat-y;
	padding-left: 100px;
	padding-right: 75px;
	color: black;
	background-color: rgb(229,229,229);
	text-align: justify;
}

h1
{
	text-align: center;
}

h2
{
	border-bottom: 1px solid black;
	margin-left: -40px;
}

h3
{
	margin-left: -20px;
}

.main
{
	margin-left: 40px;
}

ul
{
	list-style-type: circle;
}

img
{
	border: solid 1px black;
}

img.left
{
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

img.right
{
	float: right;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}

img.banner
{
	float: right;
	margin-bottom: 1.5em;
	border: 0;
}

ul.menu
{
	list-style-type: none;
	width: 100%;
	padding: 1px 0 1px 0;
	margin: 0;
	height: 1.5em;
	border-bottom: 3px solid black;
}

li.menu
{
	display: inline;
	float: left;
	border-top: 1px solid black;
	border-left: 2px solid black;
	margin-left: 0;
	margin-right: 5px;
	padding: 0;
	height: 1.5em;
}

a.menu
{
	float:left;
	width:6em;
	text-decoration:none;
	color:black;
	padding-left: 0.5em;
	height: 100%;
	font-size: 1.3em;
}

a.selectedmenu
{
	float:left;
	width:6em;
	text-decoration:none;
	color:black;
	padding-left: 0.5em;
	height: 100%;
	font-size: 1.3em;
}

a.selectedmenu
{
	background-color: rgb(200,200,200);
}

a.menu:hover
{
	color:white;
	background-color: rgb(150,150,150);
}

a.selectedmenu:hover
{
	color:black;
	background-color: rgb(200,200,200);
}
