/* Styling the Basics
-------------------------------------------------------------------------- */
a, a:link, a:visited { text-decoration: none; color: #BF193F; font-weight: bold;}
a:hover { color: #ff0000;}

h1, h2, h3, h4, h5, h6 {color: #443E2F; font-weight: bold;}

/* Subheadings in the Sidebar */

.titile h2, .subheading {text-align: center; text-transform: uppercase; font-size: 85%; letter-spacing: 0.4px}
legend {font-weight: bold; color: #443E2F; margin-bottom: 0.5em;}

.form-radios,.links{ display:none;}

/* Subheadings in the Sidebar */

.subheading {text-align: center; text-transform: uppercase; font-size: 85%; letter-spacing: 0.4px}
legend {font-weight: bold; color: #443E2F; margin-bottom: 0.5em;}

p {line-height: 1.5;}

.center-text {text-align: center;}

ul.no-bullets {list-style-type: none; margin-left: 0em;}
ul.no-bullets li {list-style-type: none; margin-left: 0em;}

div.floater {
  width: 27%;
  float: right;
  margin-left: 0.7em;
  clear: right;
}

img.author {float: left; margin-right: 0.5em; margin-bottom: 0.5em;}

div#content h4 {clear: both;}

div#footerLinks a {font-size: 85%; font-weight: normal; color: #443E2F}
