body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #e8e8e8;
	background-image: url(../images/fmt_pageback.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
h1 {
	font-size: 170%;
	color: #000000;
	margin: 0px;
	font-style: italic;
}
h2 {
	color: #120a80;
	font-size: 140%;
}
h3 {
	color: #120a80;
	font-size: 120%;
}
a {
	color: #990000;
	font-weight: bold;
}
a.leftnav {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a.leftnav:hover {
	color: #CCCC00;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCC00;
}
div.leftnav {
	padding-top: 7px;
	padding-bottom: 7px;
}

.txtbottom {
	font-size: 90%;
	padding-left: 5px;
}

.tbltopback {
	background-color: #FFFFFF;
	background-image: url(../images/fmt_topback.gif);
	background-repeat: no-repeat;
	vertical-align: bottom;
}
.tblmainback {
	background-color: #FFFFFF;
	background-image: url(../images/fmt_mainback.gif);
	background-repeat: repeat-y;
}
.tblleftnavback {
	background-color: #120a80;
	background-image: url(../images/fmt_leftnavback.gif);
	background-repeat: repeat-x;
	font-size: 120%;
}
.txtleftnav {
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 5px;
}
.tblcontentback {
	background-image: url(../images/fmt_contentback.gif);
	background-repeat: repeat-y;
}
.tblbottomback {
	background-color: #120a80;
	background-image: url(../images/fmt_bottomback.gif);
	background-repeat: no-repeat;
}

.tblhdrback {
	background-color: #dfd481;
	background-image: url(../images/fmt_hdrback.gif);
	background-repeat: repeat-x;
}
.txtcontent {
	font-size: 120%;
	padding: 10px;
}

.txthdr {
	text-align: center;
	padding-bottom: 10px;
	font-weight: bold;
}
.tblseminarback {
	background-color: #E6E5EA;
	background-image: url(../images/fmt_seminarback.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.txtsmaller {
	font-size: 90%;
}
.txtsmallest {
	font-size: 80%;
}
.txtbigger {
	font-size: 120%;
}
.txtbiggest {
	font-size: 140%;
}
.txtblue {
	color: #120A80;
}
.txtgray {
	color: #666;
}
.txthighlight {
	font-weight: bold;
	background-color: #D9D9D9;
}

.seminarContainer {
	margin: 15px 10px;
	padding-bottom: 15px;
	text-align: left;
	border-bottom: solid 1px #DDD;
}
.seminarName {
	color: #120A80;
	font-size: 140%;
	font-weight: bold;
}
.seminarLocation {
	margin-top: 5px;
	font-weight: bold;
}
.seminarDate {}
.seminarPresentor {
	margin-top: 5px;
}

#registrationform {
	margin-left: 10px;
}
#registrationfooter {}

.presentorContainer {
	margin: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #DDD;
}
.presentorPortrait {
	float: left;
	margin-right: 5px;
}
.presentorBio {}
.presentorContact {}
.presentorEmail {}
.presentorSeminar {
	margin: 5px 10px;
}