/***** Page *****/
h1, h2, h3, h4, h5, div, span, p, a, td, ul, ol, blockquote, input, textarea, select {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}
h1 {
  font-size: 2.00em;
}
h2 {
  font-size: 1.75em;
}
h3 {
  font-size: 1.50em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1.11em;
}
h6 {
  font-size: 1.00em;
}
td {
  vertical-align: top;
}
img {
  border: none;
  margin: 0px;
  padding: 0px;
}
pre {
  font-family: monospace;
}
a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  background: #a23a3b;
}
form {
  margin: 0px 0px 0px 0px;
}
p, pre {
  margin: 0px 0px 0px 0px;
  margin-bottom: .85em;
}
p, td, ul, ol {
  font-size: 1.00em;
}
input, textarea, select, textarea {
  color:;
  border: 1px solid;
  font-size: .85em;
}
body {
  background: #6a6a6a;
  color: #fff;
  font: 70% Verdana, Tahoma, Arial, sans-serif;
  margin: 0px;
  padding: 0px;
}
/*
body a:visited {
  font-style:italic
}
*/
.left {
  float: left;
  padding: 0px;
  text-align: left;
  font-size: 1em;
  font-weight: normal;
  display: inline;
}
.right {
  display: inline;
  float: right;
  text-align: right;
  padding: 0px;
  font-size: 1em;
  font-weight: normal;
}
/***** Wrapper *****/
#wrapper {
  background: #404040;
  background-image: url(content_bkgd.jpg);
  background-position: top left;
  background-repeat: repeat-y;
  border-left: 5px solid #606060;
  border-right: 5px solid #606060;
  color: #fff;
  margin: 0px auto;
  padding: 0px;
  width: 776px;
}
/***** Top *****/
#top {
  background: #404040;
  background-image: url(header_bkgd.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  color: #fff;
  height: 178px;
  margin: 0px;
  padding: 0px;
}
#top .left {
  margin: 4px 0px 0px 8px;
}
#top .right {
  margin: 4px 8px 0px 0px;
}
#top a {
  background: inherit;
  color: #fff;
  text-decoration: none;
}
#top a:hover {
  text-decoration: underline;
}
/***** Side Content *****/
#side_container {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 170px;
  color: #fff;
  font-size: .85em; /* this is accumlates with other font-sizes in this div */
}
#side_container ul {
  color: #333;
  list-style: none;
  padding: 0px;
  margin: 0px;
  background: inherit;
}
#side_container li {
  padding: 0.1ex 0px;
}
#side_container li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.25em;
  display: block;
  padding-left: 9px;
  background: transparent;
  height: 2em;
  line-height: 2em;
}

#navigation ul li a:hover, #navigation ul li ul li a:hover {
  text-decoration: underline;
  list-style-type: circle;
}

/*#side_container li a:hover {
  background: #71090a;
  color: white;
}
*/
#side_container h1, #side_container h2, #side_container h3, #side_container h4, #side_container h5, #side_container h6, #side_container p {
  margin: 0px;
  padding-bottom: 0px;
  padding-left: 9px;
  letter-spacing: 0em;
}

#side_container h1 {
  padding-top: 1.0em;
}

#side_container h2 {
  padding-top: .65em;
}
#side_container h3 {
  padding-top: .65em;
}
#side_container h4 {
  padding-top: .35em;
}
#side_container h5 {
  padding-top: .35em;
}
#side_container h6 {
  padding-top: .35em;
}

/***** Navigation *****
#navigation {
  background: transparent;
  color: #fff;
  font-size: 1.25em;
  height: 2em;
  line-height: 2em;
}
#navigation ul, #navigation li {
  margin: 0px;
  padding: 0px;
}
#navigation li {
  list-style: none;
}
#navigation li a {
  background: inherit;
  width: 141px;
  color: #fff;
  font-weight: bold;
  padding: 9px;
  text-decoration: none;
}
* html #navigation a {
  width: 1%;
}
#navigation .selected, #navigation a:hover {
  background: #71090a;
  color: #fff;
  text-decoration: none;
}
#side_content {
  margin-top: 18px;
}
/***** Content *****/
#content {
  background: transparent;
  float: right;
  margin: 0px 12px 0px 0px; 
  padding: 0px;
  width: 572px;
  color: #ddd;
}


/**********************************************************************************************/
/* Box model hacks */
/*   Original width is 572px - the wrapper width minus self's padding */
* html #content {
  margin: 9px 6px 0px 0px; 
  width: 552px; /* for IE5 and IE6 in quirks mode */
  w\idth: 572px; /* for IE6 in standards mode */
}
/**********************************************************************************************/

#content h3 {
  color: inherit;
  font-size: 1.4em;
  margin: 0px;
  padding: 10px 5px 0px 0px;
  text-align: left;
  background: inherit;
}
#content h4 {
  color: inherit;
  font-size: .8em;
  margin: 0px;
  padding: 0px 0px 0px 10px;
  font-weight: normal;
  background: inherit;
}
#content p {
  margin: 10px 5px;
  padding-left: 10px;
  padding-right: 10px;
  background: inherit;
  color: inherit;
}
#content a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
}
#content a:hover {
  background: #b00e10;
  text-decoration: none;
  border-top: 1px solid #b24041;
  border-bottom: 1px solid #943536;
}
#content_skirt {
  clear: both;
  background: #404040;
  background-image: url(content_skirt_bkgd.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  width: 776px;
  height: 14px;
}
/***** Footer *****/
#footer {
  background: #404040;
  background-image: url(footer_bkgd.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  clear: both;
  color: #fff;
  font-size: .8em;
  height: 7em;
  line-height: 1.8em;
  padding: 0px;
  text-align: center;
}
#footer a {
  background: inherit;
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .left {
  margin: 0px 0px 0px 8px;
}
#footer .right {
  margin: 0px 8px 0px 0px;
}

/* The LIs only get a margin and font size. The As get the background colors and other formatting */

#side_container .menu-level1, #side_container .menu-level1-active, #side_container .menu-level1-current-active, #side_container .menu-level1-with-subpage  {
  font-size: 1em;
  margin-left: 0px;
  border: none;
}

#side_container .menu-level1 a {
  background-color: #000;
  border: none;
}
#side_container .menu-level1-active a {
  background-color: #71090a;
  background-color: #580608;
  list-style: disc outside;
  border-top: 1px solid #770f10;
  border-left: 1px solid #770f10;
  border-bottom: 1px solid #400;
  border-right: 1px solid #400;
}
#side_container .menu-level1-current-active a {
  background-color: #71090a;
  background-color: #580608;
  list-style: disc outside;
  border-top: 1px solid #770f10;
  border-left: 1px solid #770f10;
  border-bottom: 1px solid #400;
  border-right: 1px solid #400;
}
#side_container .menu-level1-with-subpage a {
  background-color: #000;
  border: none;
}


#side_container .menu-level2, #side_container .menu-level2-active, #side_container .menu-level2-current-active, #side_container .menu-level2-with-subpage  {
  font-size: .9em;
  margin-left: 12px;
  border: none;
}

#side_container .menu-level2 a {
  color: #fff;
  background-color: #000;
  border: none;
}
#side_container .menu-level2-active a {
  list-style: disc outside;
  color: #fff;
  border-top: 1px solid #770f10;
  border-left: 1px solid #770f10;
  border-bottom: 1px solid #400;
  border-right: 1px solid #400;
}
#side_container .menu-level2-current-active a {
  background-color: #580608;
  background-color: #71090a;
  border-top: 1px solid #770f10;
  border-left: 1px solid #770f10;
  border-bottom: 1px solid #400;
  border-right: 1px solid #400;
}

#side_container .menu-level2-with-subpage a {
  color: #fff;
  background-color: #000;
  border: none;
}


#side_container .menu-level3, #side_container .menu-level3-active, #side_container .menu-level3-current-active, #side_container .menu-level3-with-subpage {
  font-size: .8em;
  margin-left: 24px;
  border: none;
}

#side_container .menu-level3 a {
  color: #fff;
  background-color: #000;
  border: none;
}
#side_container .menu-level3-active {
  background-color: #000;
  border-top: 1px solid #770f10;
  border-left: 1px solid #770f10;
  border-bottom: 1px solid #400;
  border-right: 1px solid #400;
}
#side_container .menu-level3-current-active {
  background-color: #71090a;
  border-top: 1px solid #770f10;
  border-left: 1px solid #770f10;
  border-bottom: 1px solid #400;
  border-right: 1px solid #400;
}
#side_container .menu-level3-with-subpage {
  background-color: #000;
  border: none;
}
