body {
  height:100%;
  margin-top:0px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;
  background:#FBA910 url('images/mainBg.gif') repeat-y;
}

#top {
  position:absolute;
  left:0px;
  top:0px;
  width:724px;
  height:205px;
  background-color:#FBA910;
  background:url('images/top.gif');
}

#mainTop {
  position:absolute;
  left:250px;
  top:205px;
  width:380px;
  height:270px;
  background-color:#FBA910;
  background:url('images/mainTop.gif');
}

#main {
  position:absolute;
  left:90px;
  top:205px;
  width:520px;
}

#mainText {
  position:absolute;
  left:60px;
  top:12px;
  width:450px;
  color:#000000;
  font-family:serif;
  font-size:11pt;
}

#menu {
  position:relative;
  left:0px;
  top:0px;
  width:160;
  height:270;
  background:url('images/menu.gif') no-repeat;
  z-index:2;
}

#menuSpacer {
  position:relative;
  left:0;
  top:0;
  width:110px;
  float:left;
}

#linksMenu {
  position:relative;
  left:4px;
  top:5px;
  width:152;
  background:url('images/linksMenu_center.jpg') repeat-y;
  z-index:2;
}

.button {
  position:relative;
  left:5px;
  top:20px;
  width:144px;
  height:27px;
}

td {
  color:#000000;
  font-family:serif;
  font-size:11pt;
}

h1, maintext {
  color:#763A91;
  font-size:13pt;
  font-style:italic;
  text-align:center;
}

b, maintext {
  color:#763A91;
  font-size:11pt;
  font-style:italic;
}

i, mainText {
  font-size:11pt;
  font-style:italic;
}

a:link {
  color:#763A91;
  text-decoration: none;
}

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

a:visited {
  color: #763A91;
  text-decoration: none;
}

a:hover {
  color: #FBA610; 
  text-decoration: none;
}

input {
  background:#FEF8DE;
  border:solid 1px #763A91;
}

textarea {
  background:#FEF8DE;
  border:solid 1px #763A91;
}

select {
  background:#FEF8DE;
  border:solid 1px #763A91;
}

#contact {
  color:#763A91;
  position:relative;
  left:0px;
  bottom:10px;
  text-align: center;
}

#sidebar {
  position:absolute;
  width:150;
  height:600;
  top:150;
  left:800;
  background:url('images/sidebar.gif');
}