.name_al {
	font-size: 11px;

}

.mainvis {
	margin-right: 20px;
	margin-left: 20px;
	background-color: #cccccc;
	height: 360px;

}

.bodyheader {
	background-image: url(img/header.jpg);
	margin-right: 20px;
	margin-left: 20px;
	height: 12px;
	position: relative;
	top: 0px;
}

.leftcolum {
	margin-left: 20px;
	margin-top: 18px;
	width: 200px;
}


#worklist {
	position: relative;
	top: -300px;
	left: 250px;
	height: 550px;
	width: 480px;
	overflow: scroll;


}

.listchild {
	width:100%;
	height:90px;
	color: #666666;
	border-color: #aaaaaa;
	border-width: 1px;
}
.listspace {
	width:100%;
	height:640px;
}


.listname {
	line-height: 1.3em;
	padding: 15px;
	padding-bottom: 0px;
	font-size: 18px;
	
}

.listsub {
	font-size: 12px;

}

.listdecrpt {
	line-height: 1.5em;
	padding-left: 15px;
	padding-right: 15px;
	
}

.footer {
	position: relative;
	background-position:50% 0px;
	top: -50px;
	width: 100%;
	height: 86px;
	z-index: 100;
}

#container {
	position: relative;
	top: -50px;
	height: 1250px;
	width: 768px;
	margin: auto;
}

#bodybase {
	height: 1000px;
}

.hilite {
	border-style: solid;
}
.nolite {
	border-style: none;
}

a{color:#666666
   }

a:hover{color:#666666;
    background-color:transparent;
}