/* Generated by KompoZer */
* {
  border:  none;
  margin: 0;
  padding: 0;
}
a {
  color: #b484da;
  text-decoration: none;
}
a:hover {
  color: #666666;
  text-decoration: underline;
}
blockquote {
  border-left: 2px solid #7534aa;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  background: #f1f1f1 none repeat scroll 0% 50%;
  color: #444444;
  display: block;
  font-style: oblique;
  line-height: 20px;
}
.left {
  margin: 0 10px 0 0;
  float: left;
}
.right {
  margin: 0 0 0 10px;
  float: right;
}
body {
  border-color: black;
  color: #666666;
  font-family: Verdana,"Trebuchet MS",Georgia,"Times New Roman",Times,serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.7em;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  background-color: #FEFCD6;
  background-repeat: repeat;
}
#header {
  border-style: ridge ridge none;
  border-color: #7534aa #7534aa white;
  border-width: 5px 5px 0px;
  margin: 0 auto;
  background: transparent url(image/background_header.jpg) repeat scroll 0% 50%;
  height: 270px;
  position: relative;
  width: 950px;
}
#header:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
#header h1 {
  color: #666666;
  font-size: 40px;
  font-weight: 400;
  left: 0;
  letter-spacing: -2px;
  position: absolute;
  top: 40px;
}
#header p {
  bottom: 70px;
  color: #ffffff;
  font-size: 2em;
  position: absolute;
  right: 20px;
}
#header ul {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  position: absolute;
  top: 100px;
}
#header ul li {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#header ul li a {
  padding: 10px;
  color: #ffffff;
  display: block;
  font-size: 1.2em;
  font-weight: 700;
  height: 20px;
  width: 190px;
}
#header ul li a:hover {
  background: #b484da none repeat scroll 0% 50%;
  color: #eeeeee;
  text-decoration: none;
}
#menu {
}
#content {
  border-style: none ridge ridge;
  border-color: white #7534aa #7534aa;
  border-width: 0 5px 5px;
  margin: 0 auto;
  height: auto;
  width: 950px;
  background-color: white;
}
#content:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
#sidebar {
  padding: 10px;
  float: left;
  width: 210px;
}
#sidebar h1 {
  border-bottom: 2px solid #7534aa;
  padding: 0 10px;
  color: #444444;
  font-size: 165%;
  font-weight: 400;
  line-height: 30px;
}
#sidebar input {
  margin: 10px;
  padding: 5px;
  background: #f1f1f1 none repeat scroll 0% 50%;
  color: #555555;
  width: 180px;
}
#sidebar p {
  margin: 10px 0;
  padding: 10px;
  background: #f1f1f1 none repeat scroll 0% 50%;
  color: #555555;
  display: block;
  font-size: 90%;
  line-height: 20px;
}
#sidebar p a.more {
  display: block;
  text-align: right;
}
#sidebar ul {
  margin: 10px;
}
#sidebar ul li {
  border-bottom: 1px solid #b484da;
  padding: 5px 2px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#sidebar ul li a {
  padding: 5px;
  color: #333333;
  display: block;
  font-family: Geneva;
  text-decoration: none;
}
#sidebar ul li a:hover {
  color: #000000;
}
#main {
  padding: 10px;
  float: right;
  width: 680px;
}
#main p {
  padding: 10px;
  color: #555555;
  line-height: 20px;
}
#main h1 {
  border-bottom: 2px solid #7534aa;
  padding: 0 10px;
  color: #444444;
  font-size: 165%;
  font-weight: 400;
  line-height: 30px;
}
#footer {
  margin: 10px auto;
  width: 950px;
  background-color: white;
}
#footer:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
#footer p {
  border-top: 2px solid #7534aa;
  padding: 10px;
  color: #555555;
  font-size: 90%;
  line-height: 20px;
  text-align: center;
}
div#test-accordion {
  border: 1px solid #ffffff;
  padding: 0px;
}
div.accordion {
  position: relative;
  width: 540px;
  left: -25px;
}
div.accordion-toggle {
  border-top: 1px solid #7d39b4;
  padding: 9px 5px 6px 15px;
  background: #bfac60 url(../img/off.jpg) repeat-x scroll center bottom;
  position: relative;
  z-index: 10;
  color: #660099;
  cursor: pointer;
  margin-bottom: 1px;
}
div.accordion-toggle:hover, div.accordion-toggle-active {
  border-top: 1px solid #b484da;
  background-image: url(../img/on.jpg);
  background-color: #fefcd6;
  color: #660099;
}
div.accordion-content {
  border-bottom: 1px solid #000000;
  padding: 9px 5px 6px 10px;
  background: #ffffff none repeat scroll 0% 50%;
  overflow: scroll;
  color: #c4bab1;
  height: 300px;
}
input[type=submit] {
  font-weight: bold;
  color: #7534aa;
}
input[type=submit] {
  background-color: #f1f1f1;
}
input[type=submit]:hover {
  color: #b484da;
}
input[type=submit]:focus {
  color: #7534aa;
}
input[type=reset] {
  font-weight: bold;
  color: #7534aa;
}
input[type=reset] {
  background-color: #f1f1f1;
}
input[type=reset]:hover {
  color: #b484da;
}
input[type=reset]:focus {
  color: #7534aa;
}
