/* CSS Document */


.membernav {
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	font-size:11px;
	background-color: #174B6A;
	padding: 2px 4px;
	margin: 0px;
}

.membernav a {
	color:#FFFFFF;
	text-decoration: none;
}

.membernav a:hover {
	text-decoration: underline;
}

.member-header{ /*header of 1st demo*/
	cursor: pointer;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

}


.open-mem-header{ /*class added to contents of 1st demo when they are open*/
	/*color: #000066;*/
	color: #420B09;
	font-weight: bold;
}



.member-header-single {
	cursor: pointer;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.member-header-single a {
	color:#FFFFFF;
	text-decoration: none;
}

.member-header-single a:hover {
	text-decoration: underline;
}


.olcolumn {
list-style-type:none; 
padding:2px; 
margin:2px;
line-height:12px;
}

.licolumn {
	width:160px;
	margin:2px 0px;
	padding:2px 0px;
	line-height:12px;
	float:left;
	font-size: 12px;
}

.olcolumnmain {
width:220px; 
list-style-type:none; 
padding:1px; 
margin:1px;
line-height:12px;
}

.licolumnmain {
width:100px;
margin:1px 0px;
padding:1px 0px;
line-height:12px;
float:left;
}

.licol {
    float: left;
    width: 100px;
}
.licolumn a {
	color: #FFFFFF;
	text-decoration: none;
}
.licolumn a:hover {
	color: #420B09;
	text-decoration: underline;
}

