/********************************************************************
 The main part of each of the classes below is defined in common.css
*********************************************************************/

/* main table */
.fullwebpagesize { width:780px; }

/* text in the top blue banner */
.abtlogotext { color:#ffffff; }

/* breadcrumb formatting */
.breadcrumb { margin-bottom:-5px; margin-top:-2px; }

/********************************************************************
 The classes below are defined completely outside of common.css
*********************************************************************/

/* background image on top header; basically an image of the header itself */
.topheaderpreload { background:url(/h-images/top_bg.gif) no-repeat top left; }

/* width of the page (all content) */
.wholepagecontentsize { width:780px; }

/* background color of the top blue banner (w/logo on left) */
.topbg { background:#4F84AE; }

/* size of the top blue banner */
.topsize { width:766px; height:79px; }

/* nav buttons (About Us...Conferences) at top of page */
.tabmenutopbg { background: background:#4F84AE; height:21px;}

/* main table that contains sidenav and main content */
.nomarginsorpadding_maincontenttable { margin:0px; border:0px; padding:0px; }

/* inner table that contains the main content minus the H1/H2/banner graphic */
.nomarginsorpadding_maincontentinnertable { margin:0px; border:0px; padding:0px; width:655px; }

/* main content area w/out sidebar */
.contentareanosidebar { width:655px; }

/* div containing graphical banner (if exists), title, and main content */
.belowsubbarpicture { margin-top:35px; }

/* table cell that holds the sidenav */
.newsidebarnav { background: #D6DEE9; width:125px; }

/* footer table */
.nomarginsorpadding_footer { margin:0px; border:0px; padding:0px; width:100%; }

/* footer (really just the horizontal rule in the footer) */
/* .footerwidth { width:650px; }* 
