body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFCC00;
	background-image: none;
	margin: 0em;
	padding: 0em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
}
h1 {
	margin: 0em;
	padding: 0em;
}
p, li, td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#header {
}
#header p {
	margin: 0em;
	padding: 0em;
	color: #FFFFFF;
}
#header a {
	color: #FFFFFF;
}
#header #tools {
	float: right;
	position: relative;
	margin: 1em;
}
.dropshadow {
	font-size: 6px;
	background-color: #FFCC00;
	background-image: url(/images/dropshadow.gif);
	color: #000000;
	background-repeat: repeat-x;
	background-position: left top;
}
table {
	margin: 0.5em 0em;
	border: 1px solid #666;
	border-collapse: collapse;
}
table th, table td {
	text-align: left;
	vertical-align: top;
	padding: 0.1em 0.8em 0.1em 0.2em;
}
table th {
	font-weight: bold;
	border-bottom: 1px solid #666;
	background: #ff9;
}
table td {
	border-bottom: 1px dashed #ccc;
}
#bodytext {
	position: relative;
	color: #000000;
	background-color: #FFFFCC;
	background-image: none;
	padding: 0.5em;
	border: 1px solid #FF9900;
	margin: 1em;
}
#bodytext.plain {
	background-color: #FFCC00;
	border: none;
}
#bodytext h1, #bodytext h2, #bodytext h3 {
	margin-bottom: 0.7em;
	color: #000099;
	background-color: #FFFFCC;
	background-image: none;
}
#bodytext ul li {
	list-style-image: url(../images/kidsbullet.gif);
	margin: 0em 0em 0.3em 0em;
}
#footer {
	padding: 0.3em 1em;
}
#footer p {
	margin: 0em;
	padding: 0em;
	color: #FFFFFF;
}
#footer ul {
	margin: 0em;
	padding: 0em;
	text-align: center;
}
#footer li {
	display: inline;
	margin: 0em 0em 0em 0.5em;
	padding: 0em 0.5em 0em 0em;
	border-right: 1px solid #FFFFFF;
}
#footer li.last {
	border-right: none;
}
#footer a {
	color: #FFFFFF;
}
.bottomborderblack {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.textblock {
	color: #000000;
	background-color: #FFFFCC;
	background-image: none;
	padding: 0.5em;
	border: 1px solid #FF9900;
	margin: 0.5em;
}
.textblock h2, .textblock h1 {
	margin: 0em 0em 0.5em 0em;
}
.clearall {
	clear: both;
}
@media print {
	.noprint {
		display: none !important;
	}
}
