body, html, h1, h2, h3, h4, h5, h6, ul, ol, dl, table, p, td, img, form, a, textarea { 
	margin: 0; 
	padding: 0;
	border: none;
	font-family: arial, verdana, sans-serif;
	color: #000000;
	font-size: 12px;
}

.leftFloat {
	float: left; 
	display: inline;
}

.rightFloat {
	float: right; 
	display: inline;
}

div.clear { 
	clear:both; 
	height:1px; 
	font-size:2px; 
}

.layout {
	width: 780px;
	margin: 20px auto 20px auto;
}

.hidden {
	display: none;
}

.visible {
	display: block;
}

.plainList {
	 margin: 10px 0 10px 20px; 
	 list-style: none;
	 padding-left: 1em; 
	 text-indent: -1em;
}

.topNav {
	list-style: none;
	margin: 0 0 0 7px;
	padding: 0;
}

.topNav li {
	display: inline;
	padding: 0;
	margin: 0;
	background: #FF9900;
	border: 1px solid #000000;
}

/* ++ menu bar starts ++ */
.menuBar ul {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	list-style: none;
	padding: 0 0 0 7px;
}

.menuBar {
	position: relative;
	top: -6px;
	margin-bottom: 10px;
}

.mainMenu {
  	display:table;
  	padding:0; 
  	margin:0; 
  	list-style-type:none;
  	white-space:nowrap;
}

.mainMenu li {  
	display:block;
	float:left;
	border: 1px solid #000000;
	border-right: none;
}

.mainMenu a {
	width:auto;
	display:block;
	padding:3px 7px;
	color: #000000; 
	background: #FF9900; 
	text-decoration:none;
}

.mainMenu .lastItem {
	border-right: 1px solid #000000;
}

.mainMenu .selected a {
	color: #000000;
	/*
	background: #FF6600;
	*/
	background: #FFCC66;
}

.mainMenu .selected a:hover {
	color: #000000;
	/*
	background: #FF6600;
	*/
	background: #FFCC66;
	text-decoration: underline;
}

.mainMenu a {
	float:left;
}

.mainMenu a:hover { 
	/* background: #F5BE6C; */
	/*
	background: #FF6600;
	*/
	background: #FFCC66;
	color: #000000;
	text-decoration: underline;
}

.container {clear:both;display:inline-block;}

.mainMenu a:visited {
	color: #000000;
}
/* ^^ menu bar styles end ^^ */

/* ++ left nav box starts ++ */
.leftNav {
	width: 125px;
	margin: 12px 15px 0 7px;
}

.navBorder {
	border: 1px solid #000000;
	background-color: #9999FF;
	margin-bottom: 24px;
	zoom: 1;
}

.navBorder ul {
	margin: 0 0 0 0;
	list-style: none;
}

.navBorder li {
	color: #000066;
	padding: 0 0 0 0;
	border-bottom: 1px solid #000066;
}

.navBorder .lastItem {
	border-bottom: 0;
	padding: 0 !important ;
	margin: 0 !important ;
	height: 53px;
	overflow: hidden;
}

.navBorder li a {
	color: #000066;
	display: block;
	width: 123px; /* must use this to fix IE bug */
	padding: 3px 0 3px 0;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.navBorder li a:hover, .navBorder li a:active {
	color: #000066;
	/*background-color: #FF9900;*/
	background-color: #FFCC66;
	text-decoration: underline;
}

.navBorder .selected a {
	color: #000066;;
	/*
	background: #FF6600;
	*/
	background-color: #FFCC66;
}

.navBorder .selected a:hover {
	color: #000066;
	/*
	background: #FF6600;
	*/
	background-color: #FFCC66;
	text-decoration: underline;
}

.navBorder a:visited {
	color: #000066;
}
/* ^^ left nav ends ^^ */

a {
	color: #0000CC;
}

a:visited {
	color: #990033;
}

h1 {
	font-size: 22px;
	font-family: arial, verdana, sans-serif;
	color: #000066;
	font-style: italic;
	border-bottom: 2px solid #FF9900;
	margin: 10px 0 18px 0;
}

h2 {
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
}

h3 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
}

.content {
	width: 470px;
	margin: 0 18px 0 7px;
}

.rightRail {
	width: 138px;
}

.infoBox {	
	background-color: #FFCC66;
	padding: 7px;
	border: 1px solid #FF9900; 
}

.infoBox h2 {
	color: #000066;
	font-weight: bold;
	margin: 0 0 7px 0;
	font-size: 12px;
}

p {
	margin-bottom: 12px;
}

.contactTable td {
	padding-bottom: 12px;
	padding-right: 10px;
	width: 235px;
}

.eventsTable {
	border: 1px solid #000000;
	border-spacing: 0px;
	border-collapse: collapse;
}

.eventsTable td, .eventsTable th {
	border: 1px solid #000000;
	padding: 5px;
}

.hidden {
	display: none;
}

.programVisible {
	display: block;
	margin-bottom: 12px;
	padding: 4px 7px 4px 7px;
	background-color: #E0E4E8;
}

.programsList {
	list-style: none;
}

.programsList li {
	margin-bottom: 15px;
}

.volunteerList {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 225px;
}

.volunteerListSub {
	list-style: none;
	padding: 0;
	margin: 3px 0 3px 7px;
}

.volunteerList li {
	margin: 0 0 3px 0;
	padding-left: 1em; 
	text-indent: -1em; 
}

.membersList {
	list-style: none;
	padding: 0;
	margin: 0 0 0 10px;
}

.membersList li {
	padding-left: 1em; 
	text-indent: -1em;
}

.aboutTable {
	margin: 15px auto 0 auto;
}

.aboutAlzList {
	margin: 15px auto 0 auto;
	list-style: none;
	padding: 0;
	width: 445px;
}

.aboutAlzList li {
	display: inline;
	float: left;
	padding: 3px 5px 5px 5px;
	margin: 0 0 12px 0;
	font-weight: bold;
}

.aboutAlzSelected {
	background-color: #E0E4E8;
}

.aboutAlzContent {
	display: block;
	margin-top: 20px;
}

.aboutAlzContent h2 {
	margin-bottom: 20px;
}

.whatIsAlzList {
	list-style: none;
	padding: 0;
	margin: 0;
}

.whatIsAlzList li {
	margin: 0 0 12px 0;
	padding-left: 10px; 
	text-indent: -10px;
}



.footer {
	background-color: #CCCCFF;
	border-top: 1px solid #FF9900;
	text-align: center;
	padding: 1px 5px 0 5px;
	font-size: 10px;
}

.postFooter {
	text-align: right;
	font-size: 9px;
	margin: 4px 0 2px 0;
}

.postFooter a {
	font-size: 9px;
}
