body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

/* End Yahoo reset CSS */ * {
    font-family: Verdana, Tahoma, Geneva, sans-serif;
}

/* Force right scrollbar */
html {
    height: 100.2%;
    margin: 0 0 1px;
    padding: 0;
}

#wrapper {
    width: 970px;
    margin: auto;
}

#header {
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
}

/* column content CSS */

#center-wrapper {
	position:relative;
	color:#808080;
	font-size:12px;
	line-height:18px;
}

#left-column {
	margin-left:20px;
	padding-left:10px;
	width:120px;
	position:absolute;
	left:0px;
    border-left: 1px solid #E5E5E5;

	min-height:540px; /* Size of portrait photos */
}

#center-column {
	width:400px;
	position:absolute;
	left:150px; /* horizintal size of left-column */
}

#leftcenter-column {
	margin-left:32px;
	padding-left:20px;
	width:490px;
	margin-right:20px;
	position:absolute;
	left:0px;
    border-left: 1px solid #E5E5E5;

	min-height:540px; /* Size of portrait photos */
}

#right-column {
    /* width of site (970) - left and center columns = size of right column */
	margin-left:20px;
	width:360px;
	margin-right:40px;
	
	position:absolute;
	right:0px;
}

#ncbc-menu {
	margin-left:32px;
	padding-left:20px;
	width:150px;
	margin-right:50px;
	position:absolute;
	left:0px;
    border-left: 1px solid #E5E5E5;

	min-height:540px; /* Size of portrait photos */
}

#ncbc-content {
    /* width of site (970) - left and center columns = size of right column */
	margin-left:20px;
	width:660px;
	margin-right:80px;
	
	position:absolute;
	right:0px;
}

/* Fonts */

h1 { /* page titles */
	font-size:16px;
	color:#555;
}

h2 { /* page sections */
	font-size:14px;
}

h3 { /* navigation bar section titles */
	font-size:15px;
}

/* From other site */
div.nav {
    position: absolute;
    top: 0px;
    border-left: 1px solid #E5E5E5;
    padding-left: 10px;
    height: 75px;
    font-size: 14px;
}

.first {
    left: 510px;
}

.second {
    left: 670px;
}

.third {
    left: 830px;
}

a:link {
    color: black;
    text-decoration:none;
}

a:visited {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: underline;
    color: #808080;
}

a:active {
    text-decoration: underline;
    color: #808080;
}

/* people.html */
table.people {
	margin-left:20px;
}

table.people tr td {
	width:150px;
}

/* Navigation */
a.nav {
	font-size:14px;
	margin-left:10px;
}

a.current {
	color:#000;
	text-decoration: underline;
}

#camp-info {/* for the text descriptions on the camp page*/ 
	font-size: 20px;
}

.camp-table tr {
	margin-bottom: 10px;
}
.camp-table td {
	padding-right: 10px;
}

#bigAndBold{/* for the signup info on the index page*/
	font-size: 25px;
	text-align: center;
	margin-bottom: 10px;
}