/* common.css */
body {
	color: black;
	background: white;
	line-height: 150%;
	margin: 0;
	padding: 0;
}
a:link { color: blue; }
a:visited { color: red; }
a:active { color: red; }
a:hover {
	background: #990000;
	color: white;
}


div#header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

div#header-container {
	height: 28px;
	background: #009900;
}

div#header {
	position: relative;
}
div#header img {
	border: 0;
}

div#container {
	margin-top: 42px;
	margin-bottom: 140px;
	margin-left: 10em;
	overflow: auto;
}

div#footer-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

div#footer-container {
	height: 70px;
	background: #009900;
}

div#footer {
	position: relative;
}


div.bwrapping > div.banner {
	position: fixed;		/* Overrides 'absolute' */
}

div.banner {
	margin: 0;		/* margin-top/bottom/left/right */
	line-height: 1.1;
	text-align: center;
	position: absolute;	/* Fallback if 'fixed' is not supported */
	top: 38px;
	width: 8em;
	left: 1em;
	right: auto;
}

div.banner p {
	margin: 0; 
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.4em;
	padding-right: 0.4em;
	background: #33DD33  fixed;
	border: thin outset #999999;
	color: white;
	text-indent: 0;
	font-weight: normal;
}

div.banner a, div.banner strong {
	display: block;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0.2em;
	margin-right: 0.2em;
	border-top: 2px ridge #FFFFFF;
	font-weight: normal;
}
div.banner a:first-child, div.banner strong:first-child {
	border-top: none;
}
div.banner a.exlink {
	background: #AAFFAA  fixed;
}
div.banner strong {
	color: #991111;
	background: #33DD33 fixed;
	font-style: normal;
	font-weight: bold;
	font-size: 120%;
}
div.banner strong.current {
	color: #FFFFFF;
	background: #FF4444 fixed;
}

div.banner a:link {
	text-decoration: none;
	color: blue;
}
div.banner a:visited, div.banner a:active {
	text-decoration: none;
	color: red;
}
div.banner a:hover {
	background: black;
	color: white;
}


