@charset "utf-8";




#outerGroup #listmenu {
	width: 800px;
	margin: 0px;
	padding: 0px 60px;
}

#outerGroup .membersList {
	width: 500px;
	margin: 5px 210px 0px;
}

#outerGroup #listmenu .listmenuButton {
	float: left;
	height: 15px;
	width: 100px;
	text-align: center;
	padding-top: 5px;
	background-color: #6d6d6d;
	
}

#outerGroup #listmenu .listmenuButton:hover {
	background-color:#cccccc;
}

#outerGroup #listmenu #activeList {
	background-color: #cccccc;
}

#outerGroup #listmenu .TabbedPanelsContentGroup #members {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#outerGroup #listmenu .TabbedPanelsContentGroup #officer {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

#outerGroup #listmenu .TabbedPanelsContentGroup #supportOfficer {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 200px;
	height: 1000px;
}

#outerGroup #listmenu .TabbedPanelsContentGroup #supportMember {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}

#outerGroup #listmenu .TabbedPanelsContentGroup #committee {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}



#outerGroup #footer {
	text-align: right;
	clear: both;
	height: 25px;
	background-image: url(../images/heading_bg.jpg);
}
