@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* zero margin & padding of body element for differing browser defaults */
	padding: 0;
	text-align: center; /* centers container in IE 5* browsers. The text is set to left aligned default in the #container selector */
	color: #000000;
}
.nccbtu #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.nccbtu #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 166px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffcc66; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	vertical-align:top;
}
.nccbtu #mainContent { 
	margin: 0 185px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFF;
} 
.floatRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatLeft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.nccbtu #header {
	background-color:#FFF;
	width:580px;
	height:109px;
}
.nccbtu #interiorHeader {
	background-color:#FFF;
	width:580px;
	height:91px;
}
.nccbtu #footer {
	width:750px;
	height:50px;
	font-size:60%;
	margin:20px;
}
#navbar {
	background-color:#8c6239;
	width:580px;
	height:18px;
	margin:0px;
	margin-bottom:-20px;
	padding:2px 12px 0px 12px;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
}
#content {
	background-color:#FFF;
	background-image: url(../images/nccbtuPageBg.png);
	background-repeat:repeat-x;
	padding-left:20px;
	padding-right:10px;
	font-size:80%;
}
#content h1 {
	margin-top:18px;
	padding-top:12px;
	color:#33ccff;
}
#contentInterior {
	background-color:#FFF;
	background-repeat:repeat-x;
	padding-left:20px;
	padding-right:10px;
	font-size:80%;
}
#contentInterior h1 {
	margin-top:18px;
	padding-top:12px;
}
#contentinterior p {
	margin-bottom:0px;
}
.honorees h3 {
	margin-bottom:0px;
	padding-bottom:3px;
}
.honorees h5{
	margin-bottom:0px;
	font-size:90%;
}
.honorees p {
	margin-top:0px;
}

#sidebar1 h3 {
	margin-bottom:0px;
	padding-bottom:6px;
}

#sidebar1 p {
	font-size:80%;
	margin-top:0px;
}

.pictureLeft {
	float:left;
	margin-bottom:12px;
	margin-right:8px;
	padding-top:12px;
}
.pictureRight {
	float:right;
	margin-bottom:6px;
	margin-left:8px;
	margin-right:8px;
	padding-top:18px;
}
p.lede {
	font-size:100%;
}
#navbar a {
	color:#FF0;
}
#navbar a:visited {
	color:#CCF;
}
#sig {
	text-align:center;
	vertical-align:top;
}