html, body {
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	background-color:#fff;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}


h1,h2,h3,h4,h5,h6,p {
	margin:0px 0px 20px 0px;
	padding:0px;
	font-weight:normal;
}

p {
	margin-bottom:1em;
}


h1 {
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
	color:#666;
}

h2 {
	font-size:12px;
	margin:16px 0px 10px;
	font-weight:normal;
	text-transform:uppercase;
	color:#666;
}

h3 {
	font-size:16px;
	font-weight:normal;
	margin-bottom:6px;
	color:#000;
}

a { text-decoration:none; }
a:link, a:visited { color:#666; }
a:hover, a:active { color:#E2305B; }


/* -------------------- flash bar -------------------- */

#flashbar p.logo {
	width:28px;
	height:28px;
	margin:0px;
	padding:0px;
	font-size:1em;
	overflow:hidden;
	background-image:url(../images/noflash/flash-icon.jpg);
	background-repeat:no-repeat;
	background-position:0px 7px;
}

#flashbar p.logo a {
	display:block;
	margin:0px;
	padding:40px 0px 0px 0px;
}

#flashbar {
	font-size:0.9em; /* 11pt */
	background-color:#333;
	padding:0px 20px 0px 20px;
}

#flashbar p.logo {
	margin:0px;
	padding:8px 0px;
}

#flashbar div.desc {
	width:920px;
	position:absolute;
	top:7px;
	left:60px;
}

#flashbar div.desc p {
	padding:0px;
	margin:0px;
	color:#bbb;
}

#flashbar div.desc p.flash {
	font-size:1.1em;
	font-weight:bold;
	padding-bottom:2px;
}

#flashbar a:link, #flashbar a:visited {
	color:#fff;
	text-decoration:none;
}

#flashbar a:hover, #flashbar a:active {
	color:#E2305B;
	text-decoration:none;
}


/* ------------------ Structure ----------------------- */

#content {
	width:960px;
	margin:40px 20px 20px;
	line-height:14px;
}



/* ------------------ Nasser Azam Logo ----------------------- */

#content h1.logo {
	width:157px;
	height:19px;
	margin:0px 0px 20px 0px;
	padding:0px;
	overflow:hidden;
	background-image:url(../images/noflash/nasser-azam-logo.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#content h1.logo a {
	display:block;
	margin:0px;
	padding:21px 0px 0px;
}


/* ------------------ Nav ----------------------- */

#content #nav ul {
	padding:0px;
	margin:0px 0px 40px;
}

#content #nav ul li {
	padding:0px;
	margin:0px 0px 3px;
	font-size:14px;
	list-style:none;
	text-transform:uppercase;
}

#content #nav ul li a:link, #content #nav ul li a:visited {
	color:#999999;
}

#content #nav ul li.selected a,
#content #nav ul li a:hover, #content #nav ul li a:active {
	color:#E2305B;
}


/* ------------------ Layout ----------------------- */
/* wrapper*/
#content #wrapper {
	width:960px;
}

/* left col */
#content #leftcol {
	width:440px;
	margin-right:40px;
	float:left;
}

#content #leftcol h1 {
}

#content #leftcol strong {
	font-weight:normal;
	color:#333333;
}

/* right col */
#content #rightcol {
	width:460px;
	float:left;
}

#content #rightcol p {
	margin-bottom:10px;
}

#content #rightcol p.caption {
	margin-bottom:50px;
}

#content h3.year {
	margin-bottom:9px;
	color:#999999;
}


/* full width */
#content #fullwidth {
	width:600px;
}

#content h3.date {
	margin-bottom:20px;
	color:#999999;
}

#content h3.bio {
	margin-bottom:20px;
}

#content #fullwidth p.last {
	padding-bottom:0px;
	margin-bottom:8px;
}

/* -------------------- other -------------------- */

.clear {
	clear:both;
	height:1px !important;
	overflow:hidden;
}

hr {
	display:none;
}

strong {
	font-weight:normal;
	color:#333;
}

em {
	color:#666;
}
