body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #ffffcc;
	/*background-image: url("http://www.asstr-mirror.org/files/Authors/Piper/www/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: #440066;
	text-decoration: underline;
}
a:hover {
	background-color: #440066;
	color: #ffffff;
	text-decoration: none;
}
.main {
	width: 100%;
	height: 100%;
}
.header {
	background-image: url(../images/header.png);
	background-position: left top;
	background-color: #440066;
	background-repeat: no-repeat;
	width: 100%;
	height: 50px;
	margin-bottom: 0px;
	z-index: 100;
	border-bottom: 2px solid #000000;
	position: fixed;
}
.headertools {
	float: right;
	position: relative;
	top: 20px;
	right: 3px;
	width: 350px;
}
.toolbutton {
	color: rgba(255,255,255,255); 
	background-color: #440066;
	font-size: 14px; 
	font-weight: bold; 
	line-height: 14px; 
	text-align: center; 
	text-decoration: none; 
	border: 2px solid #ffffff; 
	margin: 0 auto 0 auto; 
	padding: 0px;
	vertical-align: middle;
	cursor: pointer; 
	height: 23px; 
	width: 23px;
	border-radius: 11px;
}
.searchbutton {
	color: rgba(255,255,255,255); 
	background-color: #440066;
	font-size: 14px; 
	line-height: 14px; 
	text-align: center; 
	text-decoration: none; 
	border: 2px solid #ffffff; 
	cursor: pointer; 
	height: 22px; 
	width: 60px;
	border-radius: 11px;
}
#nav{
	position: absolute;
	top: 20px;
	left: 335px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#nav li{
	position: relative;
	display: inline;
}
#nav a{
	display: inline-block;
	padding: 5px 10px 5px 10px;
	color: #ffffff;
	text-decoration: none;
	border-radius: 15px;
}
#nav ul{
	position: absolute;
	/*top:100%; Uncommenting this makes the dropdowns work in IE7 but looks a little worse in all other browsers.*/
	left: -9999px;
	margin: 0px;
	padding-top: 5px;
	text-align: left;
}
#nav ul li{
	display: block;
	margin-bottom: 3px;
}
#nav li:hover ul{
	left: 0;
}
#nav li:hover a{
	background: #ffffcc;
	color: #440066;
}
#nav li:hover ul a{
	background: #440066;
	color: #ffffff;
	border-radius: 15px;
}
#nav li:hover ul a:hover{
	background: #ffffcc;
	color: #440066;
}
#nav ul a{
	white-space: nowrap;
	display: block;
	border: 2px solid #000000;
}
.content {
	width: 95%;
	height: 100%;
	float: left;
	padding-top: 65px;
}
.left {
	text-align: left;
	width: 25%; /*320px;*/
	min-width: 250px;
	height: 100%;
	float: left;
	margin-left: 10px;
	position: fixed;
	z-index: 60;
}
.left h2 {
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	background-color: #440066;
	color: #ffffff;
	border: 2px solid #000000;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 15px;
}
.left ul {
	margin: 0px;
	list-style-type: none;
}
.left ul li {
	padding-top: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e0e0e0;
}
.right {
	width: 70%; /*750px;*/
	min-width: 500px;
	height: 100%;
	float: right;
	background-color: #ffffcc;
	position: relative;
	z-index: 70;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 15px 15px 0px 0px;
}
.right h1 {
	font-size: 32px;
}
.right h2 {
	font-size: 24px;
}
.right h3 {
	font-size: 14px;
	text-align: center;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #440066;
}
.right h4 {
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	background-color: #440066;
	color: #ffffff;
	border: 2px solid #000000;
	padding-left: 15px;
	border-radius: 15px;
	margin-bottom: 0px;
}
.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 #440066;
	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 #440066;
	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 {
	padding: 10px;
	margin-top: 15px;
	color: #FFFFFF;
	background-color: #440066;
	text-align: center;
	width: 100%;
	border-top: 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: #440066;
	background-color: #440066;
	height: 2px;
	width: 100%;
	border: 0px;
}
.drag {
	position:relative;
	cursor:hand;
}
aside {
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	background-color: #440066;
	color: #ffffff;
	position: relative;
}
aside a {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
aside:hover {
	color: #440066;
}
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: #440066 transparent;
	left: -16px;
}
aside.arrow:after {
	border-color: transparent #440066;
	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: #440066;
	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;
}