/*Link*/
.link_entry {
	width: 500px;
    border:  1px dashed #E6E6E6;
	margin: 25px 20px 15px 15px;
}


.linktitle {
	background-image: url(img/bullet.gif) ;
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 12px;
	font-weight: bold;
	color: #4E889A;
	margin: 10px 20px 0 20px;
	border-bottom: 1px dotted #473714;
	padding: 2px 0px 5px 27px;
}

.link_entry p{
	font-size: 12px;
	line-height: 1.8;
	color: #333;
	margin: 10px 50px 10px 50px;
}

.linklist_l {
	margin: 3px 0px 3px 35px;
	float: left;
	padding: 0;
	width: 235px;
	text-align: left;
}

.linklist_l ul li { 
	list-style: none;
	list-style-position: inside;
	font-weight: bold;
	font-size: 12px;
	margin: 10px 5px 5px 15px;
	color:#B6212D;
	padding: 0px 0px 10px 20px;
	background-image: url(img/next1.gif) ;
	background-repeat: no-repeat;
	background-position: top left;
	}

.linklist_r {
	margin: 3px 35px 3px 0px;
	float: right;
	padding: 0;
	width: 235px;
	text-align: left;
    border:  0px solid  #E6E6E6;
}

.linklist_r ul li { 
	list-style: none;
	list-style-position: inside;
	font-weight: bold;
	font-size: 12px;
	margin: 10px 5px 5px 15px;
	color:#B6212D;
	padding: 0px 0px 10px 20px;
	background-image: url(img/next1.gif) ;
	background-repeat: no-repeat;
	background-position: top left;
}