#sectionIndex {
    width: 55%;
	float: left;
	padding: 8px 6px 0 6px;
	}
#search {
    width: 40%;
	float: right;
	padding-top: 8px;
	text-align: right;
    }
#heading {
    clear: both;
	padding:20px 15px 20px;
	}
#link2photos {
    clear: both;
	padding: 0 20px 15px;
	text-align: right;
	}
.height {height: 20px;} /* To use on #link2photos div when this div is empty */
#content {
	margin:0;
	padding:0 15px 2em;
	}
.subsection { /* for multi-year page */
	margin: 0;
	padding: 0 20px;
	background-image: url(../../images/Vline.gif);
	background-position: center;
	background-repeat: repeat-y;
	}
.vline { /* To place a vertical dividing line betwn left & right columns  */
    background-image: url(../../images/Vline.gif);
	background-position: center;
	background-repeat: repeat-y;
	}
.subheader { /* for heading of subsection on multi-year page */
    clear: both;
	padding: 0 20px 2em;
	margin: 0;
	}
.subheader h2 {
    font-weight: bold;
	}
#contentLeft, .subcontentLeft {
    float: left;
	width:362px;
	margin: 0;
	}
#contentRight, .subcontentRight {
    float: right;
	width:362px;
	margin: 0;
	}
.clear-link2top {
    clear: both;
	padding-top: 1em;
	text-align: right;
	}
#story { /* for the Murray Cods */
	margin: 0;
	padding: 0 100px 2em;
	}
#story h3 {
    margin-bottom: 2em;
	}
#story p {
	line-height: 1.8em;
	}
#bottomNav {
    clear: both;
	padding: 0 20px;
	text-align: right;
	}
#bottomNav p {
    line-height: 1.5em;
    }

/* section index dropdown ---------------------------------------------- */
#index, #index ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.5em;
    }
#index a {
	display: block;
	width:21em;
	padding-left: 1em;
    }
#index li ul a { /*  second-and-above levels */
	text-decoration: none;
	color: #fff;
	width: 15em;
    }
#index li ul ul a { /*  third level */
	width: 13em;
    }
#index li ul a:link {
    color: #fff;
	text-decoration: none;
	}
#index li ul a:visited {
    color: #fff;
	text-decoration: none;
	}
#index li ul a:active {
    color: #fff;
	text-decoration: none;
	}
#index li ul a:hover {
    background-color: #F7B501; /* gold */
    color: #000;
	text-decoration: none;
    }
#index li { /* all list items */
	float: left;
	width: 12.5em; /* width needed or else Opera goes nuts */
    }
#index li ul { /* second-level lists */
	position: absolute;
	background: #015A21; /* green */
	width: 16em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    }
#index li ul ul { /* third-and-above-level lists */
	margin: -1.5em 0 0 8em; /* top-margin should be same as line height, left-margin same as <a> width */
	width: 14em;
    }
#index li:hover ul ul, #index li:hover ul ul ul, #index li.sfhover ul ul, #index li.sfhover ul ul ul {
	left: -999em;
    }
#index li:hover ul, #index li li:hover ul, #index li li li:hover ul, #index li.sfhover ul, #index li li.sfhover ul, #index li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
    }
/* end section index dropdown ------------------------------------------ */
.toc {
    list-style: none;
	margin-left: 0;
	padding-left: 0;
	}
/* use the history class to increase line height to make reading easier  */
.history {}
.history p { 
    line-height: 1.5em;
	}
h2.top {
    margin: 0 0 0.8em 0;
	}
hr {
    margin: 2em 0;
	}
ul.teamlist, ul.teamlist li {
    margin: 0;
	padding-left: 0;
	list-style: none;
	line-height: 1.3em;
	}
ul.teamlist {
    margin-bottom: 1em;
	}
/* tables -------------- */
table.indx2results {
    margin: 0 0 2em;
	border: 1px solid #000;
	background-color: #EAEAEA; /* light grey */
	}
table.indx2results th {
    text-align: left;
	padding: 0.4em 0.3em 0.6em;
	font-size: 1em;
	}
table.indx2results td {
    padding: 0.3em 0.8em; 
	}
table.table2 { /* for medallists page */
    margin: 0 0 2em;
	width: 100%;
	}
table.table2 th {
    text-align: left;
	padding: 2em 0.2em 0.3em;
	font-size: 1.3em;
	font-weight: normal;
	}
table.table2 th.top2 {
    padding: 0 0.2em 0.3em;
	}
table.table2 td {
    padding: 0.2em; 
	}
table.table2 tr.yr-row {
    font-weight: bold; 
	}
.imgR {
    float: right;
	margin: 2px 0 8px 8px;
	}
.imgCaptionR {
    float: right;
	margin: 0.5em 0 8px 8px;
	width: 360px;
	}
.imgCaptionL {
    float: left;
	margin: 0.5em 12px 8px 0;
	width: 360px;
	}
#story .imgCaptionR p, #story .imgCaptionL p {
    line-height: 1.3em;
	}
p.pullquoteL {
    float: left;
	width: 250px;
    border: 1px solid #333;
	padding: 0.8em;
	margin: 0.5em 12px 8px 0; 
	background-color:#ccc;
	font-style: italic;
	}
p.pullquoteR {
    float: right;
	width: 250px;
    border: 1px solid #333;
	padding: 0.8em;
	margin: 0.5em 0 8px 8px; 
	background-color:#ccc;
	font-style: italic;
	}
/* typography ----------------------------------------------------------------------- */
h1 {
	font-size: 2.0em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0;
	font-weight: normal;
	}
h3 {
	font-size: 1.3em;
	margin: 0.2em 0 0.5em;
	font-weight: normal;
	}
h4 {
	font-size: 1.0em;
	margin: 0.2em 0;
	font-weight: bold;
	}
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
ul.space {
	margin-top: 1.5em;
	}
p {
	font-size: 1.0em;
	line-height: 1.3em;
	margin: 0.2em 0 1.5em 0;
	}
p.hilite {
    border: 1px solid #333;
	padding: 0.8em;
	background-color:#ccc;
	}
q, blockquote {
    font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
    }
blockquote {
    margin: 0;
	padding: 0;
    }
li > p {
	margin-top: 0.2em;
	}
strong, b {
	font-weight: bold;
	}
/* images and captions --------------------------------------- */
img {
	border: 0;
	}
.border {
	border: 1px solid #000;
	}
p.photo-captionOnly {
    font-weight: bold;
	font-style: italic;
	margin: 0 0 2.5em;
	line-height: 1.3em;
	text-align: center;
	}
p.photo-caption {
    font-weight: bold;
	font-style: italic;
	margin: 0;
	line-height: 1.3em;
	text-align: center;
	}
p.photo-details {
    margin: 0 0 2.5em;
	line-height: 1.3em;
	text-align: center;
	font-style: italic;
	}
/* for 2003 --------------------------------------------- */
table.table1 {
    margin: 0 0 2em;
	}
table.table1 th {
    padding: 0.4em 0.3em;
	font-size: 1em;
	}
table.table1 td {
    padding: 0.3em;
	text-align: center; 
	}
table.table1 th.left, table.table1 td.left {
    text-align: left; 
	}