/* box surrounding left nav items */
.leftContainer { margin:20px; margin-bottom:0px; }

/* top level left nav box of currently selected item */
.leftCurrent { background-color:#efefef; padding:3px; }

/* top level left nav box of other items */
.leftNav { margin-bottom:3px; }

/* secondary level left nav box of currently selected item */
.leftSubCurrent { background-color:#efefef; padding:3px; padding-left:20px; }

/* secondary level left nav box of other items */
.leftSubNav { background-color:#fff; padding:3px; padding-left:20px;  }

/* color of text and links in left navigation */
.navText { color:#09f; font-size:13px; }
a.navText { color:#09f; font-size:13px; text-decoration:underline; }
a.navText:hover { color:#369; }

.errorDiv { color:#c00; font-weight:bold; font-size:14px; padding-bottom:10px; }
.specialDiv { font-weight:bold; font-size:16px; padding-bottom:10px; }

#footerContainer { border-top: 1px solid #f7f7f7; width:681px; height:18px; background:#e2e2e2; }

#mainDiv { text-align:left; width:681px; margin-left:auto; margin-right:auto; margin-top:30px; min-width:600px;  }
.sealDiv { text-align:right; padding-top:10px; }