html,body {
	margin:0;
	padding:0;
	color:#000;
	background:#fff;
	}
body {
	padding:10px 0 10px 10px;
	font:76%/135% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	}

a {
	color: #999;
}
a:hover {
	color: #666;
}

#nav {
	width: 260px; 
	float: left;
	padding: 135px 0 45px;
	background: url(../Image/layout/title.gif) no-repeat 25px 50px;
	}
#nav img {
	margin-top: 20px;
	position: relative;
	left: 25px;
}

#nav ul {
	margin: 0 0 0 15px;
	padding: 0;
}
#nav ul a{
	display: block;
	color: #000;
	text-decoration: none;
	padding-left: 5px;
	margin: 0;
	border-left: 5px solid #fff;
}

#nav ul a:hover{
	text-decoration: underline;
}

#nav ul a.here{
	border-left: 5px solid #B0BD6B;
}

#nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#cont {
	margin: 0 20px 0 260px;
	padding: 45px 0;
	}

div#br {
	clear: both;
}
p {margin:1em 0;}
#labfooter {
	text-align:center;
	clear:both;
	}

.endpage{
	background:url(../Image/layout/endpage.gif) no-repeat;
	display: block;
	width: 13px;
	height: 13px;
}
/* CSS for the box starts here
================================================*/
/* Default styling. Used when JavaScript is unsupported */
.cbb {
	padding:20px 20px 20 10px;
	margin: 30px 10px;
	background:#fff;
	border:2px solid #5C7500;
	}

/* 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:5px 0;
	}
.two {
	width:45%;
	float:left;
	}
.three {
	width:45%;
	float:right;
	}
/* Rules for the top corners and border */
.bt {
	background:url(../Image/layout/box.gif) no-repeat 100% 0;
	margin:0 0 0 24px;
	height:40px;
	}
.bt div {
	height:40px;
	width:55px;
	position:relative;
	left:-36px;
	background:url(../Image/layout/box.gif) no-repeat 0 0;
	}
/* Rules for the bottom corners and border */
.bb {
	background:url(../Image/layout/box.gif) no-repeat 100% 100%;
	margin:0 0 0 40px;
	height:50px;
	}
.bb div {
	height:50px;
	width:55px;
	position:relative;
	left:-52px;
	background:url(../Image/layout/box.gif) no-repeat 0 100%;
	}
/* Insert the left border */
.i1 {
	padding:0 0 0 12px;
	background:url(../Image/layout/border1.gif) repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	margin-right: 11px;
	padding:0 12px 0 0;
	background:url(../Image/layout/border1.gif) 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. */
h1 {
	margin: 0 -10px;
	padding: 0.3em 10px;
	background: #fff;
	font: bold 1.4em/1 Arial, Helvetica, sans-serif;
	}

h2, h3, h4, h5, h6 {
	margin: 0 -10px;
	padding: 0.3em 10px;
	background: #fff;
	font: bold 1.2em/1 Arial, Helvetica, sans-serif;
	}

