
/* sidebar other */
#sideother {
	
	border: 1px solid black;
	margin: 10px 0;
	width: 180px;
	padding: 10px;
}

/* end sidebarother */

#conArt ul {
	padding:0;
	margin:0;
	border-right: 1px solid black;
	float: left;
}

#conArt ul li {
	font-size: 1.2em;
	list-style-type: none;
		border: 1px solid black;
		border-bottom: none;
	border-right: none;
	padding: 5px;
	float: left;
	margin:0;
	background-color: #8BCCE2;
	padding-top: -15px;
	position: relative;

	z-index: 9
}

#conArt ul li a {
	text-decoration: none;
	color: #FEFFFD;
	font-size: 14px;
	font-weight: bold
}


#articlespage #asection div {

	
	border: 1px solid black;
	float: left;
	display: none;
	clear: both;
	padding:5px;
	margin:0;

	margin-top: -2px;
	width: 678px;
}

#articlespage #asection div p {
	padding:0;
	margin:0;
	color: #BBDFED;
}

#articlespage #conArt {
	width: 690px;
	margin-top: 20px;
	
}

.container2 h1 {
	font-size: 22px;
	color: #0097C9;
	padding: 0 20px 20px 0;
}	

#memberaccesspage h1 {
	text-align: center;
}

#memberaccesspage h2 {
	margin: 10px auto;
	color:#00759F
}

#memberaccesspage table {
	border-collapse: collapse;

}

#memberaccesspage table td {
	/*border: 1px solid #0097C9;*/
	padding: 5px;
}


#memberaccesspage table .cbox p {
	margin-top: 5px
}

 #memberaccesspage table .cbox input {
	margin: 4px 4px 0 0;
	position: relative;
	padding:0;
	float: left;
	clear: left;
	
}
*html  #memberaccesspage table .cbox input {
	margin-top:0;
	margin-right:0;
}



