body {
  background-image: url('../images/concrete.gif');
  background-color: #999966;
  color: #000000;
  margin: 0;
  padding: 0;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a:link {
  color: #7b1403;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #7b1403;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: #ff0000;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  background-color: #7b1403;
  text-decoration: none;
}

img {border: 0;}

a.img:hover {
  background-color: transparent;
}

h1  {font-size: 155%;}
h2  {font-size: 145%;}
h3  {font-size: 135%;}
h4  {font-size: 125%;}
h5  {font-size: 115%;}
h6  {font-size: 105%;}

td {vertical-align: top;}

/*********************************************************/
/* General page layout sections and ids.                 */
/*********************************************************/
#header {
  margin-top: 10px;
  border: 0px;
  margin-bottom: 0px;
}

#leftmenu {
  background-color: #eeeeee;
  width: 190px;
  float: left;
  margin-top: 10px;
  margin-left: 5px;
  padding: 10px;
}

#rightcontent {
  background-color: #eeeeee;
  padding: 10px;
  margin-top: 10px;
  margin-left: 230px;
  margin-right: 40px;
  border: 0px;
}

#footer {
  margin-top: 5px;
  padding: 2px 10px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  background-color: transparent;
}

#leftcol {
  float:left;
  width:48%;
  height:auto;
  margin-left:0%;
  padding: 0;
  border: 0;
/*  border: 3px #000000 ridge; */
}

#rightcol {
  margin:0 2% 0 50%;
  padding: 0;
  border: 0;
/*  border: 3px #00ff00 ridge; */
}

/*********************************************************/
/* Formatting of main menu items                         */
/*********************************************************/
.menuitem {
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
}

.menuitem a:link {
  color: #7b1403;
  background-color: #eeeeee;
  text-decoration: none;
}

.menuitem a:visited {
  color: #7b1403;
  background-color: #eeeeee;
  text-decoration: none;
}

.menuitem a:active {
  color: #ff0000;
  background-color: #eeeeee;
  text-decoration: none;
}

.menuitem a:hover {
  color: #ffffff;
  background-color: #7b1403;
  text-decoration: none;
}


/*********************************************************/
/* Small Horizontal innner menu classes                  */
/*********************************************************/
.footmenu {
  font-size: 75%;
  text-align: center;
  background-color: #ffffff;
  margin-top: 10px;
  margin-left: 10px;
}

.footmenu a:link {
  color: #7b1403;
  background-color: #ffffff;
  text-decoration: none;
}

.footmenu a:active {
  color: #ff0000;
  background-color: #ffffff;
  text-decoration: none;
}

.footmenu a:hover {
  color: #ffffff;
  background-color: #7b1403;
  text-decoration: none;
}


.spacer {clear: both;}


/*********************************************************/
/* General formatting classes                            */
/*********************************************************/
.big {font-size: 125%;}
.bold {font-weight: bolder;}
.bottom_border {border-top-width: 0; border-right-width: 0; border-bottom-width: 1px; border-left-width: 0; border-style: ridge;}
.center {text-align: center;}
.indent {margin-left: 1.5em;}
.italic {font-style: italic;}
.left {text-align: left;}
.red {color: #ff0000;}
.right {text-align: right;}
.sign {font-size: 75%; text-align: center;}
.small {font-size: 75%;}
.medium {font-size: 90%;}
.superscript {vertical-align: super; font-size: 70%;}
.title {text-decoration: underline; text-align: center; font-weight: bold;}
.underline {text-decoration: underline;}

