/*** First version: Vertical left-hand menu ***/

body
 {
  color: white ;
  margin: 0px ;
 }
 

/*** Font styles ***/

body, td, li, dt, dd
 {
  /* Long list to accomodate older browsers */
  font-family: "Myriad Pro", Myriad, "Myriad MM", "Lucida Sans", Optima, "Century Gothic", "CG Globe Gothic", "Clearly Gothic", gothic, sans-serif ;
  font-size: 10pt ;
 }


/*** Table styles ***/

table.mainblock
 {
  width: 100% ; 
  height: 100% ;
  text-align: left ; 
  margin-left: auto ; 
  margin-right: auto ;
  border: 0.5px solid white ;
  padding: 0px ;
 }

tr.logobar
 {
  height: 165px ;
  width: 100% ;
  background-color: goldenrod ;
 }

td.wimerlogo
 {
  width: 239px ;
  height: 165px ;
 }
 
td.topcenter
 {
  height: 165px ;
  width: 40% ;
 }

td.topmenu
 {
  height: 165px ;
  width: 40% ;
  padding-left: 15px ;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Garamond Pro", Garamond, "Bookman Old Style", Bookplate, "Book Antiqua", Palatino, "Copperplate Gothic Bold", "Copperplate Gothic (BT)", "Copperplate Gothic Light", "Hoefler Text", serif ;
 }

td.topmenu p
 {
  font-family: "Garamond Pro", Garamond, "Bookman Old Style", Bookplate, "Book Antiqua", Palatino, "Copperplate Gothic Bold", "Copperplate Gothic (BT)", "Copperplate Gothic Light", "Hoefler Text", serif ;
  /* Same font as heading styles */
  font-size: 90% ;
  line-height: 150% ;
 }

td.topmenu a:link, td.topmenu a:visited
 {
  color: white ;
  text-transform: uppercase ;
 }

td.topmenu a:hover, td.topmenu a:active, td.topmenu a.current:link, td.topmenu a.current:visited
 {
  color: darkslategray ;
  text-decoration: none ;
  text-transform: uppercase ;
 }

tr.maintext
 {
  background-color: dimgray ;
  vertical-align: top ;
 }

td.maintext
 {
  vertical-align: top ;
  padding-left: 20px ;
  padding-right: 20px ;
  padding-top: 15px ;
  padding-bottom: 75px ;
  border-top-width: 0px ;
  border-bottom-width: 0px ;
 }

tr.footer
 {
  background-color: dimgray ;
  height: 165px ;
  vertical-align: top ;
  font-size: 85% ;
  padding-left: 3px ;
  padding-right: 3px ;
  padding-top: 1ex ;
  padding-bottom: 2px ;
 }

td.footer
 {
  vertical-align: top ;
  font-size: 8pt ;
  padding-left: 3px ;
  padding-right: 3px ;
  padding-top: 1ex ;
  padding-bottom: 2px ;
 }

 
/*** Link styles ***/

a:link, a:active, a:visited
 {
  color: goldenrod ;
  text-decoration: none ;
  font-weight: bold ;
 }

a:hover
 {
  text-decoration: underline ;
 }

/*** Heading styles ***/

h1
 {
  font-family: "Garamond Pro", Garamond, "Bookman Old Style", Bookplate, "Book Antiqua", Palatino, "Copperplate Gothic Bold", "Copperplate Gothic (BT)", "Copperplate Gothic Light", "Hoefler Text", serif ;
  font-size: 10pt ;
  text-align: right ; 
  padding-right: 50px ;
  text-transform: uppercase ;
  font-weight: bold ;
  color: goldenrod ;
 }

h2, h3, h4, h5
 {
  font-family: "Myriad Pro", Myriad, "Myriad MM", "Lucida Sans", Optima, "Century Gothic", "CG Globe Gothic", "Clearly Gothic", gothic, sans-serif ;
  color: goldenrod ;
  padding-top: 1ex;
 }



/*** List styles ***/

li
 {
  padding-bottom: 1ex;
 }

dt
 {
  font-weight: bold ;
  color: goldenrod ;
 }
 
ul li
 {
  list-style-type: square outside ;
 }
ul ul li
 {
  list-style-type: circle ;
 }

ol li
 {
  list-style-type: decimal ;
 }


/*** Font styles ***/

em, strong
 {
  color: goldenrod ;
 }
 

/*** Paragraph styles ***/

p.citation
 {
  font-style: italic ;
  padding-bottom: 2ex ;
 }

p.quote
 {
  font-style: italic ;
  margin-left: 25px ;
 }

p.small
 {
  font-size: 8pt ;
 }

/*Span styles for the Event.php dynamic content*/
p.event {

}

.eventTitle {
  font-family: "Myriad Pro", Myriad, "Myriad MM", "Lucida Sans", Optima, "Century Gothic", "CG Globe Gothic", "Clearly Gothic", gothic, sans-serif ;
  color: goldenrod;
  font-size:large;
}

.eventDate {

}

.eventDesc {

}
