#mainblock {
	display: block;
	position: relative;
	width : 728px;
	left : 50%;
	margin-left : -364px;
}

#whiteblock {
	width:728px;
	background-color: #EEEEEE;
}

#content {
	padding: 10px 40px 20px 40px;
}

body {
	background-color: #2B2B2B;
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size : 11pt;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration : none;
	color : #918C66;
}

a:hover {
	text-decoration : underline;
}

a:visited {
	color : #918C66;
}

th {
	font-weight : bold;
}

.page_title{
	margin : 0px 40px 0px 40px;
	text-align: center;
	font-size : 20pt;
	font-weight : bold;
	color : #918C66;
	border-bottom : 1px dashed Black;
}

.copyright {
	text-align : center;
	font-size : 8pt;
	margin-right : 10px;
}

.hr {
	border-bottom: 1px solid Black;
	margin: 5px 40px 30px 40px;
}

.manage_events {
	text-align : right;
	font-size : 8pt;
	margin-right : 10px;
}

.event_date {
	font-size : 12pt;
	font-weight: bold;	
}

.event_description {
	margin-left: 40px;
}

.event_tentative {
	color: #FF0000;
}

.club_name  {
	font-size: 12pt;
	font-weight: bold;	
}

.club_description  {
	margin-left: 40px;
}

.section_title {
	font-size: 12pt;
	font-weight: bold;	
	color : #918C66;
}

.subsection_title{
	margin-left: 20px;
	font-weight: bold;
}

.section_indent {
	margin-left: 40px;
}

.ae_sectionlink {
	font-weight: bold;	
}


.center {
	text-align: center;
}
