body {
  margin: 0;
  padding: 0;
  background: #eee url('../images/bg.jpg') top center repeat-y;
  color: #333;
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 12px;
  margin: 0 0 0 -1px;	
}

table {
  border: 0;
  margin: 0 2em;
  padding: 0;
}

div.address {
  margin: 1ex 1em 1ex 2em;
}

a:link, a:visited, a:active {
  color: #659443; 
  text-decoration: none;
  border-bottom: 1px dashed #659443;
}

a:hover {
  color: #7ea1bc;
  border-bottom: 1px dashed #7ea1bc;
}

a.imagelink {
  border: none;
}

h1 {
  color: #666;
  font-weight: bold;
  margin: 0 0.5em;
}

h2,
h3 {
  color: #7ea1bc;
  font-weight: bold;
  margin: 0 1em;  
}

p {
  padding: 0 2em .2em;
}

p.center {
  text-align: center;
}

div.bluespacer {
  margin: 1em;
  height: 5px;
  background-color: #eee;
}

hr {
  width: 710px;
  border: none;
  border-bottom: 1px solid #ccc;
}

#doc {
  margin: auto;
  padding: 0;
  width: 780px;
}

#bd {
  clear: left;
  padding-top: 1em;
}

#bd ul {
  margin: 0 1em;
  padding: 0 1em 1em;
}

#bd li {
  margin: 0.2em 1em 0;
  list-style-type: disc;
  list-style-position: outside;
}

#hd {
  margin: 0;
  padding: 0;
  background: #cccccc url('../images/menubar_bg.gif') top left repeat-x;
  width: 100%;
}

#tabs {
  float: left;
  width: 780px;
  background: #fff url('../images/menubar_bg.gif') top left repeat-x;
  line-height: normal;
}

#tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#tabs li {
  float: left;
  margin: 0;
}

#tabs a:link,
#tabs a:visited,
#tabs a:active {
  display: block;
  background: #fff url('../images/menubar_bg.gif') top left repeat-x;
  padding: 6px 15px;
  border-right: 1px solid #999;
  border-bottom: none;
  color: #333;
  font-weight: bold;
  font-size: 11px;
}

#tabs a:hover {
  background: #fff url('../images/menubar_highlight.gif') top left repeat-x;
}

#left {
  width: 500px;
  float: left;
  height: 100%;
}

#right {
  margin-left: 520px;
  width: 250px;
  height: 100%;
}


.sidebar {
  border-left: 0px dashed #cccccc;
  font-size: 12px;
}

.sidebar h3 {
  margin: 0.5em 1em 0.5em 0;
  font-size: 14px;
  border: 1px dashed #7ea1bc;
  padding: 0.5em;
}

.sidebar p {
  color: #666;
  margin: 0;
  padding: 0 1.5em 0.5em 0.5em;
  line-height: 1.5em;
}

.sidebar p.lighter {
  color: #999;
}


.main h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-size: 18px;
  padding:4px;
  border-bottom: 1px solid #999;
  clear:both;
}

.main {
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #333;
}

.main p {
  margin-top:0px;
  margin-bottom:15px;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

#feature_box {
  float:left;
  width:250px;
  background-color: #eee;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
}

#feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #779E28;
}

#feature_box p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #555555;
  line-height: 16px;
  margin-bottom:5px;
}

#ft {
  clear: both;
  padding: 2em;
  text-align: center;
}

table.tourney_dirs {
  border: 0;
  margin: 1em 2em;
  padding: 0;
  border-collapse: collapse;
}

table.tourney_dirs td {
  width: 220px;
}

table.tourney_dirs tr.names {
  text-align: center;
  background-color: #eee;
}

table.tourney_dirs tr.images td {
  text-align: center;
}

table.tourney_dirs tr.text td{
  padding: 3px 10px;
  vertical-align: top;  
}

