body 
 {
 background-image: url(../images/page_gradient.png); background-repeat: repeat-x;
 font-family: Arial, Helvetica, Calibri, Verdana, sans-serif;
 align: center;  background-color: #F3F3F3;
 }

a {font-weight: bold; background-color: #bbccdd; color: white; text-decoration: none; padding: 5px;}
a:hover { background-color: #ffbb33;}
 
.mainwrapper { margin: 0 auto; }

h1 {color: #8CC63E; border-bottom: 18px solid #8CC63E;}
h2 {color: #686828; border-bottom: 10px solid #686828;}
h3 {color: #176062; border-bottom: 5px solid #176062;}

p {line-height: 1.4; color: #555555;}
li {line-height: 1.3; color: #555555;}

.toprect {margin: 0 auto;   width: 800px; height: 24px; background-image: url('../images/top_rect.png');   padding: 0px;}
.midrect {margin: 0 auto;   width: 800px;  background-image: url('../images/mid_rect.png'); margin: 0px;  padding-left: 45px; padding-right: 45px; padding-bottom: 0px;  padding-top: 10px; background-repeat: repeat-y;}
.botrect {margin: 0 auto;   width: 800px; height: 40px; background-image: url('../images/bottom_rect.png');   padding: 0px;}



