@charset "utf-8";
/* CSS Document Updated 2023-04-19 LLL */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	background: #543272; /*deep purple*/ /*2b70d7;medium blue*/
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}
#InnerBody { /*oneColFixCtr*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 520px; /*770px;  /* 20px less than full 800px width allows for browser chrome, avoids horizontal scroll bar */
	border: 0px solid #000000;
	text-align: center;  /*overrides the text-align:center on the body element. */
	background: #543272; /*deep purple*//*#0e418f; 2b70d7;medium blue (usually covered by BigColumn, etc.)*/
	padding-top: 0px;
}
#BigColumn {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 520px;  /* 20px less than full 800px width allows for browser chrome, avoids horizontal scroll bar */
	padding: 0px; 
	padding-bottom:30px;
	border: 0px dotted #0e34b1;
	text-align: center; /* overrides the text-align: center on the body element. */
	background:  #543272;  /*#e7b485;tan*/
}
#LogoDiv {
	margin: 0 auto;
	width: 180px;
	height: 170px;
  	background: #f7e58e; /*#e7b485;light orange*/
}
.MainPanel {
	margin: 0 auto;
	padding-left:10px;
	margin-bottom:10px;
	width: 500px;
	text-align: center;
	border: 2px solid yellow;
	border-radius:20px;
	color: yellow;
	background: #37083c; /*Elixer deep purple*//*#0e418f;Abduction blue  #0e34b1:deep blue*/
}

.Announcement {
	margin: 0 auto;
	padding:30px;
	margin-bottom:0px;
	width: 600px;
	text-align: left;
	font-weight:normal;
	border: 2px solid black;
	border-radius:20px;
	color: black;/*#0e34b1;/*deep blue*/
	background: yellow; 
}

.Div2 {
  color: white;
  background: #f07c3c; /*<-orange*/
}
.pagetitle{
	text-align:center;
	font-size:16pt;
	font-weight:bold;
}
.a:link {
	color:white;
	text-decoration:underline;
	}

.fatlink { 
  color:white;
  margin:2px;
  padding:2px;
  cursor:pointer;
}
 a:link    {color:white; text-decoration:underline;}
 a:visited {color:white; text-decoration:underline;}
 a:hover   {color:black; background:white; text-decoration:underline;}
 a:active  {color:red;}

.cast {color:#ffd800; font-weight:bold; font-size:14pt;}

.GLOHmenu { 
  font-weight: bold;
  font-size: 14px;
  border: 0px solid red;
  text-align: center;
}
.butt {
  border-bottom:#037 solid 2px;
  border-right:#037 solid 2px;
  border-left:#8bf solid 2px;
  border-top:#8bf solid 2px;
  background-color:#e7b485;
  /*font-size:10pt;
  font-weight:600;
  */
  margin:2px;
  padding:2px;
}
.butt a    {color:black;text-decoration:none;font-weight:bold;}
.butt a:link    {color:black;background-color:yellow;}
.butt a:visited {color:black;background-color:yellow;}
.butt a:hover   {color:white;background-color:#000;}
.butt a:active  {color:red;}


.middletext {
font-family: MAXIMO, Century Gothic, Arial, Helvetica, sans-serif;
color: yellow;
}