/* RESET ALL STYLING */
* {
  margin:0em;
  padding:0em;
  font-family:Arial;
  font-weight:normal;
  line-height:125%;
  }

/* REBUILD STYLES */
body {
  padding-bottom:20px;
  background:#2a2a2a url(../images/greyfade.jpg) 0px 0px repeat-x;
  border:0px;
  }

h3 , h4 , h5 , h6 {
  font-weight:bold;
  font-size:0.9em;
  margin:0px;
  }

h2 {
  font-weight:bold;
  font-size:1em;
  margin:20px 0px;
  }

h1 {
  font-size:1.3em;
  margin:0px 0px 20px;
  }

hr {
  margin-bottom:5px;
  }

#oc {
  text-align:center;
  }

#ic {
  text-align:left;
  border:solid 1px #666666;
  margin:20px auto;
  width:760px;
  background:#CCCCCC;
  }

#header {
  width:760px;
  height:100px;
  display:block;
  }

#seperator {
  width:760px;
  height:8px;
  background:url(../images/rivet.gif) top left repeat-x;
  }

#seperator_flip {
  width:760px;
  height:8px;
  background:url(../images/rivet_flip.gif) top left repeat-x;
  }

#nav {
  background:url(../images/navback.gif) bottom left repeat-x;
  text-align:left;
  height:30px;
  }

#nav .toplink {
  font-weight:bold;
  display:block;
  padding:3px 20px;
  font-weight:bold;
  line-height:130%;
  float:left;
  text-align:center;
  border-left:solid 1px #dfdfdf;
  border-right:solid 1px #c0c0c0;
}

#bottom_nav {
  background:url(../images/navback_flip.gif) top left repeat-x;
  border-top:solid 1px #CCCCCC;
  text-align:center;
  font-size:0.75em;
  padding-top:1em;
  }

#bottom_nav .botlink {
  display:inline;
  margin:0px 10px;
  font-weight:normal;
  line-height:100%;
  }

#cc {
  text-align:center;
  }
  
#content {
  text-align:left;
  margin:0px auto;
  width:740px;
  border:dashed 1px #c0c0c0;
}

#pad {
  margin:10px;
  }

#fc {
  width:760px;
  height:15px;
  background:url(../images/footer.gif) bottom left repeat-x;
  text-align:right;
  }

#fc .copyright {
  display:block;
  height:15px;
  font-size:10px;
  }

.tinytext {
  font-size:0.01em;
  }

a:link {
  text-decoration:none;
  border-bottom:dashed 1px #2a2a2a;
  color:#2a2a2a;
  }

a:visited {
  text-decoration:none;
  color:#000;
  border-bottom:dashed 1px #000;
  }

a:hover , a:active , #nav .toplink , #bottom_nav .botlink {
  text-decoration:none;
  color:#2a2a2a;
  border-bottom:dashed 0px #000;
  }

#nav .toplink:visited , #bottom_nav .botlink:visited {
  text-decoration:none;
  color:#000;
  }