a {
    color: #336699;
    text-decoration:none;
}

a:hover {
    color: #6699CC;
    text-decoration:underline;
}

body {
    background-color: #A6A6A6;
    color: #000000;
    font:76%/145% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
/*    font-size: 10pt; */
    text-align: center;
}

h2 {
    font-family: georgia; arial, helvetica, sans-serif;
    font-size: 140%;
    margin-top: 0px;
}

h3 {
    font-family: georgia; arial, helvetica, sans-serif;
    font-size: 120%;
    margin-top: 0px;
    margin-bottom: 2px;
    padding-bottom: 0px;
}

h4 {
    font-family: georgia; arial, helvetica, sans-serif;
    font-size: 100%;
}

pre {
    color: #006060;
    font-family: "Courier New", Courier, monospace;
    font-size: 80%;
    margin-left: 1em;
}

pre i,
pre var {
    color: #c06000;
}

/* Boxed table styles */

table.boxed {
    border-spacing: 2px;
    empty-cells: hide;
}

td.boxed, th.boxed, th.boxedHeader {
    background-color: #ffffff;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    padding: 2px;
    padding-left: 8px;
    padding-right: 8px;
}

th.boxed {
    background-color: #c0c0c0;
}

th.boxedHeader {
    background-color: #808080;
    color: #ffffff;
}

ul {
    list-style-type: square;
}

li {
    padding: 4px;
}

#main {
    margin: 0px auto;
    text-align: left;
    width: 817px;
}

#header {
    background-color: #ffffff;
    background-image: url("../images/banner.jpg");
    background-position: 0% 0%;
    background-repeat: no-repeat;
    height: 295px;
    border:solid 1px white;
}

#content {
    background-color: #ffffff;
    border-top-width: 0px;
    border-bottom-width: 1px ;
    padding: .5em 1em 1em 1em;
    float:left;
}

#footer {
   background-color: #ffffff;
   background-image:  url(../images/footerBG.gif);
   background-repeat: repeat-x;
   background-position: top left;
   height: 45px;
   width: 817px;
   float:left;
}

#footer #left{float:left; padding:10px 5px 5px 5px;
}

#footer #right{float:right; padding:10px 5px 5px 5px;text-align:right;
}

#navMenu {
/*    margin-top:245px;*/
    margin-top:139px;
    margin-left:1px;
}
a.menuNav, a.menuNavActive {
    color:#383A3C;
    font-size:16px;
    font-weight:bold;
    font-family:georgia;
    margin:6px;
    text-transform:capitalize;
}
a.menuNavActive {
    text-decoration:underline;
}
a.menuNav:hover, a.menuNavActive:hover {
    color:#383A3C;
}

#subNavMenu {
    margin-top:10px;
    margin-left:15px;
}
    
/* CSS List sytle menu not being used yet

#navcontainer {
    background-color: #2DA7BC;
}

#navcontainer ul {
    padding:0px 0px 0px 0px;
    margin:0px 1px 0px 1px;
    color: #444444;
    width: 100%;
    float: left;
    font-family: georgia; arial, helvetica, sans-serif;
    font-weight:bold;
    font-variant:small-caps;
}

#navcontainer ul li { 
    display: inline; 
}

#navcontainer ul li a {
    padding: 0.2em 1em;
    background-color: #2DA7BC;
    color: #444444;
    text-decoration: none;
    float: left;
    border-right: 1px solid #fff;
}

#navcontainer ul li a:hover {
    background-color: #ABC9CE;
    color: #000000;
}*/

.sideBox {
    background-color: #f0e0d0;
    border-color: #d0a070;
    border-style: solid;
    border-width: 1px;
    float: right;
    padding: .5em;
    margin-top: 0px;
    margin-left: 8px;
    margin-bottom: 8px;
    margin-right: 0px;
    width: 12em;
}

.noteBox {
    background-color: #f0f0f0;
    border-color: #909090;
    border-style: solid;
    border-width: 1px;
    padding: .5em;
}

.footer {
    margin-bottom: 0px;
}

.giftTable {
    border:solid 1px black;
}

#instructions {
    padding: .5em;
    border:solid 1px #7786A1;
    background-color: #efefef;
    color: #2F4263;
}

#rsvp {
    position:relative;
    width: 35em;
    padding: .5em;
    border:solid 1px #7786A1;
    background-color: #efefef;
    color: #2F4263;
}

.trRes {
    background-color: #E1E5ED;
}

.trPur {
    background-color: #F0DDDD;
}

/******************************************************************************
* Printing styles.                                                            *
******************************************************************************/

@media print {

  a {
    color: #808080 !important;
    font-weight: normal !important;
  }

  body, td, th {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 10pt !important;
  }

  body, input, textarea {
    background-color: #ffffff !important;
    color: #000000 !important;
  }

  input, textarea {
    background-color: #ffffff !important;
    border: 1px solid #000000 !important;
    color: #000000 !important;
  }

  input.button {
    background-color: #e0e0e0 !important;
  }

  pre, pre i {
    color: #000000 !important;
  }

  td.boxed {
    background-color: #ffffff !important;
    border: 1px solid #000000 !important;
    color: #000000 !important;
  }

  th.boxed {
    background-color: #e0e0e0 !important;
    border: 1px solid #000000 !important;
    color: #000000 !important;
  }

  th.boxedHeader {
    background-color: #c0c0c0 !important;
    border: 1px solid #000000 !important;
    color: #000000 !important;
  }

  #main, #content {
    background-color: #ffffff !important;
    border-style: none !important;
    color: #000000 !important;
  }

  #content {
    background-image: none !important;
  }

  .navBar {
    background-color: #e0e0e0 !important;
    border: 1px solid #000000 !important;
    color: #000000 !important;
    font-size: 8pt !important;
  }

  .navCurrentPage {
    color: #000000 !important;
  }

  .sideBox {
    background-color: #e0e0e0 !important;
    border-color: #000000 !important;
    color: #000000 !important;
  }

  .noteBox {
    background-color: #e0e0e0 !important;
    border-color: #000000 !important;
    color: #000000 !important;
  }
}
