body {
	margin: 0 auto;
	text-align: center;
	background:  #FFFFFF;
	margin-bottom: 5px;
}

#pageAM {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#contentAM {
	border: 1px #999 solid;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-align: left;
	background: url(http://www.archaeological.org/Images/annualmeeting/bg.png);
	overflow: hidden;
}

#main {
	text-align: left;
	padding: 0px;
	width: 700px;
}

#mainContent {
	padding: 15px;
}

.regalert {
	font-weight: bold;
	color: #900;
	font-size: 11pt;
	}
	
.regalert a {
	font-weight: bold;
	color: #900;
	text-decoration: none;
	}
	
.regalert a:hover {
	color: #F00;
	}

#buttons {
	background-color: #FFFFFF;
	height: 250px;
	background-color: white;
	text-align: center;
	border-right: 1px #999 solid;
	border-left: 1px #999 solid;
	margin: 0px;
}

#sidebar {
	float: right;
	width: 230px;
	margin:  0 0 0 5px;
	padding: 5px;
	overflow: hidden;
	height: auto;
}
#sidebar p, #sidebar li {
	color: black;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	padding: 5px;
}

.rightcolumntextLarge { 
	font-size: 12pt;
	padding-top: 5px;
	padding-left: 5px;
}

.rightcolumntext a  { 
	font-size: 10pt;
}

.AMbutton {
	width: 95px;
	float: left;
	text-align: center;
	color: #036;
	font-size: 8pt;
	font-weight: bold;
	font-family: arial, helvetica;
	margin: 10px;
	margin-left: 25px; /*for 7 buttons; remove for 8*/
}

.AMbutton a {
	text-decoration: none;
	color: #036;
}

.AMbutton img {
	padding-bottom: 5px; 
}

.clear { clear: both; }

