/* adarna.net style */

body {
  color: black;
  background-color: black;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 84%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

/* # Header # */
.midHeader {
  background-color: black!important;
  border: 0;
}

.midHeader a {
  color: white;
  border: 0;
  text-decoration: none;
}

.headerTitle {
  font-size: 200%;
  font-weight: normal;
  margin: 0 0 0 0.5ex;
  padding: 0.5ex;
}

#headerSubTitle {
  color: #f4df7c;
  font-size: 12px;
  margin-left: 1em;
}

#headerSubTitle1 {
  font-weight: bold;
  font-size: 18px;
}

.headerTitle a {
  text-decoration: none;
  border: 0;
}

.midHeader img {
  border: 0;
}

/* container */

#container {
  background-color: rgb(238,238,209) !important;
  border: 0;
  margin: 0;
  padding: 0px;
  width: 100%;
}

#main-copy a {
	color: rgb(64, 40, 0);
	font-weight: bold;
	text-decoration: underline;
}

#main-copy a:hover {
	color: rgb(64, 40, 0);
	font-weight: bold;
	text-decoration: underline;
	background: white;
}

/* menu */

#menu {
  width: 100%;
  clear: both;
  border: 0;
  margin: 0;
  padding: 0;
  color: white;
  background-color: black!important;
}
#menu ul {
  margin: 0;
  padding: 0.3em;
  list-style-type: none;
  list-style-image: none;
  border: 0;
}
#menu li {
  display: inline;
  white-space: nowrap;
  line-height: 1.6em;
}
#menu li.thisPage a {
  color: #fec500!important;
  font-weight: bold;
}
#menu ul li a {
  margin: 0;
  padding: 0.1em 1ex 0.1em 1ex;
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: 1em;
  border: 0;
}
#menu ul li a:hover {
  color: white!important;
  background-color: red!important;
  text-decoration: none;
  text-transform: none;
}

/* # Main Copy # */
#main-copy {
/*  max-width: 70em; */
  color: black;
  background-color: transparent;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 auto 0 2em;
  padding: 1em 3em 2em 1em;
  border: 0;
}

#bodyText {
  margin: 0 0 0 20.5em;
  padding: 2mm 5mm 2mm 5mm;
}

#main-copy p {
  margin: 1em 1ex 1em 1ex !important;
  padding: 0;
}

#main-copy h1 {
  color: #996633;
  background-color: transparent;
  font-size: 145%;
}

#main-copy h2 {
  color: #996633;
  background-color: transparent;
  font-size: 130%;
}

#main-copy h3 {
  color: #776655;
  background-color: transparent;
  font-size: 115%;
}

#main-copy h4 {
  color: #996633;
  background-color: transparent;
  font-size: 100%;
}

dl {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
}

dd {
  margin: 0 0 2em 2em;
  padding: 0;
}



/* # Footer # */
#footer {
  color: white;
  background-color: black!important;
  font-size: 91%;
  margin: 0;
  padding: 1em 2.5mm 2.5ex 2.5mm;
  clear: both;
}

#footer .left {
  text-align: left;
  line-height: 1.45em;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
  color: orange;
  background-color: transparent;
  text-decoration: none;
}

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


/* GENERAL */

hr {
  border-width: 0px 0px 0.1em 0px;
  border-color: black;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(153,153,153);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

pre {
  margin-left: 2em; 
  font-size: 1.2em;
}

blockquote {
  border-left: 1px solid blue;
  font-style: italic;
}

/* # Page/Handler specific # */
h1.dir-list-head, ul.dir-list {
  text-transform: none;
  font-weight: bold;
}
ul.sitemap-list a {
  text-transform: none;
}

