body {
	margin:5px 0 5px 0;
	background: url("/images/aps-bg.gif") repeat-x scroll center top #F7F7F7;
	/* #005a9c; */
	font-family: arial, sans-serif;
}

#Container {
	margin:0 auto 0 auto;
	width:850px;
	padding:0;
	background-color:#fff;
/* debug	border:3px solid #FF0;*/
}

#Miscellany {
	float:left;
	width:150px;
	margin:0;
	padding:0;
	background-color: #d6d6d6;

/* debug	border:2px solid #F00;*/
}

#Banner {
	margin: 0px;
/*	width: 138px;*/
	height: 100px;
	background-color: #d6d6d6;
	border:2px solid #F00;
}

#Banner h1 {
	margin: 8px;
/*	width: 138px;*/
	height: 100px;
	background: url(https://www.aps.org/templates/images/logo.jpg) no-repeat top left;
}

#Banner h1 span {
	display: none;
}

#Gratuitous {
/*	margin: 0px;
	width: 138px;
	height: 37px;
	background: url(http://meetings.aps.org/images/bar.gif) no-repeat top left;*/
}

#Nav {
	margin: 10px 0px 0px 0px;
	width: 138px;
	background-color:#d6d6d6;
}

#Nav ul {
	margin: 0px;
	padding: 6px 0px 0px 0px;
	cursor: default;
	list-style-type: none;
}

#Nav li {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 10px;
	font-size: 12px;
	font-weight: bold;
}

#Nav a {
	color: #000;
	padding: 5px;
	text-decoration: none;
	display: block;
/*	width: 113px;*/
}

#Nav a:hover {
	background-color: #036;
	color: #fff;
	display: block;
/*	width: 113px;*/
}

#Main {
	margin: 0px 0px 0px 150px;
	padding: 0;
	width: 700px;
/*debug	border:2px solid #000;*/
}

#Header {
	background-color: #d6d6d6;
	padding: 10px;
	text-align: center;
	height:100px;
}
#Header H1 {
	font-size:1.2em;
}

#Header H2 {
	font-size:1.1em;
}

#BodyArea {
	background-color: #fff
	padding: 0 10px 10px 0;
	text-align: left;
}

#Footer {
	margin:0 auto 0 auto;
	background-color:#fff;
	text-align:center;
	padding:10px 0 10px 0;
	width:850px;
	border-top:1px solid #333;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h2 {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #003366;
	font-size: 12pt;
}

.emph {
	color: #006699;
	font-size: 10pt;
	font-weight: bold;
}

ul#Nav1A {
	/* display: none; */
}

ul#Nav1B {
	display: none;
}

ul#Nav1B {
	margin: 8px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	cursor: default;
	list-style-type: none;
}

ul#Nav1B li {
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	background-color: #006699;
}

ul#Nav1B a {
	color: #FFFFCC;
	text-decoration: none;
}

ul#Nav3
{
	padding: 0px 0px 0px 10px;
}
ul#Nav3 a
{
/*	width: 103px;*/
}
ul#Nav3 a:hover
{
/*	width: 103px;*/
}

a:hover {
	color:#933;
}
a:visited {
	color:#303;
}

.eventList_day
{
	font-weight: bold;
	background-color: #ddd;
	padding: 4px;
}
.eventList_event
{
	padding: 4px 4px 0 4px;
	background-color: #fcfcfc;
}
.eventList_eventOdd 
{
	padding: 4px 4px 0 4px;
	background-color: #eee;
}
.eventList_eventLeft 
{
	float: left;
/*	width: 200px;*/
}
.eventList_eventRight 
{
	margin-left: 200px;
}

.smallnormal 
{
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	font-family: arial, sans-serif;
	color: #006699;
}


.NormalBold
{
	margin: 0px;
	font-size: 13px;
	font-weight: Normal;
	font-family: arial, sans-serif;
	color: #006699;
}

.smallbold 
{
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	font-family: arial, sans-serif;
	color: #006699;
}

.smallitalic
{
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	font-family: arial, sans-serif;
	color: #006699;
	font-style: italic;
}

.largerbold 
{
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	font-family: arial, sans-serif;
	color: #006699;
}

.largernormal 
{
	margin: 0px;
	font-size: 13px;
	font-weight: normal;
	font-family: arial, sans-serif;
	color: #006699;
}

.redMsg {
	color: red;
}

