html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	/*background-image: url(../_images/bg.jpg);*/
	/*background-repeat: repeat-x;*/
	background-color: #000000;
	

}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
#container {
	height: auto;
	width: 770px;
	position: relative;
	left: 0px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
}
#header {
	width:100%;
	height: 151px;
	margin: 0px;
	padding: 0px;
}

#paper{
	padding-bottom: 10px;
	padding-top: 15px;
}

#bodyNav{
	width: 180px;
	font-size: 12px;
	text-align: left;
	padding-top: 11px;
	padding-left: 20px;
	padding-right: 0px;
	vertical-align: top;
	font-weight: bold;
}
#bodyNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
}

#bodyNav ul li {
	position: relative;
}

/* Styles for Menu Items */
#bodyNav ul li a {
	display: block;
	text-decoration: none;
	color: #666666;
	background: transparent; /* IE6 Bug */
	padding: 9px 5px 0px 0px;
	border-bottom: dotted 1px #CCCCCC;
}
#bodyNav ul li a:hover { /* Hover Styles */
	color: #265CAA; 
} 
/* Fix IE. Hide from IE Mac \*/
* html #bodyNav ul li { 
	float: left; 
	height: 1%; 
}
* html #bodyNav ul li a { 
	height: 1%; 
}
/* End */

#bodyNav p{
	margin-bottom:6px;
	margin-top: 6px;
}
#bodyNav H4{
	font-size:12px;
	margin-bottom: 5px;
	margin-top: 8px;
	border-bottom: dotted 1px #CCCCCC;
}
#bodyMain {
	clear: both;
	width: 770px;
	background-image: url(../_images/TN_06_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#bodyContent {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	vertical-align: top;
	background-position: top;
}
#bodyContent H1{
	font-size:15px;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #484848;
	border-bottom: dotted 1px #CCCCCC;
}
#bodyContent H2{
	font-size:13px;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #153CA2;
}
#bodyContent a{
	color:#285796;
	text-decoration: none;
}
#bodyContent a:hover{
	color:#437DCD;
	text-decoration: none;
}
#footer {
	clear: both;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 23px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	background-image: url(../_images/footer_bg.jpg);
	height: 20px;
}
#footer a{
	color: #FFFFFF;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.tblBdr {
	border: 2px dotted #627880;
	padding: 3px;
}
.contentNav {
	font-size: 11px;
}
.contentNav a{
	text-decoration:none;
}
.smallText10 {
	font-size: 10px;
}
#bodyContentNav {
	font-size: 11px;
	color: #666666;
	height: 13px;
}
#bodyContentNav a{
	color:#828282;
	text-decoration:none;
}
#bodyContentNav a:hover{
	color:#54638A;
	text-decoration:underline;
}
.bodyContentNavSub {
	font-weight: bold;
	color: #999999;
}

#productImage{
	float:right;
	padding:5px;
	border: solid #627880 1px;
	text-align: center;
	margin-left: 8px;
	font-weight: bold;
	
}

#picture_right {
	float: right;
	margin-top: -12px;
	margin-right: 20px;
	padding: 10px;
	
}
.presentationClass
{
    padding-bottom:15px;
    font-style:italic;
}
.speakerName
{
    font-weight:bold;
}
.dateClass
{
    padding-bottom:25px;
    padding-top:25px;
}
