html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
  background-color: #333;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: normal;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
}
h2 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
}
h3 {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
}
a,  a:link {
  color: #FF0000;
  font-weight: bold;
  text-decoration: none;
  cursor:pointer;
  outline:none;
}
a:visited {
  color: #990000;
  font-weight: bold;
  text-decoration: none;
  outline:none;
}
a:hover {
  color: #FF0000;
  text-decoration: underline;
  cursor:pointer;
  outline:none;
}
a:focus {
  color: #666666;
  outline:none;
}
a:active {
  color: #666666;
  outline:none;
}
#outerWrapper {
  background-color: #fff;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 960px;
}
#outerWrapper #header {
  background: #000 url(../images/header.jpg);
  font-size: 18px;
  font-weight: bold;
  height: 150px;
  line-height: 15px;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #header h1 {
  visibility:hidden;
}
#outerWrapper #contentWrapper {
  background:#efefef;
}
#outerWrapper #contentWrapper #content {
  margin: 0;
  padding: 10px 10px 10px 10px;
  min-height:350px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
  background: #000000;
  padding:5px 0 5px 0;
  height:70px;
  text-align:center;
}
/**/
#topBar {
  background: #000000;
  padding:0;
  height:70px;
  text-align:center;
  border-bottom:1px solid #000000;
}
#topBar a img {
  cursor:pointer;
  padding:0 10px 0 10px;
  margin:0;
}
#topBar img {
  padding:0 5px 0 5px;
  margin:0;
}
/**/
#navBar {
  height:25px;
  background:#ff0000 url(../images/navbarbg.jpg);
  background-repeat:repeat-x;
}
#navBar ul#nav {
  margin:0 0 0 3px;
  padding:0;
  height:25px;
  width:957px;
}
#navBar ul#nav li {
  float:left;
  width:106px;
  text-align:center;
  list-style:none;
}
#navBar ul#nav li a span {
  height:22px;
  background:#ff0000;
  display:block;
  padding:3px 0 0 0;
  background:#ff0000 url(../images/navbarbg.jpg);
  background-repeat:repeat-x;
  font-weight:bold;
}
#navBar ul#nav li a span:hover {
  background:#ff0000;
  text-decoration:none;
}
#navBar ul#nav li a, #navBar ul#nav li a:link, #navBar ul#nav li a:visited  {
  color:#ffffff;
  font-weight:bold;
  text-transform:capitalize;
  height:25px;
}