@charset "utf-8";
#outerGroup    #accesslist {
	float: left;
	margin-top: 10px;
	width: 150px;
	list-style-type: none;
}
#outerGroup    #accesstitle {
	clear: both;
	margin-left: 150px;
	margin-top: 10px;
}
#outerGroup  #mainContent {
	float: right;
	width: 600px;
	border: thin dotted #0033FF;
	padding: 10px;
	margin: 10px;
}
#outerGroup  #subContent {
	float: right;
	width: 600px;
	margin: 10px;
	padding: 10px;
	border: thin dotted #0033FF;
}
