* {margin:0;padding:0;}

body { background: #ccc; }

table {
  margin: -4px 0 0 0;
  padding: 0 0 0 0;
  width: 750px;
}

tr { background: #ccc ; }

.tdwidth { width: 1%; }
.tdfullwidth { width: 100%; }

p { margin: 10px; }

ul {
  margin-top: 5px;
  margin-left: 10px;
  list-style-type: disc;
}

ul li {
  margin-top: 5px;
  margin-left: 10px;
}

img { border: 0; }

#outer {
  position: relative;
  width: 750px;
  margin: 10px auto;
  
}

.hdr { margin: 0 auto; }
 
.content {
  position: relative;
  text-align: left;
  margin: 0 auto;
  background: #fff; 
  border: 1px solid #000; 
  width: 738px; 
  padding: 5px;

}

.nav {
 display:block;
 text-decoration:none;
 text-align:center;
 height: 15px;
 font-family: arial, helvetica, sans-serif;
 color: black;
 font-size: 14px;
 border-right: 1px dashed #000;
}

.nav:hover { background: #CFDBE1; }

.subnav {
 background: #CCC;
 text-align: center;
 font-size: 14px;
 width: 123px;
 z-index: 99;
 border-right: 1px solid #000;
 border-left: 1px solid #000;
 border-bottom: 1px solid #000;
 filter:alpha(opacity=93);
 -moz-opacity:0.93;
 opacity: 0.93;
}

.subnavitem {
 padding-top: 2px;
 border-top: 1px dashed #000;
 text-decoration:none;
 height: 15px;
 font-family: arial, helvetica, sans-serif;
 color: black;
 display:block;
}

.subnavitem:hover { background: #CFDBE1; }

.left, .list { text-align: left; }

.center_under { text-align: center; text-decoration: underline; }

.left { margin: 10px 25px 10px 25px; }

.list {
   width: 500px;
   margin: 10px auto;
}

.list ul { list-style-type: disc; }


.footer {
  clear: both;
  width: 748px;
  border: 1px solid #000; 
  background: #fff; 
  margin: 10px auto;
  text-align: center;
}
.footer a, .content a { 
  color:#000; 
  text-decoration: none;
}

.large {
 font-family: arial, helvetica, sans-serif;
 font-weight: bold;
 font-size: 16px;
}
