/* ----- BASIC ELEMENTS AND FONTS ----- */

/* FONT SIZE SET IN GRID */
html, body {
	color: #000000;
}

.mainPage {
	width: 100%;
}

.login_box {
	display: none;
}

.footer_menu {
	display: none;
}

.content_copyright {
	display: none;
}

/* HORIZONTAL RULE */
.mainbgcolor
{
	color: #000000;
	background-color: transparent;
}

.content_box p {
	color: #000000;
}

/* MARGIN SET IN GRID */
.content_box_nodiv p {
	font-size: .85em; /* 11px */
	text-align: justify;
}

.section {
	color:#000000;
}

.red {
	color: #000000;
}

.yellow {
	color: #000000;
}

.emphasis {
	color: #000000;
}

h1 {
	color: #000000;
}

h2 {
	color: #000000;
}

h2.title {
	color: #000000;
	background-color: #ffffff;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

h3 {
	color: #000000;
}

a {
	color: blue;
}

/*----- LAYOUT ----- */

#container {
	background: transparent;
}

#content {
	background: transparent;
}

/* WIDTH SET IN GRID */
.content_box {
	width: 0%;
	display: none;
}

/* WIDTH SET IN GRID */
.content_box_large {
	width: 80%;
	margin:0px 0px 0px 20px;
}

/*----- IMAGES ----- */

a img{
	border: none;
}

.imgRight {
	float: right;
	margin-right: 10px;
	margin-bottom: 20px; 
	margin-left: 10px;
}

.imgLeft {
	float: left; 
	margin-right: 20px;
	margin-bottom: 20px; 
	margin-left: 20px; 
}

.centerR {
	float: right;
	margin-right: 20px;
	margin-bottom: 10px; 
	margin-left: 20px;
}

.centerL {
	float: left; 
	margin-right: 10px;
	margin-bottom: 10px; 
	margin-left: 10px; 
}

/* Enhances mystic button with text and a shaded background */

.mbEnhanced { 
	text-align: left; 
	color: #000000;
	background-color: #ffffff;  
	font-size: .75em; 
	font-weight: bold; 
	width: 100%;
}

/* SPECIAL MYSTIC BUTTON ANCHOR STYLES */
.mysticbutton {
	font-family: helvetica,arial,sans-serif;
	font-weight: bold; 
	font-size: 75%; /*90% */
	width: 14.5em;
	margin: 1em 0em; 
}

.mysticbutton A {
	display: block; 
	width: 20em;       /* 18em; */
}

.mysticbutton A:link {
	color: #ffffff; 
	background-color: #8B1A1A;       /*#063e89;*/ 
	text-decoration: none;
	border-top: #cecece .15em solid; 
	border-right: #4a4a4a .15em solid; 
	border-bottom: #4a4a4a .15em solid;
	border-left: #cecece .15em solid;
}

.mysticbutton A:visited {
	color: #ffffff; 
	background-color: #8B1A1A;       /*#063e89;*/  
	text-decoration: none;
	border-top: #cecece .15em solid; 
	border-right: #4a4a4a .15em solid; 
	border-bottom: #4a4a4a .15em solid;
	border-left: #cecece .15em solid; 
}

.mysticbutton A:hover {
	color: #ffffff; 
	background-color: #d17d7d; /*#3c5ed9; */
	text-decoration: none;
	border-top: #4a4a4a .15em solid; 
	border-right: #cecece .15em solid; 
	border-bottom: #cecece .15em solid;
	border-left: #4a4a4a .15em solid;
}

.mysticbutton span {
	font-family: Verdana, Arial, sans-serif;
	font-size: .99em;   /* also adjusts background color height */
	font-weight: bold;
	padding-top: 0em; 
	padding-right: 0.4em;
	padding-bottom: 0em;  
	padding-left: 0.4em; 
	color: #0c479d; 
	background-color: #e6e6e6;
}
