/*
Copyright 2005 koenixkinder
All rights reserved
*/

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url("bodybg.gif");
	background-position: 50% 0;
	background-repeat: repeat-y;
	font-size: 75%;
}

img {
	border: 0;
	background: transparent;
}

ul, dl, p {
	margin-top: 0;
}

p {
	margin-bottom: 0;
	padding-bottom: 1em;
}

table {
	font-size: 1em;
}

table th {
	text-align: left;
}

a {
	color: #000;
	text-decoration: none;
}

address {
	font-style: normal;
	margin-bottom: 1em;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

fieldset div {
	margin-bottom: 10px;
}

fieldset label {
	display: block;
	margin-top: 3px;
}

input,
textarea {
	width: 100%;
	border: 1px solid #000000;
	font-size: 100%;
}

form div.buttonbar {
	text-align: right;
	margin-top: 15px;
}

form div.buttonbar input {
	width: auto;
}

.offscreen {
	display: none;
}


/* fix it all */
.fixfloat {
	display: block;
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
}

#bodywrap {
	text-align: left;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin-bottom: 19px;
	background-image: url("headbg.gif");
	background-repeat: repeat-y;
}

#header .logo {
	line-height: 0;
}

#header .band {
	line-height: 0;
}

#maintopics {
	list-style: none;
	margin: 0;
	padding: 10px 14px;
	background-color: #7cc24f;
}

#maintopics li {
	display: inline;
	margin-right: 5px;
}

#content a {
	color: #fe0101;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	font-size: 100%;
}

h1 {
	font-family: serif;
	font-size: 164%;
	font-weight: normal;
}

h2 {
	font-size: 118%;
	font-weight: normal;
}

#content {
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 20px;
}

#contentnav,
#content,
#sidenote {
	line-height: 140%;
}

#content p {
	margin-top: 0;
}

#contentarea>#content ul {
	margin-left: 0;
	padding-left: 11px;
}

/* \*/
* html #content ul {
	margin-left: 16px;
}
/* */

#content ul.downloads,
#content ul.links {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#contentarea>#content ul.downloads,
#contentarea>#content ul.links {
	padding-left: 0;
	list-style: none;
}

#content ul.links li {
	list-style-image: none;
}

#content ul.downloads li {
	list-style-image: none;
	padding-left: 14px;
	background-image: url("downarrow.gif");
	background-position: 0 0.5em;
	background-repeat: no-repeat;
}

#content dd {
	margin-left: 0;
	margin-bottom: 1em;
}

#content table {
	border-collapse: collapse;
	margin-bottom: 1em;
}

#content th,
#content td {
	vertical-align: top;
}


