html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
  background-position: -178px 63px;
  background-attachment: fixed;
  background-image: url(../img/back.jpg);
  background-repeat: no-repeat;
  background-color: #FBFCEF;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* CSS Tabs */
#navcontainer {
        background: transparent;
        width: 180px;
        margin: 0 auto;
        padding: 1em 0;
        font-family: georgia, serif;
        font-size: 12px;
        text-align: center;
        text-transform: lowercase;
}

ul#navlist {
        text-align: left;
        list-style: none;
        padding: 0;
        margin: 0 auto;
        width: 90%;
}

ul#navlist li {
        display: block;
        margin: 0;
        padding: 0;
}

ul#navlist li a {
        display: block;
        width: 100%;
        padding: 0.5em 0 0.5em 2em;
        border-width: 1px;
        border-color: #ffe #aaab9c #ccc #fff;
        border-style: solid;
        color: #777;
        text-decoration: none;
        background: transparent;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {
        background: transparent;
        color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
        color: #800000;
        background: transparent;
        border-color: #aaab9c #fff #fff #ccc;
}

a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000; CSS Tabs 
}
#outerWrapper {
  margin: 30px auto 30px auto;
  max-width: 600px;
  min-width: 600px;
  text-align: left;
  width: 780px;
}
#outerWrapper #header {
  border-bottom: solid 1px #666;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapper #leftColumn1 {
  border-right: solid 1px #666;
  float: left;
  padding: 10px 10px 10px 10px;
  width: 200px;
}
#outerWrapper #contentWrapper #content {
	margin-bottom: 0;
	margin-left: 220px;
	margin-top: 0;
	padding: 10px 10px 10px 10px;
	color: #000;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  border-top: solid 1px #666;
  padding: 10px 10px 10px 10px;
}
.menu {
	font-weight: bold;
	color: #800000;
}
.blu {
	font-weight: bold;
	font-variant: small-caps;
	color: #03F;
}