 /* CONTAINERS */
 html, body  {
font-family: 'Oswald', sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height: 100%;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	background-image: url(images/headerbkg1920.jpg);
	background-attachment: scrolling;
	background-repeat: no-repeat;
}
.thrColFixHdr #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFixHdr #header {
	padding: 0px;
	min-height: 220px;
	} 

.thrColFixHdr #mainContentWide { 
	margin: 0px 20px 0px 40px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}  

.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;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 35px;
}

#story {
   margin:0px 0px 0px 20px;
   column-count: 2;
   column-gap: 20px;
   column-width: 600px;
}
<!-- 2 column content -->
div.box {margin: 0 auto; text-align: left; /* reverse IE centering hack */ } 
div.floatleft {float: left; width: 430px;color:#000000;} 
div.floatright {float: right; width: 430px;color:#000000;} 

<!-- 2 column content narrow -->
div.boxnarrow {margin: 0 auto; text-align: left; /* reverse IE centering hack */ } 
div.floatleft {float: left; width: 40%;color:#000000;} 
div.floatright {float: right; width: 30%;color:#000000;} 

 /* TEXT */
h1 {
margin:0 10px 10px 0px;
font: xx-large; 
font-weight: bold;
color: #159ad8;
letter-spacing: 2pt;
margin-bottom:30px;
}


#titlethin {
	margin:30px 0px 10px 0px;
	font: 33pt;
	font-weight: normal;
	letter-spacing: 5pt;
}
#titlethinendowments {
	margin:30px 10px 10px 55px;
	font: 40pt;
	font-weight: normal;
	left: 10px;
	letter-spacing: 5pt;
}
#titlestory {
	margin:30px 0px 20px 0px;
	font: 38pt;
	font-weight: normal;
	letter-spacing: 0pt;
}
#subtitlethin {
margin:0 10px 10px 0px;
position:relative;
left: 10px;
font: 18pt;
font-weight: normal;
color: #aa844a;
letter-spacing: 2pt;
}
#subtitleindexname {
margin:0px 10px 30px 0px;
position:relative;
left: 10px;
font: 20pt;
font-weight: normal;
letter-spacing: 2pt;
}
p {
margin:10px 10px 0px 0px;
font: 16pt;
color:#000000;
}
a.nav, a.nav:visited { 
	color: #ffffff;
	text-decoration: none;
	}

 a.nav:hover { 
	color: #0d72a1;
}
a.name, a.name:visited { 
	color: #0d72a1;
	text-decoration: none;
	}

 a.name:hover { 
	color: #000000;
}


#title {
margin:0px 0px 10px 0px;
font-size: 40pt;
font-weight: bold;
letter-spacing: 2pt;
color:#159ad8;
}
a.names {
font: 14pt;
letter-spacing: 2pt;
font-weight: normal;
text-decoration: none
}
a.names:link {
font: 20pt;
letter-spacing: 2pt;
font-weight: normal;
text-decoration: none;
}
a.names:visited {
font: 20pt;
letter-spacing: 2pt;
font-weight: normal;
text-decoration: none;
}
a.names:hover { text-decoration: underline }

a.back {
font: 14pt;
letter-spacing: 2pt;
font-weight: normal;
text-decoration: none;
color:#159ad8;
}
a.back:link {
font: 20pt;
letter-spacing: 2pt;
font-weight: normal;
text-decoration: none;
}
a.back:visited {
font: 20pt;
letter-spacing: 2pt;
font-weight: normal;
text-decoration: none;
}
a.back:hover { text-decoration: underline }


a.namesmall {
font: 18pt;
letter-spacing: 0pt;
font-weight: normal;
text-decoration:none; 
}
a.namesmall:link {
font: 18pt;
letter-spacing: 0pt;
font-weight: normal;
text-decoration: none;
}
a.namesmall:hover { text-decoration: underline }
a.namesabsent {
font: 20pt;
letter-spacing: 0pt;
color: #d5bb93;
text-decoration: none;
}
a.namesabsentsmall {
font: 18pt;
letter-spacing: 0pt;
color: #d5bb93;
text-decoration: none;
}
a.namesabsentsmall:visited {
font: 18pt;
letter-spacing: 0pt;
color: #d5bb93;
text-decoration: none;
}
.acknowlegment {
font: 18pt;
letter-spacing: 0pt;
}
a.largelink {
font: 24pt;
color:#149ad7;
font-weight: normal;
text-decoration:none; 
}
a.largelink:link {
text-decoration: none;
}
a.largelink:hover { text-decoration: underline }

a.storylink {
font: 24pt;
color:#003366;
font-weight: normal;
text-decoration:none; 
}
a.storylink:link {
text-decoration: none;
}
a.storylink:hover { text-decoration: underline }


/* OTHER STYLES */

 #logo {
	background-image: url(images/header_logo.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top:
	margin:10 0 0 20;
	} 