/* CSS Document */

body {
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #194874;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/backggradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/**************** menu coding *****************/
#menu {
	width: 170px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #003399;
	margin: 0;
	padding: 7px 5px 7px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: italic;
}

#menu a {
	text-decoration: none;
	background-color: #194874;
	background-image: url(images/link.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-style: none;
}

#menu a:hover {
	background-color: #0066CC;
	background-image: url(images/go.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	color: #FFFFFF;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}

#menu li {
position: relative;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;
}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display: block;
}


/* NAVIGATION LEFT - Old Menu - code not used */
ul#mainNav {
	list-style: none;
	width: 170px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 6px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 6px;
}

#mainNav a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: .7em;
	border: 1px solid #003399;
	border-bottom: none;
	display: block;
	padding: 7px 5px 7px 30px;
	font-style: italic;
	background-color: #194874;
	background-image: url(images/link.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#mainNav a:hover {
	background-color: #0066CC;
	background-image: url(images/go.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
#mainNav li ul {
	left: -999em;
	position: absolute;
}
#mainNav li:hover ul {
	left: 200px;
	margin-top: -28px;
	padding-top: 0px;
}

/* IE Fixes */

/* remove annoying gaps */
#mainNav li {	
	display: inline; 
}
#authors li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.87em;
	font-weight: bold;
	line-height: 1.2em;
}
#authors em {
	font-weight: normal;
}
#authors {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: -0.75em;
}

/* force hover on entire width of  link */
* html #mainNav a {
	height: 1px;
}

/* NAVIGATION TOP*/
.topmenu {
	margin-top: 103px;
}
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #FFFFFF;
	list-style-type: none;
	text-align: right;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
ul.topnav li {
	display: inline;
	margin-right: 22px;
	margin-left: 0px;
	padding-left: 0px;
}

/* General Styles */

a {
	text-decoration: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #0099FF;
}

a:visited {
	color: #3399CC;
}

a:active {
	color: #FFFFFF}

a img {
	border: 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000066;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #663333;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000066;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666633;
	margin-bottom: -13px;
}
p {
	font-size: 0.75em;
	color: #000000;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: normal;
	margin-top: -12px;
}

div.insetright {
	float: right;
	width: 281px;
	margin-bottom: 20px;
	margin-left: 25px;
}

#side_menu {
	float: left;
	height: 375px;
	width: 192px;
	margin-top: 25px;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	line-height: 50px;
	list-style-type: none;
	margin-right: 0px;
	padding-right: 0px;
}

#header {
	background-image: url(images/Tappi_header.jpg);
	height: 160px;
	width: 854px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#wrapper {
	background-color: #e8e9d4;
	background-image: url(images/maincontentblend.jpg);
	background-repeat: repeat-x;
	height: 100%;
	width: 854px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	border: medium solid #FFFFFF;
	margin-bottom: 50px;
}

#content {
	height: 100%;
	width: 585px;
	float: right;
	margin-top: 25px;
	margin-right: 40px;
	margin-bottom: 50px;
}
#content a {
	color: #000066;
}

#bodycopy {
	float: right;
	height: auto;
	width: 650px;
}

#footer {
	background-image: url(images/TAPPI_footer_trees.jpg);
	height: 275px;
	width: 854px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-repeat: no-repeat;
	background-position: bottom;
}

#join {
	text-align: right;
}

.byline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	color: #663333;
	margin-top: -1em;
}
#sponsorbox {
	height: 100px;
	width: 570px;
	margin-top: 75px;
	margin-left: 270px;
}
.beasponsor {
	padding-top: 0px;
	background-image: url(images/sponsorbar.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 23px;
	width: 300px;
	float: right;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	margin-top: 0px;
	text-transform: uppercase;
}
#downloadbutton {
	background-repeat: no-repeat;
	height: 110px;
	width: 169px;
	margin-top: 0px;
	text-align: center;
	background-image: url(images/download_link_2.png);
	margin-left: 0px;
}
#downloadbutton span.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	display: block;
	line-height: 105%;
	padding-top: 5px;
}
#downloadbutton .clickdownload {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #0099FF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	display: block;
	margin-right: 8px;
	margin-left: 6px;
}
#downloadbutton a.clickdownload:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #66CCFF;
	height: 110px;
	width: 169px;
	margin-top: 0px;
	background-image: url(images/download_go_2.png);
	background-repeat: no-repeat;
	margin-left: 0px;
	padding-left: 0px;
	text-align: center;
}
#content a:hover {
	color: #0099FF;
}
#beasponsor {
	padding-top: 0px;
	background-image: url(images/sponsorbar.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 23px;
	width: 300px;
	float: right;
	text-align: center;
	margin-top: 0px;
}
#beasponsor p {
	padding-top: 4px;
	height: 18px;
	width: 300px;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.87em;
	margin-top: 0px;
	text-transform: uppercase;
}
#pastchairs_one {
	list-style-type: none;
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#pastchairs_two {
	list-style-type: none;
	float: right;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 100px;
}
#pastchairs_one li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.5em;
}
#pastchairs_two li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.5em;
}
blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin-top: -10px;
}
#articleiii li {
	font-size: 0.75em;
	list-style-position: outside;
	list-style-type: lower-alpha;
	margin-top: 5px;
}
#articleiii {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: lower-alpha;
	margin-top: -5px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
}
.section_table {
	margin-left: 19px;
	width: 468px;
	margin-top: -5px;
}
.article_copy {
	margin-top: -7px;
	margin-left: 19px;
}
.article_list {
	width: 550px;
	margin-left: 0px;
	padding-left: 0px;
}
.sponsor_logo {
	margin-bottom: 15px;
	width: 293px;
	float: left;
	margin-top: 8px;
}
.web_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-align: center;
}
.sponsor_divider {
	float: left;
	margin-top: 40px;
}
#content_sponsors {
	height: 100%;
	width: 587px;
	float: right;
	margin-top: 25px;
	margin-right: 40px;
	margin-bottom: 50px;
}
.sponsor_logo a {
	color: #003399;
}
#plainlist li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.87em;
	line-height: 1.2em;
	margin-left: -10px;
}
.meeting_schedule {
	padding-top: 15px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CC9966;
}
#schedule_list {
	list-style-type: none;
	margin-top: -5px;
}
#schedule_list li {
	font-size: .75em;
	margin-left: -2px;
}
#presentation_event {
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CC9966;
}
#sponsorship_catagories {
	list-style-type: none;
}
#sponsorship_catagories li {
	font-size: .85em;
	font-weight: bold;
	line-height: 2em;
	margin-left: -8px;
}
#diamond_list li {
	font-size: .85em;
	margin-left: -8px;
}
#mission_list {
	list-style-type: disc;
	margin-top: -5px;
}
#mission_list li {
	font-size: 0.8em;
}
