body {
	background: white;
}
html, body {
	height: 100%;
}

#mas_master {
	width: 100%;
	position: relative;
}

#mas_global {
	width: 100%;
	margin: 0;
}

#mas_header {
	display: none;
}

#mas_main {
	width: 100%;
	position: relative;
	z-index: 1;
}

#mas_main .mas_content {
	width: 100%;
}
#mas_main .mas_content .top {
	display: none;
}
#mas_main .mas_content .middle {
	width: 100%;
	background: transparent;
}
#mas_main .mas_content .bottom {
	display: none;
}

#mas_main .mas_right {
	display: none;
}

#mas_footer {
	width: 100%;
	background: transparent;
	padding-top: 10px;
	border-top: 1px solid black;
}





html, body {
	color: black;
	font-size: 12pt;
	font-family: Times, serif;
}

p {
	margin-bottom: 8px;
}

/* headings */

h1, h2, h3, h4 {
	margin-top: 8px;
	margin-bottom: 5px;
}

h1 { font-size: 3em !important; font-size: 2.5em; margin-top: 0; }
h2 { font-size: 2em !important; font-size: 1.7em; }
h3 { font-size: 1.5em !important; font-size: 1.3em; }
h4 { font-size: 1.2em !important; font-size: 1em; }

/* /headings */


/* links */

a, a:link, a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #0000CD;
	background: transparent;
	border: 0 none;
}

/* forms */

input.ok {
	display: none;
}

/* /forms */

#mas_main .mas_right {
	display: none;
}

#mas_main .welcome {
	margin: 0 5px;
	padding: 0;
	font-size: 1em !important;
	font-size: 0.85em;
}
#mas_main .welcome span {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 2em;
	width: 100%;
	color: #e26f1e;
}

#mas_footer .content {
	width: 100%;
	text-align: center;
	line-height: 1.3em;
	font-size: 0.9em;
}


#mas_nav_expand {
	display: none !important;
	background: transparent;
	position: absolute;
	top: -1000px;
	left: -1000px;
}
#mas_nav {
	display: none;
}

#mas_main ul {
	list-style-positon: inside;
	list-style-type: disc;
	margin-left: 10px;
}
#mas_main ul li {
	margin-left: 20px;
	margin-bottom: 5px;
}