html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white url('images/background.gif') repeat-x;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
  font: 80.25% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

h1 {
  font-size: 2.5em;
}

h1 em {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.5em;
  font-style: italic;
  display: block;
  padding-left: 1em;
}

h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 2em;
  font-style: italic;
  padding: .25em;
  clear: both;
}

h3 {
  font-size: 1.25em;
  font-weight:  bold;
  padding-left: .35em;
}

p {
  padding: .5em;
}

table {
  margin-top: .75em;
  margin-left: .5em;
  /* border: 1px solid black; */
}

td {
  padding: 1em;
}

blockquote {
  margin-left: .75em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.15em;
}

strong {
  font-weight: bold;
}
#header-img {
  float: left;
  margin: 1em;
  border: 3px solid white;
}

#tappe-group {
  float: left;
  margin: 1em;
}

#left-panel {
  width: 80%;
  float: left;
}

#right-panel {
  width: 17%;
  padding-left: 2%;
  padding-top: 1em;
  padding-bottom: 1em;
  float: right;
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.cite {
  display: block;
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  font-size: .75em;
  font-style: italic;
  margin-bottom: 1em;
}
.menu {
  margin-top: 1em;
  margin-bottom: 2em;
}
.menu li {
  display: inline;
  margin-left: .25em;
  margin-right: .25em;
}

.menu li:hover {
  background-color: #eeeeee;
  font-style: italic;
}


.points li {
  font-family: Georgia, "Times New Roman", Times, serif;
  list-style: disc inside;
  font-size: 1.25em;
  padding-left: .5em;
  padding-top: .25em;
}

.bigquestion {
  display: block;
  font: italic normal bold 1.5em Georgia, "Times New Roman", Times, serif;
  color: #ff0000;
  padding: .75em;
  clear: both;
}

.container {
  width: 55%;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #777777;
}

.sessions {
  padding: 0em !important;
  margin-left: .5em;
}

.info {
  font-size: 1.15em;
  font-weight: bold;
}

.highlight-col {
  background-color: #eeeeff;
}

.border {
  border: 2px solid black;
  width: 55%;
  margin-left: .5em;
  margin-bottom: 1em;
}

.red {
  color: #f00;
}

.small-text {
  color: #777777;
  font-size: .7em;
}

.sponser-images {
  margin-bottom: 2em;
}

.sponser-images img {
  margin-right: 1em;
}

.clear {
  clear: both;
  padding-top: 1em;
}

.left {
  float: left;
}

.right {
    float: right;
}