/*
  
  Styles for screen

*/

/***************************************************
   Styles for rounded corners
 ***************************************************/

b.rtop, b.rbottom{display:block}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #ABA}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  color: #666;
  font-size: 11px;
  font-family: verdana, arial, helvetica, sans-serif;
  background: #ABA;
  background-attachment:fixed;
  margin: 0px;
  padding: 0px;
  line-height: 20px;
}

h1 {
  color: #ABA;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #CCC;
  border-style: dotted;
  padding: 5px;
  text-align: left;
}

h2 {
  color: #ABA;
  font-size: 11px;
  font-weight: bold;
  border: 0px;
  border-bottom: 1px solid #CCC;
  border-style: dotted;
  text-align: center;
}

h3 {
  color: #ABA;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
}

p {
  text-align: justify;
}

hr {
  height: 1px;
  border-top: 1px solid #CCC;
}

a {
  color: #ABA;
  border-bottom: 1px dotted #ABA;
  text-decoration: none;
  padding: 1px;
}

a:hover {
  color: #BBB;
}

/***************************************************
   User-defined Styles
 ***************************************************/

#title {
  color: #FFF;
  font-size: 20px;
  background: #ABA;
  text-align: left;
  padding: 0 10px 0 10px;
}

#title sup {
  color: #EEE;
  font-size: 9px;
  font-weight: normal;
}

#nav {
  color: #FFF;
  font-size: 9px;
  background: #ABA;
  text-align: right;
  padding: 0 10px 0 10px;
}

#nav a {
  color: #EEE;
  background: url(arrow.gif) no-repeat left center;
  padding-left: 10px;
}

#nav a:hover {
  color: #FFF;
  border: 0px;
}

#nav .active {
  color: #FFF;
}

#header {
  width: 570px;
  height: 100px;
  background: #FCC url(banner.jpg);
}

#content {
  color: #666;
  width: 570px;
  margin: 50px 0 50px 20%;
  padding: 10px;
  background: #EEE;
  border-right: 2px solid #AAA;
  border-bottom: 2px solid #AAA;
}

#footer {
  color: #FFF;
  background: #ABA;
  padding: 0 10px 0 10px;
  text-align: left;
}

#footer a {
  color: #EEE;
}

#footer a:hover {
  color: #FFF;
}
