﻿.body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	opacity: 1.00;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	line-height: normal;
	word-spacing: normal;
	z-index: 1;
	right: 100%;
}
.bodyouter {
	position:relative;
	padding: 0px;
	margin: 0px;
	border: 0px solid;
	margin-left:auto;
	margin-right:auto;
	width: 1024px;
	height: 1024px;
	text-align:center;
}
.bodyinner {
	position: absolute;
	margin: 0px;
	border: 0px solid;
	width: 800px;
	height: 1024px;
	left: 0px;
	top: 0px;
	text-align:left;
}
a {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color:#190870;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #190870;
}
a:hover {
	text-decoration: underline;
	color: #3333FF;
}
a:active {
	text-decoration: none;
	color: #190870;
}

#menubar {
	position: absolute;
	height: 50px;
	width: 680px;
	left: 340px;
	top: 280px;
	z-index: 3;
	visibility: visible;
}
#menubar ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#menubar li {
	float: left;
}
#menubar a {
	margin: 0 1px;
	padding: 5px;
	display: block;
	background-color:#D8CDE9;
	border: 1px solid #9900CC;
	text-decoration: none;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#190870;
	font-weight: bold;
}
#menubar a:hover {
	background-color: #C30C13;
	border: 1x solid #C30C13;
}


.escapebar {
	position: fixed;
	height: 47px;
	width: 153px;
	left: 70%;
	top: 2%;
	right: auto;
	z-index: 6;
}

.sidebar {
	position: absolute;
	height: 790px;
	width: 270px;
	left: 0px;
	top: 400px;
	text-align: center;
	z-index: 4;
	visibility: visible;
	font-size: 14px;
}
.sideh1 {
	padding: 1em;
	font-size: 18px;
	color: #9900CC;
	text-decoration: underline;
}
.sideh3 {
	font-size: 16px;
	color: #000000;
}

.topbar {
	position: absolute;
	height: 330px;
	left: 0px;
	top: 0px;
	float: left;
	width: 100%;
	z-index: 2;
	visibility: visible;
}
.topbartext {
	text-align: center;
	font-size: xx-large;
	color: #C30C13;
}

.editframe {
	position: absolute;
	left: 282px;
	top: 340px;
	text-align: left;
	visibility: visible;
	width: 735px;
}

.editregion {
	background:#D8CDE9;
	visibility: visible;
	width: 100%;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	padding:5px;
}

.close1 {
	text-align: center;
	color: #C30F12;
	font-size: large;
	font-style:italic;
	font-weight:bold;
}
.close2 {
	color: #FF0000;
	text-align:center;
}
.close3 {
	border-width: 0px;
	text-align:center;
}
.noborder {
	border: 0px;
}