body {
  background: url('images/bg-solid.jpg');
}

.wrapper {
  width:100%;
  background: url('images/bg-tile.jpg') repeat-x;
}

.wrap {
  border: solid 3px #01184a;
}

.header {
  border-bottom: solid 3px #01184a;
}

.mainbody {
 font-family: Helvetica;
 padding-left: 8px;
 padding-right: 8px;
 font-size: 12px;
 color: #001a4a;
 padding-bottom: 10px;
}

.right {
 font-family: Helvetica;
 padding-left: 12px;
 padding-right: 12px;
 padding-bottom: 10px;
 font-size: 10px;
 color: #525252;
}

.mainbody h1 {
 padding: 0px;
 font-family: Georgia;
 font-size: 17px;
 font-style: italic;
 color: #001a4a; 
}

.mainbody h2 {
 text-align: center;
 font-family: Georgia;
 font-size: 15px;
 color: #102855; 
 font-weight: normal;
}

h3 {
 font-family: Georgia;
 font-size: 12px;
 color: #102855; 
 font-weight: normal;
 margin-bottom: 0px;
 padding-bottom: 0px;
}

.menu {
 font-family: Georgia;
 padding-top: 3px;
 padding-left: 8px;
 font-size: 14px;
 color: #001a4a;
 padding-bottom: 10px;
}

.menu a:link, .menu a:visited {
 padding-left: 8px;
 font-family: Helvetica;
 font-size: 10px;
 color: #525252;
 text-decoration: none;
}

.menu a:hover, .menu a:active {
 /*color: #9c9c9c;*/
 background: url('images/menu-hover.png') no-repeat;
}

.normal_big {
 font-family: Helvetica;
/* padding-left: 8px;
 padding-right: 8px;*/
 font-size: 12px;
 color: #001a4a;
}

.mainbody {
 font-family: Helvetica;
 font-size: 12px;
 color: #525252;
}

.mainbody a:link, .mainbody a:visited {
 font-family: Helvetica;
 font-size: 12px;
 color: #525252;
 text-decoration: none;
}

.mainbody a:active, .mainbody a:hover {
 font-family: Helvetica;
 font-size: 12px;
 color: #9f9f9f;
 text-decoration: none;
}

#impdates {
 font-family: Helvetica;
 font-size: 10px;
 color: #525252;
 text-decoration: none;
}

.tdBody {
 padding: 10px;
 padding-bottom: 20px;
 font-family: Helvetica;
 font-size: 10px;
 color: #525252;
 border: solid 1px #efefef;
 text-decoration: none;
 vertical-align: top;
}

.tdHead {
 background: url("images/bg_thisweek.jpg") repeat-y;
 padding-left:5px;
 font-variant: small-caps;
 font-family: Helvetica;
 font-size: 12px;
 color: #777777;
 text-decoration: none;
}

.weekend {
 background: #dddddd;
}

.free {
 background: #effff5;
}

.header-ind {
  font-size: 12pt;
  font-family: Georgia;
  color: #102855; 
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-style: italic;
}

#footer {
  font-family:Helvetica;
  font-size:11px;
  color:#dddddd;
  padding-top:25px;
}

#footer a:link, #footer a:visited, #footer a:active {
  text-decoration: none;
  color: #dddddd; 
  font-weight: bold;
}

#footer a:hover {
  color: #ffffff; 
}

#blurbhead  {
  text-align:center;
  color:#ffffff;
  font-size: 20px;
}

#blurb {
  text-align:center;
  color:#ffffff;
  font-size: 12px;
}

.indented {
  font-style: italic;
  margin-left: 20px;
  margin-right: 20px;
}

