﻿.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: 1024px;
	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: 800px;
	left: 200px;
	top: 142px;
	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: 80%;
	top: 1%;
	right: auto;
	z-index: 6;
}
.helpbar {
	position: fixed;
	height: 47px;
	width: 153px;
	left: 65%;
	top: 1%;
	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: auto;
	left: 0px;
	top: 0px;
	float: left;
	width: 100%;
	z-index: 2;
	visibility: visible;
}
.topbartext {
	text-align: center;
	font-size:x-large;
	color: #C30C13;
}

.editframe {
	position: absolute;
	left: 2px;
	top: 190px;
	text-align: left;
	visibility: visible;
	width: 100%;
}

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

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

a.info {position: relative;}
a.info span{display: none;} 
a.info:hover span {
	font-family:"Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:14px;
	position: absolute;
	z-index:200;
	display:block;
	top: 20px;
	left: -100px;
	width:300px;
	color:#000000;
	background: #ffffff;
	border: 0px solid #BD7E2E;
	text-align:center;
}

.popup
{
   position:absolute;
   left:0px; 
   top:-10px;
   width:400px;
   border-style:solid;
   border-width:4;
   border-color:blue;
   background-color:yellow;
   padding: 5px;
   color: red;
   font-family: Arial;
   font-weight: bold;
   font-size: 10pt;
   z-index:2;
   visibility:hidden;
}
