/* Caron *//*  This is the base style for all body text.*/body { font-family: "Arial Narrow", sans-serif;  font-size: 75%;  color: #444444; line-height: 1.5em; letter-spacing: .05em; vertical-align: baseline; text-align: center; background: white;}#main_container {  margin: 0 auto;  width: 800px;  text-align: left;  border-right: 1px solid #a1a5a9;  border-bottom: 1px solid #a1a5a9;  border-top: 1px solid #a1a5a9;  border-left: 1px solid #a1a5a9;  margin-right: auto;  margin-left: auto;  }  p, td, ol, ul,li { font-size: 1em;}/*  This is the base style for all headers.*/h1, h2, h3, h4, h5, h6 { font-weight: bold; vertical-align: baseline;}h1 { font-size: 1.2em; }h2 { font-size: 1.0em; }h3 { font-size: 1.5em; line-height: 1.0em; font-family: "Arial Narrow", sans-serif;  letter-spacing: .025em; }h4 { font-size: 2.5em;  line-height: 1.0em; font-family: "Arial Narrow", sans-serif;  letter-spacing: .025em;}h5 { font-weight: normal; font-size: 1.8em;  line-height: 1.4em; font-family: "Arial Narrow", sans-serif;  letter-spacing: .025em;}h6 { font-size: 0.6em; }/*  Default link colors*/a:link { color: #555555; text-decoration: none;}a:visited { color: #555555; text-decoration: none;}a:hover { color: #BB0000; text-decoration: underline;}a:active { color: #BB0000; text-decoration: underline;}a img { border: 0;}/*  Remove all margins & padding.  They will be replaced only as needed.*/a,body,div,img,h1, h2, h3, h4, h5, h6,p,ul,ol,li { margin: 0px; padding: 0px; border: none; display: block;}table,tbody,td,tr { margin: 0px; padding: 0px; border: none;}/*  Restore inline elements.*/a,img { display: inline;}/*  Design specific settings.*/html,body { height: 100%; }body { background: white;}#subscribe { border-top: 1px solid #a1a5a9; border-right: 1px solid #a1a5a9;}#main_body { border-right: 1px solid #a1a5a9; border-bottom: 1px solid #a1a5a9; border-top: 1px solid #a1a5a9; border-left: 1px solid #a1a5a9; }
