body
{
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	color: #505050;
	background-color: #ffc800;
	background-image: url(images/background_orange2.png);
}

#header
{
	height: 4em;
	color: inherit;
	background-color: #ffffff;
	text-align: right;
	padding-right: 100px;
	margin-top: 10px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#header h1
{
	margin-left: 80px;
	margin-top:10px;
	line-height: 50px;
	font-style: italic;
}

.menu
{
	margin: 20px 0 0 0;
	padding:0 0 20px 0;
}

.menu li
{
	margin-top: 5px;
	width: 7.5em;
	line-height: 20px;
	color: inherit;
	background-color: #ffffff;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0;
}

.menu li:hover
{
}

.menu li a, .menu li span
{	
	display: block;
	padding-left: 1em;
	padding-top: 0.15em;
	text-decoration: none;
	color: #505050;
	background-color: inherit;
}


.menu li a:hover,.menu li span
{
	padding-left: 1em;
	text-decoration: none;
	color: #505050;
	background-color: #ffff50;
	background-repeat: no-repeat;
	background-position: center left;
}

.menu li span
{
	background-image: url(images/active_menu.png);
	background-position: 0 50%;
}

.menu li img
{
	width: 20px;
	height: 20px;
	border: 0;
	vertical-align: middle;
	padding-bottom: 2px;
}

.contentWrapper
{
	width: 100%;
	float: right;
	margin-left: -9em;
	display: block;
	padding-bottom: 20px;
}

.content
{
	margin-left: 9em;
	margin-right: 20px;
	padding: 20px;
	line-height: 1.25em;
	text-align: justify;
	color: inherit;
	background: #ffffff;
	background-image: url(images/logo_background.png);
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #000000;
}
.content h2
{
	padding-top: 20px;
	font-size: medium;
}

.content a
{
	color: #0000df;
	background-color: inherit;
	text-decoration: none;
}

.content a:hover
{
	color: #0000ff;
	background-color: inherit;
	text-decoration: underline;
}

.supporters dt
{
	padding-top: 2em;
}

.content dl dd
{
	padding-bottom: 1em;

	font-style: italic;
	font-size: smaller;
}
.content dl dt
{
	padding-left: 20px;
}

.content .contents
{
	font-size: smaller;
	float: left;
	border: 1px solid;
}

.content .contents ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.indent
{
	padding-left: 20px;
}

#logo
{
	width: 80px;
	height: 100px;
	position: relative;
	margin-bottom: -80px;
	top: -64px;
	left: 12px;
}

#footer
{
	width: 100%;
	margin-bottom: 10px;
	height: 1.5em;
	line-height: 1.5em;
	clear: both;
	font-size: small;
	text-align: center;
	color: inherit;
	background: #ffffff;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.rightImage
{
	float: right;
	border: 1px solid #000000;
	margin: 10px 0 10px 10px;
}

.leftImage
{
	float: left;
	border: 1px solid #000000;
	margin: 10px 10px 10px 0;
}

.clearfix
{
	clear: both;
	width: 100%;
	height: 1px;
	border: 0;
	padding: 0;
	margin: 0;
}

.graph
{
	font-size: smaller;
	margin: auto;
	height: 200px;
}

.graph caption
{
	padding-top: 3em;
	margin: auto;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
}

.graph tr th
{
	padding-right: 20px;
}

.graph tr td
{
	vertical-align: bottom;
	text-align: center;
	padding: 10px;
}

.graph tr td img
{
	width: 25px;
	border: 1px solid;
	display: block;
	margin: auto;
}

.content h5
{
	text-align: center;
	clear: both;
}

.toplink
{
	display: block;
	float: right;
	clear: both;
}

.content .feedback
{
	font-size: smaller;
}
