body
{
margin: 10px;
/*
background-repeat: repeat;
background-image: url(./images/background.gif);
*/
padding: 0px;
background-color: #7E52A1;
font-size: small;
font-family: arial, sans-serif;
color: #818181;
}
a:visited, a:hover
{
text-decoration: underline;
color: #323232;
}
a:link
{
text-decoration: underline;
color: #000000;
}
a:hover {}
a img {border: 0; }
h1 {}
h2 {}
h3 {}
#inner_table {
  background-color: #547522;
  width: 780px;
  background-image:url(images/top_rounded_strip_780.jpg);
  background-repeat:no-repeat;
  background-position:top center;
  height: 300px;
  }
.side_td {
  padding: 10px; color: #006600;
}
#footer_table {
  padding-top: 5px;
  padding-bottom:5px;
  width: 780px;
  background-image:url(images/bottom_rounded_strip_780.jpg);
  background-repeat:no-repeat;
  background-position:bottom center;
  height: 25px;
}
.big_strip { postion: relative; top 30px; }

#footer { font-size: 8pt; background-color: #749932; color: #ffffff; }

#footer a { color: #ffcc00; }

.titletext { color: #096A37; font-weight: bold; padding: 3px; }

#centerpage { padding: 10px; color: #096A37; font-family: verdana; font-size: 8pt; }

/* Side boxes */
.t {background: url(images/dot.gif) 0 0 repeat-x; width: 20em; background-color: #a0c747; }
.t a { color: #6633cc; }
.b {background: url(images/dot.gif) 0 100% repeat-x; }
.l {background: url(images/dot.gif) 0 0 repeat-y; }
.r {background: url(images/dot.gif) 100% 0 repeat-y; }
.bl {background: url(images/bl.gif) 0 100% no-repeat; }
.br {background: url(images/br.gif) 100% 100% no-repeat; }
.tl {background: url(images/tl.gif) 0 0 no-repeat; }
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:10px; }

.t2 {background: url(images/dot.gif) 0 0 repeat-x; width: 20em; }
.t2 a { color: #6633cc; }
.b2 {background: url(images/dot.gif) 0 100% repeat-x; }
.l2 {background: url(images/dot.gif) 0 0 repeat-y; }
.r2 {background: url(images/dot.gif) 100% 0 repeat-y; }
.bl2 {background: url(images/bl.gif) 0 100% no-repeat; }
.br2 {background: url(images/br.gif) 100% 100% no-repeat; }
.tl2 {background: url(images/tl.gif) 0 0 no-repeat; }
.tr2 {background: url(images/tr.gif) 100% 0 no-repeat; padding:10px; }
.FloatRight { float: right; padding: 3px;}
.FloatLeft  { float: left; padding: 3px; }