/* CSS RESET
------------------------------------------------------------*/

body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* io STYLES
------------------------------------------------------------*/

body {
	background-color: #eee;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 5px auto;
}

h3 {
	font-size: 16px;
	margin: 14px auto 5px;
	background-color: #333;
	color: #fff;
	padding: 5px;
}

div.wrapper {
	width: 881px;
	height: auto;
	overflow: auto;
	margin: auto;
	background: #fff;
	padding-bottom: 50px;
}

div.innerwrapper {
	width: 810px;
	margin: 15px auto;
	padding-bottom: 25px;
}

div.donatewrap {
	width: 810px;
	text-align: center;
	margin: 20px auto;
}

div.originalep {
	width:380px;
	height: auto;
	overflow: auto;
	float: left;
	margin: 20px 25px auto auto;
	clear: left;
}

div.morestuff {
	width: 380px;
	margin: 20px auto auto 25px;
	float: left;
}

ul li {
	margin: 3px 0;
}

ul li a, a.blocker {
	padding: 3px;
	text-decoration: none;
	color: #fff;
	display: block;
	background-color: #666;
}

ul.supplementals li a.sept, ul.colorcode li.sept p {
	background-color: #fa0;
}

ul.supplementals li a.oct, ul.colorcode li.oct p {
	background-color: #ff7700;
}

ul.supplementals li a.nov, ul.colorcode li.nov p {
	background-color: #ff2222;
}

ul.supplementals li a.sept:hover, ul.supplementals a.oct:hover, ul.supplementals a.nov:hover {
	background-color: #478bcc;
}

ul.colorcode {
	font-size: 12px;
}

ul.colorcode li {
	width: 90px;
	float: left;
	line-height: 9px;
}

ul.colorcode p {
	width: 10px;
	height: 10px;
	float: left;
	margin-right: 3px;
}


ul.colorcode li span {
	font-size: 9px;
}

a.blocker {
	margin: 5px auto;
}

ul li a:hover, a.blocker:hover {
	background-color: #478bcc;
}

p.bottomline {
clear:both;
width:auto;
text-align:center;
font-size:11px;
margin:15px;
padding:15px;
}