body {
   background: #ffffff;
   color: #3a3a3a;
   font: 0.8em Tahoma, "Bitstream Vera Sans", Verdana, Helvetica, Sans-serif;
   margin: 0 auto;
   padding: 0;
}


#container {
   background-color: #ffffff;
   /*border: solid 1px #000000;*/
   margin: 5px auto;
   width: 860px;
/*   min-height: 600px;
   height: auto !important;
   height: 600px;*/
   overflow: hidden;
}

#banner {
   float: left;
   /*border: solid 1px #00ff00;*/
   height: 190px;
   width: 855px;
   margin: 0 0 10px 0;
}

#banner img {
   border: none;
   display: block;
   float: right;
   padding: 25px 0 0 0;
}

#menuleft {
   /*border: solid 1px #ff0000;*/
   float: left;
   font-size: 0.9em;
   font-weight: bold;
   margin: 0;
   padding: 11px 0 0 0;
   width: 160px;
}

#menuleft li {
   list-style-type: none;
   padding: 5px 0 1px 0;
}

#menuleft li.mainlink {
   color: #872175;
   margin-left: -35px;
}

#menuleft a, #menuleft a:visited {
   color: #505050;
   display: block;
   font-weight: bold;
}

#menuleft a.mainlink {
   color: #505050;
}

#menuleft a:hover {
   color: #d50c8c;
   text-decoration: underline;
}

#content {
   /*border: solid 1px #0000ff;*/
   float: right;
   font-size: 1.1em;
   font-weight: normal;
   line-height: 1.4em;
   text-align: left;
   width: 685px;
   margin: 0 0 10px 0;
}

#content li {
   color: #d50c8c;
   list-style-type: circle;
   padding: 0 0 7px 0;
}

.listtext {
   color: #3a3a3a;
}

#content a {
   font-weight: bold;
}

#imagediv {
   clear: both;
   float: right;
   margin: 30px 0 20px 0;
   width: 685px;
}

#imagediv img {
   border: none;
   display: block;
   float: left;
}

#footer {
   clear: both;
   height: 12pt;
   padding: 1px 0 0 0;
   margin: 0 0 10px 0;
   border: 1px solid #cccccc;
   color: #505050;
   font: 8pt "Bitstream Vera Sans", Verdana, Helvetica, Sans-serif;
}

#footer p {
padding: 0 5px 0 5px;
margin:0;
}

#footer a {
   color: #872175;
   background-color:inherit;
   text-decoration:none;
}

#footer a:hover {
   color: #d50c8c;
   text-decoration:underline;
}

#leftfoot {
   background-color:inherit;
   float: left;
   margin-left: 3px;
   width: 400px;
}

#rightfoot {
   background-color:inherit;
   float: right;
   margin-right: 3px;
   text-align: right;
   width: 400px;
}

h2 {
   font: bold 1.5em Tahoma, "Bitstream Vera Sans", Verdana, Sans-Serif;
   padding-top: 6px;
}

h3 {
   font: normal 1.1em Tahoma, "Bitstream Vera Sans", Verdana, Sans-Serif;
}

.nottop {
   margin-top: 30px;
}

.informal1 {
   color: #872175;
   font-size: 0.9em;
}

.informal2 {
   color: #872175;
}

.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#872175; margin:0 5px;}
.b2 {height:1px; background:#ffffff; border-right:2px solid #872175; border-left:2px solid #872175; margin:0 3px;}
.b3 {height:1px; background:#ffffff; border-right:1px solid #872175; border-left:1px solid #872175; margin:0 2px;}
.b4 {height:2px; background:#ffffff; border-right:1px solid #872175; border-left:1px solid #872175; margin:0 1px;}
.contentb {background: #ffffff; border-right:1px solid #872175; border-left:1px solid #872175;}
.contentb div {margin-left: 5px;}

.quote {
   text-align: left;
   padding: 5px 5px 10px 5px;
}

.fees {
   margin: 0 0 1em 0;
   width: 38em;
}

.quotef {
   text-align: left;
   padding: 6px 0 10px 15px;
}

.contact {
   margin: 0 0 1em 0;
   width: 30em;
}

dl {
   margin: 0 0 -5px 10px;
}

dd {
   margin: 0 0 10px 10px;
}

hr {
   background-color: #872175;
   border: none;
   color: #872175;
   height: 1px;
   text-align: center;
   width: 100%;
}

a {
   background-color: inherit;
   color: #505050;
   text-decoration : none;
}

a:hover {
   color: #d50c8c;
   text-decoration : underline;
}

a:active {
   color: #872175;
   text-decoration : none;
}


