body {
  background-color: #efe8dd;
  color: #000000;
}

a:link {
  color: #0000cc;
  background-color: transparent;
}

a:visited {
  color: #0000cc;
  background-color: transparent;
}

a:hover {
  color: #990000;
  background-color: transparent;
}

@media screen, projection {
/* exploit a parsing bug so @media rules are visible to MacIE5 */
.BeNiceToMacIE5 {
  font-family: "\"}\"";
  font-family: inherit;
}

body {
  background-color: #efe8dd;
  color: #000000;
}

.wrapper {
  margin: 1% 5%;
  padding: 0;
}

h1 {
  background-color: transparent;
  color: #990000;
  margin: 0;
  padding: 1% 2%;
}

h2 {
  margin: .2em 0;
  color: #990000;
}

.main {
  clear: both;
  width: 99.8%;
  margin: 0;
  padding: 0;
  border-top: thin solid #7d5500;
  border-bottom: thin solid #7d5500;
  border-left: thin solid #7d5500;
  border-right: thin solid #7d5500;
  color: #000000;
  background: #efe8dd url(./images/2col-bg3.png) 25% 0 repeat-y;
}

.header {
  background-color: #d9cdac;
  border: thin solid #990000;
  margin: 0;          /* flush with .main */
}

.content {
  width: 66%;
  float: right;
  margin: 0;
  padding: 1% 2%;
}
.sidebar {
  margin-right: 74%;
  padding: 1%;
  font-size: 90%;
}
.clear {
  clear: both;
  height: 1px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
}
.footer {
  background-color: #d9cdac;  /* same bg color as h1 */
  border: thin solid #990000;
  color: #000000;
  font-weight: bold;
  margin: 0;          /* flush with .main */
  padding: 1% 1%;
}
.nav ul {
	margin: .5em 0 0 0;
	border-bottom: 1px solid #ccc;
	text-align: right;
    font-weight: bold;
	list-style: none;
}
.nav li {
	display: inline;
	font-size: 90%;
	color: #ff0;
}
/* MacIE makes a terrible mess of inline lists with padding :(
   We need to hide the next few rules from it.
   WinIE 5.0 also does not support padding on inline elements,
   but it does (erroneously) support width, so we'll specify
   a width for that browser. (escaped comment hack follows) \*/
.nav li {
	padding: .1em 0 .1em 20px;
	background: #990000 url(./images/slash.png) 0 100% no-repeat;
}
.nav li.first {
	background-image: url(./images/slash-end.png);
}
* html body .nav li,
* html body .nav li a {
	width: 5em;
	width: auto;
}
/* end IE hacks */

.nav a {
	padding-left: 12px;
	padding-right: 10px;
	background: #990000 url(./images/bullet-off.png) -20px 50% no-repeat;
	color: #efe8dd;
	text-decoration: none;
	border-left: 1px solid #ccc;
}
/* Hide from MacIE, again \*/
.nav li a {
	border-width: 0;
} /* end MacIE hack */

.nav a:hover {
	background-position: 1px 50%;
	background: #990000 url(./images/bullet.png) -20px 50% no-repeat;
	text-decoration: none;
	color: #ffffff;
}

.nav a:visited {
	background-position: 1px 50%;
	text-decoration: none;
	color: #d9cdac;
}

/* divider bar */
.nav .divider {
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	height: 3px;
	overflow: hidden;
	width: 100%;
	background: #990000  75% 0 no-repeat;
}


} /* end media rules */
