body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: black;
	
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
}
a {color: #666600;}
a:hover {color: silver;}
#container {
		line-height: 100%;
		margin:0 auto;
		text-align: left;
		width: 900px;
		background-image: url(bg.jpg);
		background-color: white;
		
		padding: 0px;
	}

#leftcontent {
	position: relative;
	margin: 20px 10px 10px 20px;
	width: 410px;
	float: left;
	background: transparent;
}
#rightcontent {
	position: relative;
	width: 410px;
	margin: 20px 20px 10px 10px;
	float: right;
	background: transparent;
}
#fullcontent {
	clear: both;
	width: 860px;
	margin: 20px 10px 10px 20px;
	background: transparent;
}
#mainnav {
	width: 700px;
	background: #990000;
	text-align: center;
	font-variant: small-caps;
}	
#mainnav a {
	line-height: 30px;
	list-style-type: none;
	text-align: center;
	padding: 6px 15px 6px 15px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
	font-variant: small-caps;
}
#mainnav a:hover {color: gray;}

.navdown {background: silver;}

#subnav {
	width: 700px;
	background: silver;
	text-align: center;
	font-variant: small-caps;
}	
#subnav a {
	line-height: 20px;
	list-style-type: none;
	text-align: center;
	padding: 8px 10px 5px 10px;
	color: black;
	text-decoration: none;
	font-size: 110%;
	font-variant: small-caps;
	font-weight: bolder;
}
#subnav a:hover {color: #990000;}

.bumpup {font-size: 125%;
		font-weight: bold;
		}

p {
		font-size: 95%;
		line-height: 120%;
	}
h1 {
		font-size: 170%;
		}
h2 {display: block;
		font-size: 150%;
		line-height: 140%;
		
	}
h3 {display: block;
		font-size: 130%;
		line-height: 140%;
	}
h4 {
		font-size: 110%;
		line-height: 130%;
	}
.blogger {
	text-align: right;
	font-size: 100%;
	font-weight: bolder;
}	
li {
		font-size: 95%;
		line-height: 120%;
	}
ul li {list-style: none; line-height: 150%;}
ul ul li {list-style: none; line-height: 150%;}
td, th {
	font-size: 85%;
}

address {
	font-style: normal; 
	
	text-align: center; 
	clear: both; 
	border-top: 1px solid black;
}
.speakers {
	margin-bottom: 5px;
	margin-right: 5px;
}

@media only screen and (max-width: 768px) {
	#container, #container img, #leftcontent, #rightcontent, #fullcontent, #mainnav, #subnav {width: 100%; float: none; margin: 0; padding: 0;}
	table, td, th {display: block; width: 100%;}
}