/* CSS Document */
body { 
  background: #DDC699 url(../images/bg.png); 
  font-family: Arial, san-serif;
  font-size: 8pt; 
  line-height: 1.5em;
}

h1{font-size:18pt}
h2{font-size:16pt}
h3{font-size:14pt}
h4{font-size:12pt}
h5{font-size:10pt}
h6{font-size:10pt}

label {
  display: block;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #aa7000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin-bottom: 10px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

#sMain { 
  margin-top: 100px; 
}

#sHeader { 
  height: 40px; 
}

#sTopMenu { 
  background: transparent url(../images/topbarleft.png) no-repeat left top; 
  width: 12px;
  height: 20px;
}

#sTopMenu .topbrdrright { 
  background: transparent url(../images/topbarright.png) no-repeat right top; 
  width: 780px; 
  height: 20px;
}

#sTopMenu .topbrdrtile { 
  background-color: #FFF; 
  width: 756px; 
  margin-left: 12px; 
  height: 20px;
}

#sMenu { 
  background-color: #FFF; 
  padding: 20px; 
  padding-top: 0px;
  margin: 0px;
}

#sMenu h2 {
  margin: 0px;
  color: #553800;
}

#sWrapper,
#sContent,
#sSideBar { 
  background-color: #fff; 
  width: 780px;
}

#sContent {
  width:500px; 
  padding: 0px 20px; 
  float:left; 
}

#sSideBar {
  width:200px; 
  padding: 0px 20px; 
  float:left; 
}

#sFooter {
  margin-bottom: 100px;
}

#sFooter .btmbrdrleft { 
  background: transparent url(../images/btmbarleft.png) no-repeat left top; 
  height: 20px; 
  width: 12px; 
}

#sFooter .btmbrdrright { 
  background: transparent url(../images/btmbarright.png) no-repeat right top; 
  height: 20px; 
  width: 780px; 
}

#sFooter .btmbrdrtile { 
  background: #fff url(../images/btmbartile.png) repeat-x left top; 
  width: 756px; 
  height: 20px; 
  margin-left: 12px; 
}

.entry {
  margin-bottom: 20px;
}

.first {
  padding: 10px;
  background-color: #f0dfbc;
}

.info {
  font-size: 0.8em;
  color: #666;
}

.breadcrumb {
  margin-bottom: 20px;
}

.logo img { 
  margin-left: 12px;
}

.navigation {
  position: relative;
  width: 500px;
  height: 40px;
}

.navigation ul {
  position: absolute;
  list-style-type: none;
  margin-bottom: 0px;
  right: 12px;
  bottom: 0px;
}

.navigation li {
  margin: 0px;
  margin-left: 2px;
  width: 80px;
  text-align: center;
}

.navigation li .tabright {
  background: transparent url(../images/tabright_inactive.png) no-repeat right bottom;
  height: 26px;
  padding-top: 2px;
}

.navigation li .tableft {
  background: transparent url(../images/tableft_inactive.png) no-repeat left bottom;
  height: 26px;
}

.navigation li .tabbody {
  padding: 5px 0px 0px;
  background-color: #aa7000;
  margin: 0px 9px;
  height: 21px;
}

.navigation li a:link,
.navigation li a:visited,
.navigation li a:hover,
.navigation li a:active {
  color: #fff;
}

.navigation li.active .tabright {
  background: transparent url(../images/tabright_active.png) no-repeat right bottom;
  height: 28px;
  padding-top: 0px;
}

.navigation li.active .tableft {
  background: transparent url(../images/tableft_active.png) no-repeat left bottom;
  height: 28px;
}

.navigation li.active .tabbody {
  padding: 6px 0px 0px;
  background-color: #FFF;
  margin: 0px 9px;
  height: 22px;
  color: #553800;
  font-weight: bold;
}

.navigation li.active a:link,
.navigation li.active a:visited,
.navigation li.active a:hover,
.navigation li.active a:active {
  color: #553800;
}

.copyright {
  font-size: 0.9em;
  text-align: center;
  line-height: 1em;
  margin-top: 10px;
}

.grid td {
  text-align: center;
  padding: 5px;
}

.sponsor {
  background-color:#eee;
}

.sponsor p {
  letter-spacing: 10px;
  font-variant: small-caps;
  font-size: 0.9em;
  text-align: center;
  margin-bottom: 0px;
}

.sponsor div {
  text-align:center;
}

.topmargin {
  margin-top: 20px;
}

.bottommargin {
  margin-bottom: 20px;
}