
/*This is the highlights style sheet*/

hr { 
color: #800000;
}

table.highlights { 
background-color:  #D59B4D; 
border-top: 1px #C0660C solid;
width: 95%;
margin-left: auto; 
margin-right: auto
}

img.left { 
width: 360px; 
background-color: white; 
float: left; 
padding: .5em; 
margin: 1.5em; 
border: 1pt black solid;
}

img.right { 
width: 360px; 
background-color: white; 
float: right; 
padding: .5em;
margin: 1.5em;
border: 1pt black solid;
}
.highlights p { 
padding: .5em; 
text-align: left; 
font-size: .9em;}

.highlights td { 
border-bottom: 1pt #800000 solid; 
padding-bottom: 1em; 
padding-top: .5em; 
padding-left: .1em; 
padding-right: .5em;}

/*Year Link Buttons*/

#topyearlink {
background-color:  #D59B4D;
line-height: 1.9em;
width: 100%;
text-align: center; 
margin-right: auto;
margin-left: auto;
margin-top: .-3em;
margin-bottom: .4em;
position: relative;
z-index: 6;
font-size: 1em;
padding-bottom: 1em; 
}

#yearlink {
line-height: 2.5em;
text-align: center; 
margin-top: 1em;
margin-bottom: 2em; 
font-size: 1em;}

a.yearlink:link, a.yearlink:visited, a.yearlink:active, a.yearlink:hover {
text-decoration: underline;
padding-right: 15px;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
margin: .3em;
font-weight: bold;
background-color: #960000;
}

a.yearlink:link {
border: 1px #CC5500 outset;
color: #C18243;
text-decoration: underline;
}

a.yearlink:visited {
border: 1px #CC3300 outset;
color: #292929;
text-decoration: none;
}

a.yearlink:active {
border: 1px #C0660C inset;
background-color: #000000;
color: red;
text-decoration: underline;
}

a.yearlink:hover {
border: 1px FF9900 inset;
background-color: #ff8000;
color: #ffffff;
font-style: normal;
}

/*Bottom Navigation Buttons*/

#bottomnav {text-align: center;
letter-spacing: .05em;
line-height: 2.5em;
margin-top: 1em;
}

a.bottomlink:link, a.bottomlink:visited, a.bottomlink:active, a.bottomlink:hover {
padding: .4em;
font-size: .8em;
font-style: normal;
font-weight: normal;
text-decoration: underline;
background-color: #960000;}

a.bottomlink:link {border: 1pt #C0660C solid;
color: #C18243;
}

a.bottomlink:visited {border: 1pt #C0660C solid;
color: #000000;
background-color: #800000;
text-decoration: none;
}

a.bottomlink:active {border: 1pt red solid;
color: red;
}

a.bottomlink:hover {border: 1pt red solid;
background-color: #ff8000;
color: #ffffff;
}

