<style>

body {
	padding: 0em;
	margin: 0em;
}

p {
	text-align: justify;
}

.layout {
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-spacing: 0em;
}


.headerframe {
	 margin: 0px;
	 padding: 0px;
	 border-spacing: 0em;
	 height: 120px;
	 min-height: 120px;
	 background: #cc3333;
	 border: 0px;
}

.headerframe img {
	padding: 0em;
	margin: 0em;
	height: 120px;
}


.footer {
	background: black;
	color: white;
	padding-left: 1em;
	font-family: Verdana, Trebuchet, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.footer :link,
.footer :visited,
.footer :active,
.footer :hover
{
	color: white;
}


.navbar {
	background: #000099;
	vertical-align: top;
}

.sidebar {
	background: black;
	color: white;
	vertical-align: top;
}

.quote {
	padding: 1em;
	padding-top: 1.5em;
	font-size: 10pt;
	font-family: Verdana, Trebuchet, sans-serif;
	font-style: italic;
	font-weight: bold;
	line-height: 13pt;
}

.credit {
	padding-top: 5px;
	font-size: 9pt;
	font-family: Verdana, Trebuchet, sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 13pt;
}


.content .credit {
	padding-top: 5px;
	font-size: 9pt;
	font-weight: normal;
	margin-left: 1.5em;
}


.content {
	padding: 3em;
	text-indent: 1.5em;
	font-size: 12px;
	font-family: Verdana, Trebuchet, sans-serif;
	vertical-align: top;
	line-height: 14pt;
}

.content h1 {
	font-size: 13pt;
	text-indent: 0.5em;
}

.content li {
	text-indent: 0em;
	line-height: 16pt;
}



.mainnav {
	background: url('images/main.gif');
	height: 27px;
	text-decoration: none;
}
.mainnav :link,
.mainnav :hover {
	background: url('images/main_over.gif');
	height: 27px;
	text-decoration: none;
}

.speakingnav {
	background: url('images/speaking.gif');
	height: 24px;
}
.speakingnav :hover {
	background: url('images/speaking_over.gif');
	height: 24px;
}

.workshopsnav {
	background: url('images/workshops.gif');
	height: 32px;
}
.workshopsnav :hover {
	background: url('images/workshops_over.gif');
	height: 32px;
}

.leadernav {
	background: url('images/leader.gif');
	height: 26px;
}
.leadernav :hover {
	background: url('images/leader_over.gif');
	height: 26px;
}
</style>