/* Luners.css */
body {
	background-color: #003060; color: #000000;
}
a:link{
	color: #003399;
	background-color: transparent;
	text-decoration: none;
}
a:visited{
	color: #003366;
	background-color: transparent;
	text-decoration: none;
}
a:hover, a:active
{
	color: #ff6600;
	background-color: transparent;
}
#header {
	background-image: url(/share/images/mwt_h1.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-color: #003060;
	padding-top: 0%; padding-bottom: 2%;
	padding-left: 2%; padding-right: 0%;
	height: 60px;
}
#header h1 {
	display: none;
	background-color: transparent; color: #000000;
	background-repeat: no-repeat;
	text-align: right; vertical-align: middle;
	font-size: smaller;
	padding-top: 0; padding-bottom: 0;
	margin: 0;
}

.contenttitle h2 {
	border-color: #003060;
}
.contentbody {
	border-color: #003060;
}
.contentitem {
	border-color: #003060;
}
/* Menu lists */
.sidebardl dt
{
	background-image: none;
	background-color: #003060; color: #ffffff;
	border-top-style: none; border-bottom-style: none;
	border-color: #003060;
}

.sidebardl dt a:link, .sidebardl dt a:visited {
	background-color: #003060; color: #ffffff;
}

.sidebardl dd
{
	background-color: #f6f6f6; color: #000000;
	border-bottom-style: solid; border-color: #cccccc;
	border-bottom-width: 1px;
}

#footer {
	border-color: #003060;
}

