BODY {
  background:url(../images/bg_page.jpg);
  background-repeat:no-repeat;
  background-position:center top;
  background-color:#8d77ac;
  margin:0px;
  padding:0px;
  text-align:center;
  min-height:600px;
  font-family:arial;
}

A .on{
  display:none;
}

A.active .off {
  display:none;
}

A.active .on {
  display:inline;
}

#container {
  width:925px;
  margin:auto;
  text-align:left;
  position:relative;
}

#sidebar {
  position:absolute;
  left:740px;
  top:25px;
}

#navigation {
  position:absolute;
  left:115px;
  top:25px;
}

#navigation A {
  display:block;
  height:59px;
  margin:0px;
  padding:0px;
  font-size:1px;
}

#content {
  position:absolute;
  overflow:hidden;
  left:264px;
  top:25px;
}

#content TABLE {
  width:396px;
  margin-left:58px;
}

#content TD {
  vertical-align:top;
}

#content .tl {
  background:url(../images/content_corner_tl.gif);
  background-repeat:no-repeat;
  background-position:top left;
}
#content .tr {
  background:url(../images/content_corner_tr.gif);
  background-repeat:no-repeat;
  background-position:top right;
}
#content .right {
  text-align:right;
}
#content .bottom {
  vertical-align:bottom;
}

#content .copy {
	text-align:left;
	background-color:white;
	color: #330066;

}

#content .copy DIV {
  margin-left:auto;
  margin-right:auto;
  margin-top:5px;
  width:358px;
  overfow:hidden;
  text-align:justify;
  font-size:13px;
}

#content .copy UL {
  list-style-image:url(images/bullet1.gif);
  margin-left:30px;
  padding:0px;
}
#content .copy LI {
  color:#9a7daf;
  font-size:12px;
  margin-top:4px;
  padding-bottom:2px;
}

#content .copy .note {
  font-style:italic;
  color:#666666;
  font-size:11px;
}
#content .copy .note STRONG {
  font-style:none;
}

#content #footer {
  background:url(../images/footer_bg.gif);
  position:relative;
  left:0px;
  -moz-opacity:0.45;
  filter:alpha(opacity=45);
  width:514px;
  height:42px;
  color:#582d8f;
}

#content #footer .copy {
  position:relative;
  top:12px;
  left:70px;
  width:375px;
  font-size:11px;
  padding-top:5px;
}
.quote {
	text-align: justify;
	display: block;
	text-indent: 10px;
	white-space: normal;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #7c7cf8;
}
turquoise {
	color: #68aaee;
}
.quotebox {
	border: 1px double #8D77AC;
	padding: 5px;
	text-align: justify;
	display: block;
}

