body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #ffffdd;
	/*background-image: url("http://www.asstr.org/~Piper/images/pumpkin.jpg");
	background-repeat: repeat;*/
	color: #222222;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
a {
	color: #440088;
	text-decoration: underline;
	padding: 0px 3px 0px 3px;
}
a:hover {
	background-color: #440088;
	padding: 0px 3px 0px 3px;
	border-radius: 3px;
	color: #ffffff;
	text-decoration: none;
}
.main {
	width: 100%;
	height: 100%;
}
.header {
	/*background-image: url(../images/header.png);
	background-position: left top;*/
	background-color: #440088;
	/*background-image: linear-gradient(135deg, #440088 0%, #440088 35%, #440055 100%);*/
	width: 100%;
	height: 60px;
	margin-bottom: 0px;
	z-index: 100;
	border-bottom: 2px solid #000000;
	position: relative;
	vertical-align: top;
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
	color: #ffffff;
}
.header img {
	margin: 0px;
	left: 10px;
	position: absolute;
	padding: 0px;
}
.headerlinks {
	background-color: #440088;
	border-bottom-left-radius: 10px;
	font-size: 15px;
	position: fixed;
	z-index: 110;
	padding: 5px;
	vertical-align: middle;
	text-align: right;
	top: 0px;
	right: 00px;
	color: #ffffff;
}
.headerlinks a {
	color: #ffffff;
	text-decoration: none;
}
.left {
	width: 70%; /*750px;*/
	/*height: 100%;*/
	background-color: #ffffdd;
	min-width: 500px;
	float: left;
	position: relative;
	z-index: 100;
	padding-left: 70px;
}
.left h1 {
	font-size: 32px;
}
.left h2 {
	font-size: 24px;
}
.left h3 {
	font-size: 14px;
	text-align: center;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #440088;
}
.left h4 {
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	background-color: #440088;
	background-image: linear-gradient(135deg, #440088 0%, #440088 35%, #440055 100%);
	color: #ffffff;
	border: 2px solid #000000;
	padding-left: 15px;
	border-radius: 15px;
	margin-bottom: 0px;
}
.right {
	width: 30%;
	background-color: #ffffdd;
	min-width: 200px;
	float: right;
	position: relative;
	z-index: 50;
	padding: 5px 15px 0px 30px;
}
.right h2{
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	background-color: #440088;
	background-image: linear-gradient(135deg, #440088 0%, #440088 35%, #440055 100%);
	color: #ffffff;
	border: 2px solid #000000;
	padding-left: 15px;
	border-radius: 15px;
	margin-bottom: 0px;
}
.toolbutton {
	color: #ffffff; 
	background-color: #440088;
	font-size: 15px; 
	font-weight: bold; 
	line-height: 15px; 
	text-align: center; 
	text-decoration: none; 
	border: 2px solid #ffffff; 
	margin: 0 auto 0 auto; 
	padding: 0px;
	vertical-align: middle;
	cursor: pointer; 
	height: 30px; 
	width: 50px;
	border-radius: 15px;
}
.searchbutton {
	color: rgba(255,255,255,255); 
	background-color: #440088;
	font-size: 14px; 
	line-height: 14px; 
	text-align: center; 
	text-decoration: none; 
	border: 2px solid #ffffff; 
	cursor: pointer; 
	height: 30px; 
	width: 65px;
	border-radius: 15px;
}
.dedicated {
	background-color: #990000 !important;
	background-image: linear-gradient(135deg, #990000 0%, #990000 35%, #440055 100%) !important;
}
.addicted {
	background-color: #995500 !important;
	background-image: linear-gradient(135deg, #995500 0%, #995500 35%, #440055 100%) !important;
}
.hero {
	background-color: #999900 !important;
	background-image: linear-gradient(135deg, #999900 0%, #999900 35%, #440055 100%) !important;
}
.superhero {
	background-color: #009900 !important;
	background-image: linear-gradient(135deg, #009900 0%, #009900 35%, #440055 100%) !important;
}
.master {
	background-color: #009999 !important;
	background-image: linear-gradient(135deg, #009999 0%, #009999 35%, #440055 100%) !important;
}
.legend {
	background-color: #000099 !important;
	background-image: linear-gradient(135deg, #000099 0%, #000099 35%, #440055 100%) !important;
}
.saint {
	background-color: #000000 !important;
	background-image: linear-gradient(135deg, #000000 0%, #000000 35%, #440055 100%) !important;
}
.angel {
	background-color: #ffffff !important;
	color: #000000 !important;
	background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 35%, #440055 100%) !important;
}
.god {
	background-color: #ffffff !important;
	background-image: url(../images/god.gif) !important;
	background-repeat: repeat;
	color:#ffffdd  !important;
	text-shadow: 2px 2px #440088;
}
.disclaimer {
	width: 75%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	border: 2px solid #440088;
	border-radius: 30px;
}
.message {
	width: 75%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 4px solid #ff0000;
	font-style: italic;
	font-weight: bold;
}
.indent {
	padding: 0px 50px 0px 50px;
}
.email {
	float: right;
	color: #ffffff;
	font-style: italic;
}
.table {
	display: table;
	width: 95%;
	margin-left: 2%;
	border: 1px solid #440088;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	margin-bottom: 10px;
}
.row {
	display: table-row;
}
.cell1 {
	display: table-cell;
	padding: 5px;
	width: 35%;
	border-top: dashed #e0e0e0 1px;
}
.cell2 {
	display: table-cell;
	padding: 5px;
	width: 20%;
	border-top: dashed #e0e0e0 1px;
}
.cell3 {
	display: table-cell;
	padding: 5px;
	width: 45%;
	border-top: dashed #e0e0e0 1px;
}
.footer {
	width: 100%;
	padding: 10px;
	margin-top: 15px;
	color: #ffffff;
	background-color: #440088;
	text-align: center;
	border: 2px solid #000000;
	/*border-left: 2px solid #000000;
	border-right: 2px solid #000000;*/
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
.footer a {
	color: #ffffff;
}
hr {
	color: #440088;
	background-color: #440088;
	height: 2px;
	width: 100%;
	border: 0px;
}
.drag {
	position:relative;
	cursor:hand;
}
aside {
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	background-color: #440088;
	color: #ffffff;
	position: relative;
}
aside a {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
aside:hover {
	color: #440088;
}
aside.arrow {
	margin: 16px auto 16px auto;
	width: 100px;
	font-weight: bold;
}
aside.arrow:after, aside.arrow:before {
	border-width: 16px 0 16px 16px;
}
aside.arrow:before {
	border-color: #440088 transparent;
	left: -16px;
}
aside.arrow:after {
	border-color: transparent #440088;
	right: -16px;
}
aside:before, aside:after {
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 0;
}
.groupbox {
	margin: 0% 0% 0% 2%;
	width: 95%;
}

.groupheading {
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	background-color: #440088;
	background-image: linear-gradient(135deg, #440088 0%, #440088 35%, #440055 100%);
	color: #ffffff;
	border: 2px solid #000000;
	border-top: 0px;
	margin: 0px;
	padding: 5px;
	cursor: pointer;
	position: relative;
}
.groupcontent {
	background-color:#fafafa;
}
.groupcontent .table {
	width: 100%;
	margin-left: 0%;
	margin-bottom: 0px;
	border-bottom: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}