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: #990000;}
a:hover {color: silver;}
#container {
		line-height: 100%;
		margin:0 auto;
		text-align: left;
		width: 700px;
		background-image: url(bg-700.gif);
		background-color: #faeedc;
		
		padding: 0px;
	}

#leftcontent {
	position: relative;
	margin: 20px 10px 10px 20px;
	width: 320px;
	float: left;
	background: transparent;
}
#rightcontent {
	position: relative;
	width: 320px;
	margin: 20px 20px 10px 10px;
	float: right;
	background: transparent;
}
#fullcontent {
	clear: both;
	width: 640px;
	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%;
		font-variant: small-caps;
	}
h3 {display: block;
		font-size: 130%;
		line-height: 140%;
	}
h4 {
		font-size: 120%;
		line-height: 130%;
	}
.blogger {
	text-align: right;
	font-size: 100%;
	font-weight: bolder;
}	


ul li {
	font-size: 95%;
	line-height: 150%;
	list-style-type: none;
}
ul ul li {font-size: 95%; line-height: 150%; list-style-type: none;}
ul.regular li {
	list-style-type: disc;
}

ul.speakers li {
		font-size: 95%;
		line-height: 120%;
		list-style: none;
		margin-left: -40px;
		padding-bottom: 15px;
		clear: both;
	}

.speakers strong {
		font-size: 135%;
		line-height: 140%;
		font-weight: bolder;
}	
.speakers img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	border: thin solid Black;
	border-width: 1px;
}	
td {
	font-size: 65%;
}
address {
	font-style: normal; 
	font-variant: small-caps; 
	text-align: center; 
	clear: both; 
	border-top: 1px solid black;
}

@media only screen and (max-width: 768px) { 
	#container, #container img, #fullcontent, #leftcontent, #rightcontent, #mainnav, #subnav {width: 100%; display: block; position: none; float: none; background-size: cover;}
	#fullcontent, #leftcontent, #rightcontent {margin: 0;}

	}