/* hoosieruplands.com/normal.css */

/* turn off link underlining */
a {
text-decoration: none; }

/* default paragraph style */
p {
text-align: justify;
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
color: #000000; }

/* heading styles */

/* headline */
span.mainhead {
font-family: "Times New Roman,Roman,Serif";
font-weight: bold;
font-size: 24px;
color: #215E21; }

/* subhead */
span.subhead {
font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
font-size: 18px;
color: #215E21; }

/* section head */
span.sectionhead {
font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
font-size: 16px;
color: #215E21;
font-style: italic; }

/* byline */
span.byline {
font-family: "Times New Roman,Roman,Serif";
font-weight: bold;
font-size: 14px;
text-indent: 8px;
color: #000000; }

span.tiny {
font-family: Arial,Helvetica,sans-serif;
font-size: 9px;
color: #000000;
font-style: italic; }

/* division: master width to fit 800 x 600 */
div.controlwidth {
width: 742px;
padding-bottom:10px;
border: double;
background-color: #F0F8F0; }

/* division: master content width */
/* within div.controlwidth, this yields 706px across */
div.content {
font-family: Arial,Helvetica,sans-serif;
font-size: 14px; 
padding-left: 18px;
padding-right: 18px; }

div.right {
float: right;
width: 540px; }

/* division to clear all pending floats */
div.clear {
clear: both;
padding-top: 0px;
padding-bottom: 0px; }

div.centeredsmall {
text-align: center;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px; }

/* class to float 150px-wide images on left margin (for buttons)*/
div.floatl150 {
float: left;
width: 150px;
padding: 10px 15px 15px 0px; }

/* class to float images on right margin */
div.floatr150 {
float: right;
width: 150px;
text-align: justify;
font-size: 11px;
font-style: italic;
padding: 10px 0px 15px 15px; }

div.floatr240 {
float: right;
width: 240px;
text-align: justify;
font-size: 11px;
font-style: italic;
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%; }

