@charset "utf-8";
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	background-color: #FFFF87;
}
#wrapper {
	width: 743px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	border: 2px solid #000000;
}
#header {
	background-image: url(grafx/header.gif);
	height: 100px;
	background-repeat: no-repeat;
}
#bodywrap {
	background-color: #FFFFFF;
}
.content {
	font-size: .8em;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.sidebar {
	float: right;
	width: 114px;
	background-image: url(grafx/rightbarspace.gif);
	background-color: #A78CFF;
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;
	padding-top: 10px;
	font-size: 10pt;
	height: 100%;
}
.sidebar p {
	padding-bottom: 10px;
}

.sidebar a {
	color: #FFFF87;
}
#footer {
	background-color: #5A27FF;
	background-image: url(grafx/footer.gif);
	background-repeat: no-repeat;
	height: 60px;
	padding-top: 15px;
	color: #FFFFFF;
	padding-left: 20px;
	font-size: 11pt;
}
.content ul {
	padding-left: 15px;
	padding-bottom: 10px;
}
.content h3 {
	color: #3A02FD;
	padding-bottom: 4px;
	padding-top: 10px;
}

.content li {
	padding-bottom: 6px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.content p {
	padding-bottom: 10px;
}
.content a {
	color: #5A27FF;
}
