/* Content area */

#content
{
	background: #fff url('../images/layout/content_bg.gif') top left repeat-x;
	margin-top: 1px;
	padding-top: 1.5em;
	min-width: 67em;
}

/* Content: headings and paragraphs */

#content h2, #content h3, #content h4, #content h5, #content h6
{
	padding-bottom: 0.2em;
	margin-bottom: 1.2em;
	border-bottom: dotted 1px #cacaca;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content p
{
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

/* Lists */

#content ul, #content ol
{
	margin-bottom: 1.5em;
	padding-left: 1.5em;
	line-height: 1.6em;
}

/* Content: quotations */

#content blockquote
{
	border-left: solid 0.8em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content blockquote p
{
	display: block;
	margin-top: 0;
	margin-bottom: 1em;
}

#content blockquote p.quoteauth
{
	margin-bottom: 0;
	font-style: italic;
	text-align: right;
}

/* Content: images */

#content img.imgcenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0.5em;
}

#content img.floatleft
{
	float: left;
	clear: right;
	margin: 0.5em;
	margin-left: 0;
}

#content img.floatright
{
	float: right;
	clear: left;
	margin: 0.5em;
	margin-right: 0;
}

/* Content: tables */

#content table
{
	border: dotted 1px #cacaca;
	padding: 0.5em;
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #f5f5f5;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fdfdfd;
	color: inherit;
}

/* Content: committee member badge */

#content .badge
{
	margin: 0 0 0.5em 0;
	padding: 0;
	width: 300px;
	border: dotted 1px #cacaca;
	background-color: #ededed;
}

#content .badge .badge_image
{
	float: left;
	margin: 5px;
	width: 54px;
}

#content .badge .badge_text_container
{
	float: right;
	margin: 0 0 0 -64px;
	width: 100%;
}

#content .badge .badge_text
{
	margin: 0 0 0 64px;
}

#content .badge p
{
	margin: 0 0 0 3px;
}

#content .badge p.badge_name
{
	font-size: 1.1em;
	font-weight: bold;
}

#content .badge p.badge_description
{
	font-size: 0.8em;
}

/* Content: tables of contents */

#content .toc1
{
	margin-left: 0;
	margin-right: auto;
	padding: 1em;
	padding-left: 0;
	width: 30em;
	border: dotted 1px #cacaca;
	background-color: #ededed;
	line-height: 2;
}

#content .toc1 p
{
	margin-top: 0;
	margin-bottom: 0.5em;
	margin-left: 0.8em;
	font-size: 1.2em;
	font-weight: bold;
}

#content .toc1 ol, #content .toc1 ul
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 2.4em;
}

#content .toc2
{
	margin-left: 0;
	margin-right: auto;
	padding: 1em;
	padding-left: 0;
	width: 25em;
	border: dotted 1px #cacaca;
	background-color: #ededed;
	text-align: left;
}

#content .toc2 p
{
	margin-top: 0;
	margin-bottom: 0.5em;
	margin-left: 0.8em;
	font-size: 1.2em;
	font-weight: bold;
}

#content .toc2 ol, #content .toc2 ul
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1em;
	list-style-type: none;
}

#content .toc2 ol li, #content .toc2 ul li
{
	display: inline;
}

/* Content: slide containers (presentations) */
#content .slide_container table
{
	margin-left: auto;
	margin-right: auto;
	border: solid 1px black;
	padding: 0;
}

#content .slide_container td
{
	text-align: center;
	margin: 0;
	padding: 0;
	border: none;
}

/* Content: other */
#content .centerblock
{
	display: block;
	margin-left: auto;
	margin-right: auto;	
}
