
body {
	background: #fff;
	margin: 20px;
	min-width: 600px;
}

#mainbody {
	clear: both;
	padding: 0 0 1em 0;
}

#navbar {
	float: left;
	width: 22%;
	background: #fff;
	/* margin-bottom: 1em; */
}

#content {
	margin-left: 24%;
	margin-top: 1em;
	margin-right: 0;
	background: #fff;
	min-height: 23em;
	padding: 8px 1em;
	min-height: 500px;
	background: #fff;
	/* border-left: 1px dashed #bbb; */
}

#content a {
	text-decoration: none;
	border-bottom: 1px #000 dotted;
}
#content a:hover {
	text-decoration: none;
	border-bottom: 1px #00b solid;
	color: #00b;
}

/* .... */

#container {
	max-width: 900px;
	margin: 0 auto;
	background: #fff;
}

#header_logo {
	text-align: center;
}


#nav {
	background: #fff;
}

#nav, #nav ul {
	margin: 0;
	padding: 0px 0px;
	list-style: none;
	font-weight: bold;
	text-align: right;
	font-size: 90%;
}

#nav li a {
	display: block;
	text-decoration: none;
	color: #eee;
	padding: 6px 10px;
	background: #29f;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	text-align: right;
}

#nav li a:visited {
	color: #008;
}

#nav li a:hover {
	background: #14f;
	color: #fff;
}


/* */

#footer {
	border-top: 1px solid #999;
	margin: 2em 0;
	padding: 4px 0;
	text-align: center;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	margin: 0;
	display: inline;
}

#footer #lastmod {
	font-size: 70%;
	display: inline;
	float: left;
	color: #777;
}
#footer #webmastermail a {
	font-size: 70%;
	text-decoration: none;
	display: inline;
	float: right;
	color: #777;
}


#getfirefoxblock {
	margin: 0px 40px;
	float: left;
	width: 90px;
}

a#getfirefoxlogo {
	background: url('.icons/getfirefox.png') no-repeat;
	float: left;
	display: block;
	opacity: 0.7;
	width: 80px;
	height: 15px;
	text-decoration: none;
	padding: 0px;
	margin: 1px;
}
a#getfirefoxlogo:hover {
	opacity: 1;
}

#validicons {
	margin: 0em 0px;
	float: right;
	width: 90px;
}


a#CSS {
	background: url('.icons/button-css.png') no-repeat;
	opacity: 0.1;
	display: block;
	width: 80px;
	height: 15px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	/* float: left; */
}
a#CSS:hover {
	opacity: 1;
}

a#XHTML {
	background: url('.icons/button-xhtml11.png') no-repeat;
	opacity: 0.1;
	display: block;
	width: 80px;
	height: 15px;
	text-decoration: none;
	padding: 0px;
	margin: 1px;
	/* float: left; */
}
a#XHTML:hover {
	opacity: 1;
}

a#XHTMLvalidome {
	background: url('.icons/valid_xhtml_1_1.png') no-repeat;
	opacity: 0.1;
	display: block;
	width: 80px;
	height: 15px;
	text-decoration: none;
	padding: 0px;
	margin: 1px;
	/* float: left; */
}
a#XHTMLvalidome:hover {
	opacity: 1;
}


.cfp_header h1 {
	text-align: center;
	margin: 1em;
	font-size: 120%;
}

.cfp_header h2 {
	font-size: 80%;
	text-align: center;
}


/* FAQ */

.faq li {
	margin-bottom: 10pt;
} 

.faq li li {
	margin-bottom: 0pt;
} 

.faq-q {
	font-style: italic;
	font-weight: bold;
	background-color: #ddd;
}
.faq-q:before {
	content: "Q:";
} 

.faq-a:before {
	content: "A: ";
}

.prog_title {
	font-size: 100%;
	padding-left: 40px;
}

.prog_auth {
	font-size: 90%;
	color: #555;
	padding-left: 50px;
	padding-bottom: 1em;
}

.prog_session {
	font-weight: bold;
}

.prog_chair {
	font-style: italic;
	padding-left: 11em;
}

.prog_time:after {
	content: ":"
}
