html, body
{
}	



/* --------------------------- FONT-STYLES & HEADERS ----------------------------- */
.content-header
{
	color: #435d9d;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	margin-top: 8px;
	border-top: 1px solid #dedede;
	font-family: Arial;
}

.image-lead-in
{
	font-size: 11px;
	font-family: Arial;
	color: #555555;
}	

.important-points-list
{
	background-color: #efefef;
	border: 1px solid #dedede;
	padding: 6px;
	margin: 0px;
}	


td.chapters-links-table-header
{
	border: 1px solid #dedede;
	background-color: #efefef;
	font-weight: bold;
}	

.chapters-links-table td
{
	padding: 8px 15px;
	vertical-align: top;
	border-bottom: 1px solid #dedede;
}

.sponsors-table-header
{
	border: 1px solid #dedede;
	background-color: #fafafa;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

.sponsors-table td
{
	width: 250px;
	padding: 8px 0px;
	text-align: center;
	vertical-align: middle;
}

.sponsors-table td img
{
	padding: 10px 0px;
}	

.eboardmember li
{
	margin-top: 10px;
	line-height: 1.5em;
}

.eboardmember li a
{
	color: #666666;
}	

.name
{
	font-weight: bold;
}

.position
{
	color: #6389e8;
	font-weight: bold;
}		

.seperator
{
	width: 100%;
	border-top: 1px solid #dedede;
}	
	
body
{
	background-color: #1d364d;
	margin: 0px;
	padding: 0px;
}


/* ------------------------ CONTAINER DIV FOR ENTIRE SITE ------------------------- */
#main-container
{
	width: 750px;
	margin: 10px auto;
	background-color: #ffffff;
	border: 3px solid #536a99;
}

/* ---------------------------- TOP BANNER / HEADER MENU  -------------------------- */
#site-top
{
	width: 750px;
	background-color: #ffffff;
	position: relative;
}	

.top-banner
{
	position: relative;
	width: 750px;
	height: 120px;
	background-image: url(../images/naba-top-banner.gif);
	border-bottom: 2px solid #11172a;
}

.top-banner a
{
	display: block;
	width: 480px;
	height: 120px;
	text-decoration: none;
}

.site-top-menu
{
	position: absolute;
	left: 550px;
	top: 55px;
	color: #ffffff;
	font: bold 11px Arial;
	word-spacing: 1.1em;
	
}

.site-top-menu a
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.site-top-menu a:hover
{
	text-decoration: underline;
}		


/* ------------------------------- MAIN SITE MENU --------------------------------- */
#menu-strip
{
	width: 750px;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #cccccc;
	background-color: #c8c8c8;
	text-align: center;
	height: 30px;
	position: relative;
	margin: 0px auto;
}

#menu-strip ul
{
	margin: 0px;
	padding: 0px;
}	

#menu-strip li
{
	width: 92px;
	height: 30px;
	position: absolute;
	top: 0px;
	list-style-type: none;
}

#menu-strip li a, #menu-strip li a:hover
{
	background-repeat: no-repeat;
	width: 100%;
	display: block;
	height: 30px;
	border: none;
}	

#menu-strip #about
{	left: 0px; width: 96px; background-image: url(../images/menuimg-about-1.gif); background-repeat: no-repeat;}
#menu-strip #eboard
{	left: 97px; background-image: url(../images/menuimg-eboard-1.gif); background-repeat: no-repeat;	}
#menu-strip #calendar
{	left: 190px; background-image: url(../images/menuimg-calendar-1.gif); background-repeat: no-repeat;	}
#menu-strip #programs
{	left: 283px; background-image: url(../images/menuimg-programs-1.gif); background-repeat: no-repeat;	}
#menu-strip #membership
{	left: 376px; background-image: url(../images/menuimg-membership-1.gif); background-repeat: no-repeat;	}
#menu-strip #chapters
{	left: 469px; background-image: url(../images/menuimg-chapters-1.gif); background-repeat: no-repeat;	}
#menu-strip #students
{	left: 562px; background-image: url(../images/menuimg-students-1.gif); background-repeat: no-repeat;	}
#menu-strip #sponsors
{	left: 655px; background-image: url(../images/menuimg-sponsors-1.gif); background-repeat: no-repeat; background-color: #e0e0e0; width: 95px;	}

#menu-strip #about a:hover
{	background-image: url(../images/menuimg-about-2.gif); }
#menu-strip #eboard a:hover
{	background-image: url(../images/menuimg-eboard-2.gif);	}
#menu-strip #calendar a:hover
{	background-image: url(../images/menuimg-calendar-2.gif);	}
#menu-strip #programs a:hover
{	background-image: url(../images/menuimg-programs-2.gif);	}
#menu-strip #membership a:hover
{	background-image: url(../images/menuimg-membership-2.gif);	}
#menu-strip #chapters a:hover
{	background-image: url(../images/menuimg-chapters-2.gif);	}
#menu-strip #students a:hover
{	background-image: url(../images/menuimg-students-2.gif);	}
#menu-strip #sponsors a:hover
{	background-image: url(../images/menuimg-sponsors-2.gif);  }


/* ---------------------- CONTAINER DIV FOR LEFT & RIGHT COLUMNS ------------------ */

#column-container
{
	width: 748px;
	background-color: #ffffff;
}

#left-column
{
	width: 527px;
	overflow: visible;
	border-right: 1px solid #dedede;
	float: left;
}

#left-column-header
{
	width: 527px;
	border-bottom: 1px solid #334b7d;
	height: 40px;
}

#top-image
{
	text-align: center;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
}

.left-column-content
{
	width: 507px;
	padding: 10px;
	background-color: #ffffff;
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 11px;
	text-align: justify;
}

#left-column-content ul
{
	line-height: 1.3em;
}	

#right-column
{
	width: 220px;
	padding-top: 10px;
	text-align: center;
	float: right;
}	

.right-column-img
{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	width: 200px;
}

#right-column-misc
{
	width: 190px;
	margin: 0px auto;
	padding: 8px 3px;
	background-color: #ffe375;
	border: 2px solid #ffcc00;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

#right-column-misc .infoheader, #eyecatcher-div .infoheader
{
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
}	

#right-column-misc a, #eyecatcher-div a
{
	color: #334b7d;
}	

#eyecatcher-div
{
	margin: 15px auto;
	padding: 8px 5px;
	background-color: #b9c5de;
	border: 1px solid #707f9e;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

#copyright
{
	padding: 12px 0px;
	background-color: #efefef;
	color: #555555;
	font-size: 10px;
	font-family: Verdana, Arial;
	border-top: 2px solid #dddddd;
	text-align: center;
	clear: both;
}	

#copyright a
{
	color: #cccccc;
	text-decoration: underline;
	font-weight: bold;
}

#copyright a:hover
{
	text-decoration: none;
}		


#calendar-entries
{
	line-height: 1.7em;
}

#calendar-entries .date
{
	font-weight: bold;
}	

.eboard-listing
{
	font-weight: bold;
	padding-top: 10px;
	margin-top: 8px;
	border-top: 1px solid #dedede;
	line-height: 1.5em;
}

.eboard-listing a
{
	font-weight: normal;
	color: #666666;
}	

#available-jobs
{
	line-height: 1.7em;
	font-weight: bold;
}

#available-jobs a
{
	color: #444444;
}		


.job-listing
{
	font-weight: bold;
	padding-top: 10px;
	margin-top: 8px;
	border-top: 1px solid #dedede;
}