html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}
body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 1em;
	height: 100%;
	width: 100%;
	background-image: url('graphics/final/background.png');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #f4edd7;
	color: #4a2808;
	}

a:link {
	color: #993300;
	text-decoration: none;
	}
a:visited {
	color: #993300;
	text-decoration: none;
	}
a:hover, a:active {
	color: #993300;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #993300;
	}

#container {
	width: 760px;
	margin-left: 200px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom:0px;
	padding:  0;
	z-index: 4;
	position: relative;
	line-height: 100%;
	text-align: left;
	}
#container h1 {
	width: 600px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

#container h1 span {
	display: none;	}

#container h2  {
	width: 600px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

#container h2 span {
	display: none;	}

#container h3 {
	background-image: url('graphics/final/date.png');
	background-repeat: no-repeat;
	height: 62px;
	width: 600px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
#container h3 span {
	display: none;
	}

h4	{
	margin-left: 80px;
	margin-right: 80px;
	font-variant: small-caps;
	}	

p {
	margin-left: 80px;
	margin-right: 80px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}
p.first {
	font-weight: normal;}
p.second {
	font-weight: normal;}
	
p.third {
	font-weight: normal;
	font-style: italic;}
p.fourth {
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

ul.exhibitors{
	padding-left: 50px;
	margin-left: 50px;
	margin-bottom: 30px;
	margin-right: 20px;
	font-weight: normal;}

ul.exhibitors li{
	margin-bottom: 5px;
	}

ul.exhibitors h5{
	margin-top: 0;
	margin-bottom: 0;
	}

ul.exhibitors li a{
	font-weight: bold;
	}

#paypal{
	padding-top: 10px;
	text-align: center;
	}

#intro {
	width: 600px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url('graphics/final/paper_top.png');
	background-repeat: no-repeat;
	background-position: top;
	height: 177px;
	}
#quickSummary {
	width: 600px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url('graphics/final/paper_middle.png');
	background-repeat: repeat-y;
	background-position: top;
	}

.presenterPic {
	float: left;
	width: 200px;
	height: 200px;
	}

#Mangled {
	height: 151px;
	width: 600px;
	background-image: url('graphics/final/paper_bottom.png');
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 30px 0px 0px 0px;
}


#linkList {
	background-image: url('graphics/final/link_menu_top.png');
	background-repeat: no-repeat;
	background-position: top;
	width: 250px;
	padding-top: 250px;
	position: absolute;
	top: 50px;
	left: 535px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	text-align:left;
	}
#linkList ul {
	margin-left: 50px;
	padding-left: 10px;
	list-style-image: url('graphics/final/bullet.png');
	list-style-position: outside;
	margin-top: 5px;
	}
#linkList li {
	margin-bottom: 10px;
	padding-bottom: 0px;
	line-height: 100%;
	margin-right: 30px;
	}
#lselect {
	background-image: url('graphics/final/link_menu_middle.png');
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#lselect a {
	color: #993300;
	display: block;
	font-style: normal;
	font-weight: normal;
	text-transform:uppercase;
}
#lselect a:hover {
	color: #3399cc;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-decoration: underline;
	border-bottom-style: none;
}


#linkList2 {
	background-image: url('graphics/final/link_menu_bottom.png');
	background-repeat: no-repeat;
	padding-bottom: 189px;
	background-position: bottom;
	}

#Tricky3 {
	text-align: right;
	font-size: 0.5em;}

#Tricky3 a{
	display: inline;
	text-align: right;
	padding-right: 50px;
	}

#Tricky3 a:hover{
	text-decoration: none;
	}

#BottomBanner {
	background-image: url('graphics/final/bottom_banner.png');
	background-repeat: no-repeat;
	background-position: top;
	height: 100%;
	width: 200px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 5;
}

.clrflt{
	clear: both;
	}