/* FONTS */

/* 100% = 16px | 10px = 0.62em | 12px = 0.75em | 14px = 0.875em | 1.8em = 22px |  */

/* COLORS #4087c7 blue for meeting page link | #333333 dk gray text | #b4975a gold headings */
/* GOLD COLUMN #c3ac7b */


* {padding: 0; margin: 0;}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%; /* 16px */
	background: #b4975a url(http://www.ali.org/img/bgd_body.gif) top left repeat-x;	
	}

#wrap {
	width: 820px;
	text-align: left;
	margin: 10px auto;
	border: 2px solid black; 
	background-color: white;
	height: auto;
	
}
#content {

	}
	
#page { width: 820px; }
	
#sidebar {
	/*width: 274px; --- Edited by Odu 12/7/10 -- */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
	margin-top: 8px;
}

#sidebar p {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:8px;
	font-size: 0.75em;
	line-height: 1.4em;
	}
	
#sidebar a {
	font-weight: bold;
	color: #4087c7;
	}	
	
#sidebar h2 {
	font-size: 1em;
	padding-left: 10px;
	}
	
#sidebar ul {
	padding-left: 10px;
	}	
	
#sidebar ul li {
	font-size: 0.75em;
	font-weight: bold;
}

#sidebar ul li a {
	color: #4087c7;
	}
	
.program {
	color: #333333;
	}

	
.program table tr td {

	padding-bottom: 5px;
	font-size: 0.75em;
	}
	
.program table tr td ul li {
	font-size: inherit !important;
	}	
			
		

.goldbox {
	width: 233px;
	height: auto;
	background-image:url(../images/sidebar_bottom.gif);

	background-position: bottom right;
	background-repeat: no-repeat;
	}
.goldboxTop {
	background-image: url(../images/sidebar_top.gif);
	background-position: top right;
	background-repeat: no-repeat;
	
	}
	
#main {
	width: 547px;
	float: right;
	margin-top: 10px;
	padding-bottom: 10px;
	
	}
#main p {
	color: #333333;
	font-size: 0.875em;
	margin-right: 15px;
	padding-bottom: 8px;
	}
	
#main a {
	color: #4087c7;
	font-weight: bold;
	}			
	
#main h1 {
	color: #b4975a;
	font-size: 1.4em;
	padding-bottom: 5px;	
	margin-right: 15px;
	}
	
#main h2 {
	color: #333333;
	font-size: 1em;
	margin-right: 15px;
	padding-bottom: 5px;
	padding-top: 8px;
	}
	
#main ul {
	color: #333;
	font-size: 0.875em;
	margin-right: 15px;
	margin-left: 25px;
	padding-bottom: 8px;
	}
	
ul.basicBullet {
	list-style-type: none;
	}
	
ul.basicBullet li {
	padding-bottom: 5px;
	}
	
ul.noBullet {
	list-style-type: none;
	}
ul.noBullet li {
	list-style-type: none;
	padding-bottom:5px;
	}		
						
#topNav {
	background-color: #000000;
	font-size: 0.75em;

	}
	
#topNav ul {
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	}	
	
	
	
#topNav ul li {
	color: #FFF;
	display: inline;
	font-weight: bold;

	}
	
#topNav ul li a {
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
	}
	
#masthead {
	width: 820px;
	height: 145px;
	}
	
#nav {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	text-align: center;
	color: #000000;
	font-size: 0.875em;
	padding: 3px;
	}	
	
#nav ul li {
	display: inline;
	padding: 8px;
	font-weight: bold;

	}
#nav ul li a {
	text-decoration: none;
	color: #000000;
	}
	

	
table.videoTable {
	font-size: 12px;
	}
table.videoTable tr {
	margin-bottom: 8px;
	}
		
table.videoTable a {
	padding-right: 10px;
	}			
	
	
#footer {
	background-color: #000;
	width: 820px;
	float: left;
	font-size: 0.75em;
	padding-top: 8px;
	padding-bottom: 5px;
	}
#footer p {
	color: #FFF;
	text-align: center;
	}
#footer ul {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 5px;
	}	
#footer ul li {
	display: inline;
	color: #FFF;
	}
#footer ul li a {
	color: #FFF;
	}	


