body {
  margin:0;
  padding:0;
  font-size: 1em;
  color: #444;
  background-color:#fff;
}
a {
  color: #009;
  text-decoration:none;
  border-bottom: 1px dotted #ccc;
}
a:hover {
  color: #f00;
  border-bottom: 1px dotted #900;
}

acronym {
  cursor: help;
}
q,blockquote {
  position:relative;
  display:block;
  border: 1px solid #999;
  background-color: #eee;
  color:#000;
  padding: 5px;
  margin: 10px;
}
hr {
  clear:both;
  background-color:#fff;
  color:#fff;
}
img {
  border:none;
}
.subtables table td {
  cursor:text;
}

.toggles_out {
  margin: 20px;
}


#header h1 {
  margin:0;
  padding: 3px;
  background: #fff url(images/back.gif) left top repeat;
  border-bottom: 1px solid #000;
}
#header p {
  float: right;
  font-size:75%;
  margin:-1.4em 20px 0 0;
}
#header {
  margin:0;
  padding:0 0 30px 0;
  color: #ffffcc;
  background: #900 url(images/fade_top.gif) left bottom repeat-x;
  width:100%;
}
#container {
  width:100%;
  float:right;
  margin: 0 0 0 -210px;
  background: transparent url(images/sackBack.gif) left top repeat-y;
}
#nav {
  width: 209px;
  float:left;
  margin:0;
  padding:0;
  background: transparent url(images/sackBack.gif) left top repeat-y;
}
#content {
  background: #fff;
  font-size: 95%;
  margin:0 0 0 211px;
  padding:10px 0 0 0;
}
#sack {
  background: transparent url(images/sackBack.gif) left top repeat-y;
  margin: -30px 0 0 0;
}
#clearing {
  height:40px;
  clear:both;
}

#content ul {
  list-style:none;
}
#content h2 {
  position: relative;
  text-align: center;
  color:#000;
  border-top: 1px solid #800;
  border-right: 2px solid #800;
  border-bottom: 2px solid #800;
  border-left: 1px solid #800;
  padding: 0;
  margin:0 20px 10px 20px;
  background: transparent url(images/fade_top.gif) left top repeat-x;
}
#content h3 {
  position: relative;
  color:#800;
  padding: 25px 0 5px 5px;
  margin: 0 0 0 0;
  display:block;
  border-bottom: 1px dotted #009;  
  clear:right;
  background: transparent url(images/fade_bottom.gif) left bottom repeat-x;
}
#content h4 {
  color:#009;
  padding: 0px 5px;
}
#content p {
  padding: 0 0 0 10px;
  clear:left;
}
#content cite {
  position:relative;
  color: #800;
  float:right;
  margin: -1.3em 0 0 0;
}
#subNavA dl,#subNavB dl {
  position: relative;
  list-style-type:none;
  margin:0;
  padding:0;
}
#subNavA dt,#subNavB dt {
  font-size: 94%;
  padding: 2px 0 2px 20px;
  color:#900;
  border-bottom: 1px dotted #600;
}
#subNavA dt {
  background: transparent url(images/siteMap.gif) 2px 50% no-repeat;
}
#subNavB dt {
  background: transparent url(images/leavingSite.gif) 2px 50% no-repeat;
}
#subNavA dd,#subNavB dd {
  font-size: 90%;
  margin: 0;
  padding: 1px 3px 1px 3px;
}
#subNavA a,#subNavB a,#logout a {
  position:relative;
  border: 1px solid #fff;
  font-size: 90%;
  display:block;
  margin: 0;
  padding: 2px 0 2px 20px;
}
#subNavA a:hover,#subNavB a:hover,#logout a:hover {
  color:#600;
  background: #fff url(images/fade_top.gif) top left repeat-x;
  border: 1px solid #600;
}
 
table { color:#000;}
table.ruler, table.rulerBasic {
  color:#999;
  font-size: 90%;
  width: 90%;
  clear:left;
  border-collapse: collapse;
  margin: 5px auto 5px auto;
}
table.ruler td {
  border-bottom:1px solid #ccc;
}
table.ruler thead, table.rulerBasic thead {
  background: transparent url(images/fade_bottom.gif) left bottom repeat-x;
}
table.ruler thead th, table.rulerBasic th {
  border: 1px solid #999;
  padding: 3px;
}
table tr.hilite {
  background-color: #eeefff;
  color:#000;
}
table tr.tolite {
  background-color:transparent;
}
table .currency {
  text-align:right;
}
table .phoneNum {
  width: 170px;
}
#footer {
 position: relative;
  clear: both;
  width: 100%;
  padding:0 0 10px 0;
  margin: 0;
  font-size: 80%;
  color: #900;
  text-align: right;
  background: transparent url(images/fade_top.gif) left top repeat-x;
  border-top: 1px solid #600;
}
.leftAlign,.rightAlign {
  font-size:14px;
  padding:2px 5px;
}
.leftAlign {text-align:left;color:#444;}
.rightAlign {text-align:right;font-weight:bold;}
