/* hoosieruplands.com/normal.css */

/* turn off link underlining */
a {
text-decoration: none; }

/* default paragraph style */
p {
text-align: justify;
font-family: "Times New Roman,Roman,Serif";
font-size: 16px;
color: #000000;
}

p.section {
background-color: #AA5500;
color: #FFFFFF;
font-weight: bold; }

/* division: master width to fit 800 x 600 */
div.controlwidth {
width: 752px;
padding-bottom:10px;
border: none;
background-color: #FFFFFF; }

/* division to clear all pending floats */
div.clear {
clear: both;
padding-top: 0px;
padding-bottom: 0px; }

/* division: master content width */
div.content {
padding-left: 18px;
padding-right: 18px; }

div.centeredsmall {
text-align: center;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px; }

/* class to float 200px-wide images on right margin */
div.floatr200 {
float: right;
width: 200px;
padding: 10px 0px 15px 15px; }


/* class to define borderless image style */
img.noborder {
border-style: none; }

/* footer horizontal line styles */

hr.footertop {
width: 70%; }

hr.footerbottom {
width: 85%; }

