body {
background-color: #E4C4DF;
font-family: Emblem, Palatino, Arial;
margin: 0;
padding: 0;
}
#documentTitle {
margin: 0;
padding: 0;
text-align: center;
}
#documentTitle a {
color: 000000;
text-decoration: none;
}
#documentTitle h1 {
margin: 0;
padding: 0;
}
/* ************************************************************************************ */
#topNav {
background-color: transparent;
border-collapse: collapse;
padding: 0;
white-space: nowrap;
list-style: none;
margin: 0 0 -1px 0;
height: auto;
line-height: normal;
text-align: center;
}
#topNav li {
display: inline;
}
#topNav li a {
background-color: transparent;
border-color: #000000;
border-width: 1px; 
border-style: solid solid none solid;
color: #000000;
height: auto;
margin-right: 0.5em;
padding: 0em 1.5em;
text-decoration: none;
text-transform: none;
}
#topNav li.selectedTab a {
background-color: #E4E0E4;
border: 1px solid #000000;
border-bottom: #E4E0E4 1px solid;
color: #000000;
}
#topNav li a:hover {
background-color: #E4E0E4;
border-color: #000000;
border-bottom-color: #E4E0E4;
color: #000000;
}
/* ************************************************************************************ */
#topNavBottom {
background-color: #E4E0E4;
border: 1px solid #000000;
line-height: 1.3em;
color: #000000;
padding: 0em 1em .1em 1em;
margin: 0;
text-transform: none;
list-style: none;
font-size: .75em;
}
#topNavBottom a {
text-decoration: none;
}
#topNavBottom a:hover {
text-decoration: underline;
}
/* ************************************************************************************ */
#mainContent {
margin-top: -1em;
padding: 0 1em;
}
/* ************************************************************************************ */
#leftNav {
text-align: right;
}
#leftNav a {
background-color: transparent;
color: #000000;
padding: .1em .25em .1em .25em;
text-decoration: none;
display: block;
border-color: #000000;
border-width: 1px; 
border-style: solid solid none solid;
}
#leftNav a.bottomTab {
display: block;
border-color: #000000;
border-width: 1px; 
border-style: solid;
}
#leftNav a.selectedTab {
background-color: #E4E0E4;
color: #000000;
}
#leftNav a:hover {
background-color: #E4E0E4;
color: #000000;
}
/* **footer**************************************************************************** */
#footerContent {
text-align: center;
}
/* ************************************************************************************ */
a.skipToMainContent {
display: none;
line-height: 0;
visibility: hidden;
}
.hiddenContent {
display: none;
line-height: 0;
visibility: hidden;
}
/* ************************************************************************************ */
ul.noMargin {
margin-bottom: 0;
margin-top: 0;
}
.firstIndented {
margin-top: -1em;
text-indent: 2em;
}
.indented {
text-indent: 2em;
}
.indentedAlways {
margin-top: -1em;
margin-left: 2em;
}
