.sectioncontent {
	padding: 0;
}
.sectioncontentpad {
	padding:0;
}
.onenarrowwide {
	margin-top: 0;
}


.floatrightnav {
	float: right;
	width: 160px;
	margin-top: 40px;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #cacaca;
	background-color: #F6FBF9;
	padding: 6px 10px;
	font-size: 90%;
}

.floatrightnav h4 {
	padding: 0;
	margin: 0 0 8px;
}

.floatrightnav ul {
	list-style-type: square;
	padding: 0 0 0 17px;
	margin: 0;
}

.floatrightnav ul li {
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 5px;
}

.floatrightnav hr {
	padding:  0;
	margin:5px auto;
}

p + h3 {
	margin-top: 30px;
}

ul + h3 {
	margin-top: 30px;
}


h2.custom_nav_left_multi a, 
h2.custom_nav_left_multi a:link, 
h2.custom_nav_left_multi a:visited, 
h2.custom_nav_left_multi a:hover, 
h2.custom_nav_left_multi a:active {
	text-transform: none;
}
h2.custom_nav_left_multi a:hover {
	
}
ul.custom_nav_left_multi li {
/*	text-transform: none;*/
}

/* articles */

.articles {
	border-top: 1px solid #ccc;
}



table {
	border-collapse:collapse;
	
	
}

table th {
	border: 1px solid #666;
	background-color: #666;
	color: #fff;
	text-align: center;
}

table td {
	border: 1px solid #999;
	padding: 10px;
}



/* support table */

.support{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-collapse: collapse;
	width: 100%;
	
}

.support th {
	background-color: #ece5cc;
	border-right: 1px solid #000;
	text-align: center;
}

.support td {
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	padding-left: 5px;
	padding-right: 5px;
}

.support ul {
	margin: 0;
	padding-left: 12px;
}




/*schedule table*/
.scheduletable {
border: 0;
border-collapse: collapse;
border-bottom: 1px solid #CCCCCC;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
width:100%;
background-color: #fff;
}
.scheduletable tr.first td {
	border-top:1px solid #CCCCCC;
}
.scheduletable tr.second {
	border:0;
}
.scheduletable td {
	border: 0;
	padding: 8px 10px 5px 3px;
	text-align:left;
	vertical-align:top;
}
.scheduletable td.date {
	white-space: nowrap;
}

.scheduletable th.date {
width:20%;
}

.scheduletable th.topic {
width:50%;
}

.scheduletable th.speaker {
width:30%;
}

.scheduletable th.date4 {
width:20%;
}

.scheduletable th.topic4 {
width:40%;
}

.scheduletable th.fee4 {
width:15%;
}

.scheduletable th.speaker4 {
width:25%;
}

.scheduletable th {
color:#666666;
background-color:#CCCCCC;
/*border:1px solid #CCCCCC;*/
font-weight:bold;
padding:3px;
text-align:left;
}
.scheduletable caption {
background-color:#CCCCCC;
border:1px solid #CCCCCC;
font-weight:bold;
padding-bottom:2px;
padding-top:3px;
}

.scheduletable dl {
	border: 0;
	margin:0 ;
	padding: 0;
}
.scheduletable dl dt {
	float: left;
	clear: both;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 10px;
	margin: 0;
}
.scheduletable dl dd {
	padding: 0;
	margin: 0;
	padding-top: 4px;	
	float: left;
	width: 300px;
}

/*end schedule table*/

.imagerightbordernone {
	float: right;
	margin: 5px;
}

.imagerightborder1 {
	float: right;
	margin: 5px;
	border: 1px solid #849dbb;
}

.imagerightborder2 {
	float: right;
	margin: 5px;
	border: 2px solid #849dbb;
}

.imageleftbordernone {
	float: left;
	margin: 5px;
	margin-left:0;
}

.imageleftborder1 {
	float: left;
	margin: 5px;
	margin-left:0;
	border: 1px solid #849dbb;
}

.imageleftborder2 {
	float: left;
	margin: 5px;
	margin-left:0;
	border: 2px solid #849dbb;
}


