html,body {
	margin:0;
	padding:0;
	color:#000;
  	background:#fff url(./gifs/bsgebg.gif);
/*	background:yellow; */
}
body {
   text-align: center;
	padding:10px;
/*	font:76%/135% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;  */
	font:76%/135% Verdana, Arial, Helvetica, sans-serif;
}
#container {
	text-align:left;
	width: 760px;
	margin: auto;
}
p {margin:1em 0;}
#labfooter {
	text-align:center;
	clear:both;
}

/* CSS for the box starts here
================================================*/
/* Default styling. Used when JavaScript is unsupported */
.cbb {
	padding:0 10px;
	margin:1em 0;
	background:#fff;
	border:1px solid #666;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Verdana, Arial, Helvetica, sans-serif;
}
/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

/* Two of the boxes are floated just for this demo. Adjust to your needs. */
.cb {
	margin:0.5em 0;
}
.one {
	width:100%;
	float:left;
}
.two {
	width:49%;
	float:left;
}
.three {
	width:49%;
	float:right;
}
/* Rules for the top corners and border */
.bt {
	background:url(./gifs/bsgebox.png) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:17px;
}
.bt div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(./gifs/bsgebox.png) no-repeat 0 0;
}

/* Rules for the bottom corners and border */
.bb {
	background:url(./gifs/bsgebox.png) no-repeat 100% 100%;
	margin:0 0 0 18px;
	height:17px;
}
.bb div {

	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(./gifs/bsgebox.png) no-repeat 0 100%;
}

/* Insert the left border */
.i1 {
	padding:0 0 0 12px;
	background:url(./gifs/bsgeborders.png) repeat-y 0 0;
}
/* Insert the right border */
.i2 {
	padding:0 12px 0 0;
	background:url(./gifs/bsgeborders.png) repeat-y 100% 0;
}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#fff;
	border:1px solid #fff;
	border-width:1px 0;
	padding:0 10px;
}
/* CSS for the box ends here */

/* Just a bit of styling for this example. Adjust as you wish. */
.cb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Verdana, Arial, Helvetica, sans-serif;
}

/* And now KMWs own styles */
h4 {
	 text-align: center;
	 font-size: 120%;
	 font-weight: bold;
}
li {
	padding: 6px 0 0 0;
}
#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #F44;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #F44;
border-bottom: none;
background: #FDC;
text-decoration: none;
}

#navlist li a:link { color: #C00; }
#navlist li a:visited { color: #C33; }
#navlist li a:hover
{
color: #000;
background: #F88;
border-color: #F44;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
color: #C00;
}

  A:link        { color:maroon; text-decoration:none; font-weight:bold; }
  A:visited        { color:maroon; text-decoration:none; font-weight:bold; }
  A:hover         { color:red; text-decoration:none; font-weight:bold; background-color: white; }
  A:active        { color:red; text-decoration:none; font-weight:bold; }



