@charset "utf-8";

/* CSS Document */
.footer {
	text-align: center;
	font-size: 0.85em;
	font-family: Calibri;
	color: #000;
}
.leftsidebar {
	font-family: Calibri;
	text-decoration: none;
	color: #000;
	font-size: large;
	vertical-align: top;
	text-align: center;
}
ul#navigation
	{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
ul#navigation a
	{
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	background-color: #F93;
	color: #000;
	padding: .2em .5em;
	font-family: Calibri;
	width: 7em;
	font-size: 1.4em;
	text-align: center;
	vertical-align: text-top;
	}
ul#navigation a:hover
	{
	color: #000;
	text-decoration: none;
	background-color: #FC6;
	text-align: center;
	}
ul#navigation li
	{
	display: inline;
}
.header {
	text-align: center;
	color: #000;
}
.banner {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: small;
}

body,td,th {
	font-family: Calibri;
	font-size: large;
	color: #000;
	text-align: justify;
	font-weight: bold;
}
body {
	background-color: #FFF;
	font-weight: normal;
	font-size: medium;
}
h1 {
	font-size: 2em;
	vertical-align: top;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.2em;
	text-align: left;
}
.rightsidebar {
	background-color: #FFF;
}
