/*
MAIN.CSS
Site: American Guild of Organists
Description: Contains general style definitions
Developer: Charles Wetzelberger
*/
/* Site status */
.site_status {
  vertical-align: top;
  width: 100%;
  background-color: #CCCCCC;
  color: #990000;
  font-family: verdana, arial;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
/* Body */
body {
  background-color: #CCCCCC;
  font-family: verdana, arial;
  font-size: 5px;
}
/* Outer table */
.outer {
  color: black;
/*
  border-style: solid;
  border-width: 1px;
  border-color: black;
*/
}
/* 1st cell within .outer */
.outer_navigation_cell {
  vertical-align: top;
}
/* 2nd cell within .outer */
.outer_main_cell {
  vertical-align: top;
  width: 100%;
}
/* Table within .outer_navigation_cell */
.navigation_table {
  font-family: verdana, arial;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
/*
  border-style: solid;
  border-width: 1px;
  border-color: black;
*/
}
/* Table within .outer_main_cell */
.outer_content_table {
  width: 100%;
}
/* Navigation area within .navigation_table */
.navigation_cell {
}
/* Navigation links within .navigation_cell */
.navigation_link {
  color: #990000;
  cursor: auto;
}
/* Navigation link hover within .navigation_cell */
.navigation_hover {
  background-color: #990000;
  color: white;
  cursor: hand;
}
/* Logo image within .navigation_table */
.logo img {
  border-style: none;
  width: 125px;
  height: 192px;
}
/* Footer */
.footer {
  font-family: verdana, arial;
  color: black;
  font-size: 10px;
  text-align: center;
}
/* Counter */
.counter {
  color: #990000;
  font-family: verdana, arial;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
}
/* Horizontal line */
.horiz_line {
  text-align: center;
  color: #990000;
  width: 75%
}
/* Links */
a:link {
  font-family: verdana, arial;
  color: #990000;
}
/* Visited link */
a:visited {
  color: #990000;
}
/* Link hover */
a:hover {
  color: black;
}
/* Advertisement space title */
#ad_space_title {
  font-family: verdana, arial;
  color: #990000;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}
/* Advertisement space */
.ad_space {
  font-family: verdana, arial;
  color: black;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  vertical-align: center;
}
/* Advertisement unvisited link */
.ad_space a:link {
  color: #990000;
  text-decoration: none;
}
/* Advertisement visited link */
.ad_space a:visited {
  color: #990000;
  text-decoration: none;
}
/* Advertisement link hover */
.ad_space a:hover {
  color: white;
}
/* Advertisement image */
.ad_space img {
  border-color: #990000;
  border-style: solid;
  border-width: 1px;
  text-decoration: none;
}

