a {
    text-decoration: none;
    color: rgb(153, 0, 34);
}

a:hover {
    text-decoration: underline;
}

@font-face {
	font-family: 'Cardo';
	src: local('Cardo');
	src: url('Cardo98s.ttf');
}

body {
    margin: 0;

    font-family: 'Times New Roman', serif;
    font-size: 75%;

    background-color: rgb(255, 241, 218);
}

#headerContainer, #topContentWrapper, #mainContentWrapper, #footerWrapper {
    width: 100%;
    clear: both;
}

#headerContent, #topContent, #mainContent, #footerContent {
    width: 800px;

    margin-left: auto;
    margin-right: auto;

    padding-right: 1em;
    padding-left: 1em;
}

#headerContainer {
    height: 5em;
    background-color: rgb(64, 53, 36);
    border-color: 1px solid black;
}

#headerContent {
    line-height: 5em;
}

#navigation a {
    margin: 0 1em 0 1em;

    color: rgb(255, 212, 142);
    text-decoration: none;
}

.navigationLink {
    float: left;
    font-size: 1.4em;
    text-shadow: -1px -1px black;
}

#navigation a:hover {
    color: white;
}

#navigation a:active {
    color: white;
}

#navigation a.activeLink {
    color: white;
}

#navigationMarker {
    width:1px;
    height:0;

    position: relative;

    margin-top: -0.7em;
    margin-left: auto;
    margin-right: auto;

    border-bottom: rgb(255, 212, 142) solid 0.8em;
    border-top: none;
    border-left: transparent solid 0.8em;
    border-right: transparent solid 0.8em;
}

#searchForm {
	text-align:center;
	margin-top:30px;
}

#searchForm table {
	margin-left:43%;
}

h3 {
	text-align:center;
	}

#topContentWrapper {
    background-color: rgb(255, 212, 142);
    min-height: 1em;
    text-shadow: 1px 1px #FFF6AF;
    border-bottom: 1px solid white;
    background: -webkit-gradient(radial, 50% 20%, 0, 50% 20%, 550, from(#FFD48E), to(#EEC37D));
    background: -moz-radial-gradient(50% 20%, cover, #FFD48E, #EEC37D);
}

#topContent {
    padding: 2em 0 2em 0;
}

#topLeftContent {
    width: 470px;
    float: left;

    //background-color: rgba(0, 255, 0, 0.3);
    margin-right: 5px;
}

#topLeftDownloadContent {
    width: 340px;
    float: left;
    margin-right: 5px;
}

#topLeftContent h2 {
    font-size: 2em;
    line-height: 1.5em;
    font-weight: normal;
    color: rgb(64, 53, 36);
}

a img {
    border: none;
    text-decoration: none;
}

#mainContentWrapper {
    background-color: rgb(255, 241, 218);
}

#mainContent {
    font-size: 1.2em;
    line-height: 1.6em;

    color: rgb(64, 53, 36);

    padding-top: 1em;
    padding-bottom: 1em;
}

#mainContent h2 {
    font-size: 1.8em;
    line-height: 1.4em;
}

#mainContent h1 {
    line-height: 1.4em;
}

#mainContent h4 {
	text-align:center;
}

#searchTerms h4 {
	text-align:left;
}

table .bibllist {
	border-collapse:collapse;
	border-style:solid;
	border-width:1px;
	border-color:#EDEDED
}

h2 .bibl {
	font-size:1em;
	text-align:center;
	margin-top:2.3em;
	}

td .abbr {
	padding:10px 20px 0px 6px;
}

#footer {
	font-size:.8em;
	margin-left: 200px;
}

#subNavigation {
    width: 180px;
    float: left;
    margin: 1em 20px 1em 0;
}

#subNavigation ul, #subNavigation li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#subNavigation li {
    padding-bottom: 1em;
}

#subNavigation li.active:after {
    content:" \25C5";
}

#mainContentDetail ul {
    margin-top: 2em;
}

#mainContentDetail li {
    font-size: 1.05em;
    padding-bottom: 1em;
}

#mainContentDetail {
    width: 600px;
    float: left;
}

#mainContentDetail h2 {
    margin-top: 1em;
    font-size: 1.6em;
}

#mainContentDetail p {
    font-size: 1.05em;
    line-height: 1.5em;
}

#mainContent p {
    line-height: 1.6em;
}

#footerContent {
    padding-top: 1em;
    color: rgb(128, 120, 109);
    font-size: 1.2em;
}

#footerContent a {
    font-weight: bold;
    text-decoration: none;
    color: rgb(128, 120, 109);
}

#footerContent a:hover {
    text-decoration: underline;
}

.footerNavSection {
    float: left;
    width: 180px;
    margin-right: 20px;
}

.footerNavSection ul, .footerNavSection li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footerNavSection li {
    padding-bottom: 1em;
}

#footerContent li a {
    font-weight: normal;
}

.footerNavSection p {
    padding: 0;
    margin: 0;

    line-height: 2em;
    width: 220px;
}
