html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { 
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;  /*Arial, Helvetica, sans-serif; */
        vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { 
        outline: 0;
}
body { 
        line-height: 1;
        color: black;
        background: white;
        min-width: 1100px;
}
ol, ul { 
        list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table { 
        border-collapse: separate;
        border-spacing: 0;
}
caption, th, td { 
        text-align: left;
        font-weight: normal;
}
td.top { vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after { 
        content: "";
}
blockquote, q { 
        quotes: "" "";
}

/* ----------------------------------------------- */

body {
  background-color: #FFF5EA;
  color: black;
  font-size: 0.9em
}}
div.spacer { 
/*  clear: both; */
}
img {
  display:      block;
  margin-left:  auto;
  margin-right: auto;
  text-align:   center;
}
div.navbar {
  background-color: #3E2648;
  color: #FFF5EA;
  float: left;
  width: 200px;
  height: 100%;
/*  padding: 20px; */
}
div.navbar a {
  background-color: #3E2648;
  color: #FFF5EA;
}
div.navbar a:hover {
  color: #E2144A;
} /* Hover Styles */
p.caption {
  text-align: center;
}
pre {
  font-family: monospace;
  font-weight: bold;
  font-size: 110%;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 2px 2px 2px 2px;
  padding: 2px 2px 2px 2px;
}
h1 { 
  font-size: 160%;
}
h2 { 
  font-size: 140%;
}
h3 { 
  font-size: 120%;
}
h4 { 
  font-size: 100%;
}
div.content { 
  background-color: #FFF5EA;
  margin-left:   200px;
}
div.newsitem {
  border-bottom: 1px solid #3E2648;
  margin-top:    5px;
  margin-bottom: 5px;
  padding: 5px;
}
div.blurb {
  color: #9C5406;
}
div.announce {
  border-bottom: 1px solid #3E2648;
  color: #9C5406;
  background-color: #EFE5DA;
  text-align: center;
  font-size: 140%;
  padding: 10px;
}
div.announce_long {
  border-bottom: 1px solid #3E2648;
  color: #9C5406;
  background-color: #EFE5DA;
  text-align: center;
  font-size: 120%;
  padding: 10px;
}
div.header { 
  background-color: #FFF5EA;
  background-image: URL(mcc_recolor.jpg);
  background-repeat: no-repeat;
  color: #9C5406;
/*  margin-bottom: 100px; */
/*  padding-bottom: 100px; */
  height: 227px;
  border-bottom: 3px solid #F4130A;
}
div.footer { 
  background-color: #FFF5EA;
  color: #9C5406;
  margin: 30px;
  font-size: 80%;
  text-align: center;
/*  padding-bottom: 100px; */
/*  height: 227px; */
  border-top: 1px solid #3E2648;
 /* border-bottom: 3px solid #F4130A;*/
}

div.main { 
  background-color: #FFF5EA;
  color: #3E2648;
  padding: 5px 5px 5px 5px;
}

/* this section is for the drop down menus */
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 190px; /* Width of Menu Items */
  border-bottom: 1px solid #ccc;
  background-color: #3E2648;
}

ul li {
  position: relative;
}

li ul {
  position: absolute;
  left: 189px; /* Set 1px less than menu width */
  top: 0;
  display: none;
}

/* Styles for Menu Items */
ul li a {
  display: block;
  text-decoration: none;
  color: #FFF5EA;
  /* background: ; / * IE6 Bug */
  padding: 5px;
  border: 1px solid #ccc;
  border-bottom: 0;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #E2144A; } /* Hover Styles */

li ul li a { padding: 2px 5px; } /* Sub Menu Styles */

li:hover ul, li.over ul { display: block; } /* The magic */

/* Styles for a table of dates and events */
div.tabHead {
  /*color: #9C5406;*/
  /*background-color: #EFE5DA;*/
  text-align: left;
  text-decoration: underline;
  font-size: 1.5em;
  font-weight: bold;
  padding: 10px;
}
div.leftHead {
  width: 40%;
  float: left;
  padding-right: 0.3 in;
  /*margin-left: 1cm; */
  /*margin-top: 1cm; */
  /*color: #9C5406; */
  /*background-color: #EFE5DA; */
  text-align: left;
  font-size: 1.25em;
  text-decoration: underline;
/*  padding: 20px; */
}
div.rightHead {
  width: 50%;
  float: right;
  padding-left: 0.25 in;
  margin-right: 1cm;
 /* color: #9C5406;*/
  /*background-color: #EFE5DA; */
  text-align: left;
  font-size: 1.25em;
  text-decoration: underline;
/*  padding: 20px; */
}
div.leftBody {
  width: 40%;
  float: left;
  padding-right: 0.3 in;
  margin-left: 1cm;*/
  /*color: #9C5406;
  /*background-color: #EFE5DA; */
  text-align: left;
  font-size: 1.0em;
 /* text-decoration: underline;*/
/*  padding: 20px; */
}
div.rightBody {
  width: 40%;
  float: right;
  padding-left: 0.25 in;
  margin-right: 1cm;
  /*color: #9C5406; */
  /* background-color: #EFE5DA;*/
  text-align: left;
  font-size: 1.0em;
 /* text-decoration: underline;*/
/*  padding: 20px; */
}
