html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	color: #000;
	background-color: #fff;
	background-image: url(menu-spacer.png);
	background-position: left top;
	background-repeat: repeat-y;
}

.header-bottom {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(header-spacer.png);
}

.header-overlay {
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(header-glass.png);
	background-repeat: no-repeat;
}

.menu-topper {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 220px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(menu-topper.png);
	background-repeat: no-repeat;
	z-index: 10;
}

.menu-bar {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 190px;
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 10px 5px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #fff;
	z-index: 15;
	font-size: 9pt;
}

.menu-bar .contents {
	z-index: 25;
}

.main-body {
	position: absolute;
	top: 40px;
	left: 200px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	z-index: 50;
	right: 0px;
}

.accessible {
	display: none;
}

/* .menu-bar a {
	color: white;
} */

.menu-bar .topic {
	font-weight: bold;
}

.menu-bar .heading {
	font-weight: bold;
	font-style: italic;
	font-size: 8pt;
	color: #99c;
	padding: 0px 0px 3px 0px;
}

.menu-bar .notification {
	color: #80e080;
	text-decoration: none;
}

.menu-bar a {
	color: #8888dd;
}

.menu-bar .copyright {
}

.carved-corner-ul {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 11px;
	height: 11px;
	z-index: 5;
	background-image: url(carved-corner-ul.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}

.carved-header-bar {
	position: relative;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	font-size: 10pt;
	right: 0px;
	color: #ccc;
}

.carved-header-bar-nogradient {
    position: relative;
    padding: 5px 5px 5px 10px;
    font-weight: bold;
    font-size: 10pt;
    background-color: #405585; 
    color: #ccc;
    text-align: left;
    font-style: italic;
    font-size: 14pt;
    font-family: Trebuchet MS;
    border: none;
}

.carved-header-bar .right {
	position: absolute;
	right: 5px;
}

.dark-container {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border: solid 1px #000;
	background-color: #457;
	color: #ccc;
}

.newsitem {
	padding: 3px;
	margin: 3px;
}

.newstitle {
	font-size: 15px;
	font-weight: bold;
	color: #1c6c8a;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
}

.newsdate {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #053040;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
}

.newsbody {
	font-size: 12px;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.newslink {
	font-size: 12px;
	color: #1c6c8a;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-style: italic;
}

.error-message {
	color: red;
	font-size: large;
}

.wizard-heading {
	font-size: large;
}
