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

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

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

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

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

img {border: 0;}

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

h1  {font-size: 185%;}
h2  {font-size: 170%;}
h3  {font-size: 155%;}
h4  {font-size: 140%;}
h5  {font-size: 125%;}
h6  {font-size: 110%;}

td {vertical-align: top;}

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

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

#rightcontent {
  background-color: #ffffff;
  padding: 10px;
  margin-top: 10px;
  margin-left: 255px;
  margin-right: 10px;
  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; */
}


.tablecellleft {
  width: 20%;
  padding: 0px;
  float:left;
  border: none;
}

.tablecellright {
  width: 77%;
  padding-left: 10px;
  float:left;
  border: none;
}


.tablecellleft-wide {
  width: 35%;
  padding: 0px;
  float:left;
  border: none;
}

.tablecellright-wide {
  width: 62%;
  padding-left: 10px;
  float:left;
  border: none;
}

.tableclear {
  clear: both;
}

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

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

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

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

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

.purmenuitem {
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
}

.purmenuitem a:link {
  color: #842dce;
  background-color: #ffffff;
  text-decoration: none;
}

.purmenuitem a:visited {
  color: #842dce;
  background-color: #ffffff;
  text-decoration: none;
}

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

.purmenuitem a:hover {
  color: #ffff00;
  background-color: #842dce;
  text-decoration: none;
}


.spacer {clear: both;}


/*********************************************************/
/* General formatting classes                            */
/*********************************************************/
.big {font-size: 120%;}
.bold {font-weight: bold;}
.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;}
.green {color: #00aa00;}
.indent {margin-left: 1.5em;}
.italic {font-style: italic;}
.left {text-align: left;}
.maroon {color: #7b1403;}
.medium {font-size: 90%;}
.menuindent {margin-left: 0.75em;}
.nobold {font-weight: normal;}
.red {color: #ff0000;}
.right {text-align: right;}
.sign {font-size: 75%; text-align: center;}
.small {font-size: 75%;}
.superscript {vertical-align: super; font-size: 70%;}
.tight {margin: 0; padding: 0;}
.tightbottom {margin-bottom: 0; padding-bottom: 0;}
.tighttop {margin-top: 0; padding-top: 0;}
.title {text-decoration: underline; text-align: center; font-weight: bold;}
.underline {text-decoration: underline;}

/*********************************************************/
/* Tooltip formatting classes                            */
/*********************************************************/
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
