#pagewidth {
	width:850px;
}
#leftcol ul {
	list-style-type: none;
}
#leftcol li {
	padding-left:18px;
	margin-top:10px;
}
#header {
	position:relative;
	width:100%;
}
#leftcol {
	width:170px;
	float:left;
	position:relative;
	margin-left:10px;
}
#twocols {
	width:670px;
	float:right;
	position:relative;
}
#rightcol {
	width:170px;
	float:right;
	position:relative;
	margin-left:10px;
	margin-top:160px;
}
#maincol {
	float: left;
	display:inline;
	position: relative;
	width:480px;
	margin-left:10px;
}
#maincol ul {
	list-style-position: outside;
	margin-left: 25px;
}
#maincol #numlist ol {
	margin-left: 25px;
	list-style-type: decimal;
	list-style-position: outside;
	color: #21368C;
}
#maincol #numlist ol li {
	margin-top: 5px;
}
#footer {
	width:660px;
	clear:both;
	margin-top:10px;
	margin-left:10px;
	padding:10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align:center;
}
#sectionBox {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#sectionBoxBottom {
	padding-left:10px;
	padding-right:10px;
}
p {
	margin-top:10px;
}
#contributor {
	clear:both;
	color:#333333;
	font-size:11px;
	margin-top:10px;
}
#contributor img{
	margin-bottom: 20px;
	margin-right: 10px;
	float:left;
}

#sidebar {
	background-color: #7BC8A2;
	background-image: url(../images/misc/sidebar_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 20px;
}
#sidebar li {
	list-style-position: outside;
	margin-left: 25px;
}
#sidebarText {
	padding: 10px;
}

#weblink {
	background-image: url(../images/misc/sidebar_weblink.jpg);
	padding-top: 46px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #00A65D;
	background-repeat: no-repeat;
	background-position: top;
	font-size: 11px;
	font-weight: bold;
}
#speaker {
	background-image: url(../images/misc/sidebar_speaker.jpg);
	padding-top: 46px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #00A65D;
	background-repeat: no-repeat;
	background-position: top;
	font-size: 11px;
	font-weight: bold;
}
#hardwire {
	background-image: url(../images/misc/sidebar_hardwire.jpg);
	padding-top: 46px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #00A65D;
	background-repeat: no-repeat;
	background-position: top;
	font-size: 11px;
	font-weight: bold;
}

#graphBox {
	padding-bottom: 10px;
	border: 2px solid #21368C;
	width: 456px;
}
#graphBoxTitle {
	color: #FFFFFF;
	background-color: #21368C;
	background-image: url(../images/misc/blue_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 2px;
	padding-left: 17px;
	width: 443px;
}
#presenters {
	color: #FFFFFF;
	background-color: #F6A91A;
	background-image: url(../images/misc/blue_arrow2.jpg);
	padding-top: 2px;
	padding-left: 17px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	width: 443px;
	padding-bottom: 3px;
}

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print {
/*hide the left column when printing
#leftcol {
	display:none;
}*/ 
/*hide the right column when printing
#rightcol {
	display:none;
}
#twocols, #maincol {
	width:100%;
	float:none;
}*/ 
}

