
hr	{
	color: #AAAAAA;
	height:	1px;
	border-bottom:	none;
	border-left:	none;
	border-right:	none;
	border-top: solid 1px #AAAAAA;
	}


ul	{
	list-style-type: square;
	color : #666666;
	margin-bottom: 0;
	margin-top: 10px;
	}

	
li  	{
    	margin-bottom: 3px;
    		}




span.samash {
    	color: #b80014;
	font-weight: bold;
}

div.mainheader {
	background: #ffffff url(./images/banner_info.jpg) no-repeat top left;
	width:		875px;
	height: 	40px;
	margin-top:	30px;
	margin-left:	25px;
	color: 		#FFFFFF;
	font-size: 	18px;
	font-weight: 	bold;
	line-height: 	40px;
	padding-left:	25px;
}


div.maincontainer {
	margin-left:	25px;
	margin-right:	25px;
	margin-top:	5px;
	width:		875px;
}

div.leftcontainer {
	width: 170px;
	float: left;
	border-right: solid 1px #AAAAAA;
	padding-right: 10px;
	padding-left: 0px;
	min-height: 300px;
}

div.rightcontainer {

	float:		right;
	padding-left:	10px;
	width:		680px;
}






